Skip to content

5.1

Compare
Choose a tag to compare
@jackb-dropbox jackb-dropbox released this 03 Mar 00:13
· 92 commits to master since this release
  • Added Export To CSV function for Devices
  • Added Templates function to toolbar command (under Settings function) so all tabs can access Templates folder from anywhere.
  • Under View or Export User Statistics (Provisioning tab), you can now see Joined On date and Status, as well as having the Joined On value exported to CSV for Export Member Information (Status has always been there).
  • Updated Export Group Info function to output one row for User Managed groups that include no members (as in for new migrations where we need the group ID), same as company_managed groups.
  • Updated Provider Launcher where you can now double click an entry in the listbox to launch the Admin Toolkit.
  • In Groups tab you can now check all or uncheck all groups.
  • Added feature to Groups tab where you can now import a CSV file of groups to mass create with the Create Group(s) button. You can still add a single group in the box and click Create Group(s) as before, the toolkit will determine if its a single group or a path to a CSV file in the textbox. The CSV file is made of 2 columns with the following attributes: GroupName,GroupType (user_managed or company_managed). A template is included in the Templates subfolder of your install. Example:

TestGroup1,user_managed
TestGroup2,user_managed
TestGroup3,company_managed

  • Added feature to Groups tab where you can now import a CSV file of members to bulk add members (bulk delete is not available yet) to previously created groups with the Add Member(s) button. You can still add a single user, a comma delimited string of users (implemented in v5.0), as well as the CSV file. The toolkit will determine the correct entry you have added if one of the above. The CSV file is made of 3 columns with the following attributes: GroupName, GroupId, EmailAddress. To obtain the groupIds easily,you can click the Export Group Info button which has the id for each group. A template is included in the Templates subfolder of your install. Example:

TestGroup1,g:20f0f9fa5a8bf93000000000000e565f,[email protected]
TestGroup2,g:20f0f9fa5a8bf93000000000000e5661,[email protected]
TestGroup3,g:20f0f9fa5a8bf93000000000000e5663,[email protected]