Backups
|
- Administrators now have the ability to deactivate a backup without unlinking the machine. On the ‘Backups’ tab, selecting the ‘Deactivate’ link will remove the connection from the machine, and the backup will solely exist on the server.
- Fixed issue where end users lost access to existing backups if the feature ‘Backup creation?’ was disabled for an organization.
|
API
|
- Added feature to allow cloud-enabling a file server through the API.
The POST URL 1/management/root/subscribe takes the following variables:
- machine_id
- root_id
- path
- person_id
|
- Functionality to attach an AD source to an existing organization via the API has been added.
The POST URL 1/management/ad/create takes the following variables (* required):
- host*
- domain*
- login
- password
- company_id
|
- Added feature to create, retrieve information about, update, and delete Guest users via the API:
Create: POST 1/management/guest/create (* required)
- company_id*
- first_name*
- last_name*
- email*
- password
- generate_password
Retrieve information about: GET 1/management/guest/
Update: POST 1/management/guest/update (* required)
- id*
- first_name
- last_name
- email
- password
- generate_password
Delete: POST 1/management/guest/delete (* required)
|
PSA
|
- Fixed issue where PSA integration with ConnectWise would fail if a company defined in the ConnectWise settings has a null name.
|
Active Directory
|
- When importing users, vBoxxCloud will no longer validate for uniqueness in usernames. Import now only looks for uniqueness in email addresses.
- When importing users, users would get imported into the system but a blank dialog window would be displayed on certain versions of Chrome. This has been fixed.
|
Outlook Plug-in
|
- Fixed issue where the Outlook plug-in would fail to attach files containing special characters.
- Fixed issue where links would not properly attach if multiple attachments were made.
- Fixed issue where the file attachment tree would fail to load when the directory contained 2 files with the same name, with one file containing a “%20” string in lieu of a space.
- Fixed issue where attached links would be stripped before reaching the email’s recipient.
|
Organization Policies
|
- Renamed organization policy ‘Max number of child organizations’ to ‘Max number of suborganizations.’ This policy can also now be enabled or disabled via the check-box setting ‘Allow creation of suborganizations?’
- When creating a new organization or editing an existing organization, the policy ‘Let organization admins browse remote files?’ will automatically be enabled if either feature ‘Backup creation’ or ‘File Server Enablement’ is also enabled.
|
Dashboard and Reporting
|
- On the ‘Overview’ widget located on the Dashboard, the following changes have been made:
- Renamed ‘Physical Space’ to ‘Quota Space Used’
- Added new metric ‘Spaced Used (Revisions)’ which details how much space is being used by file revisions (not including current revisions of files). Includes revisions in team shares and backups.
- Added new metric ‘Space Used (Deleted Files)’ which details how much space is being used by deleted files. These files can be permanently erased to recoup this space. Includes deleted files in team shares and backups.
|
- vBoxxCloud now supports real-time reporting for select data sets. To run reports using this feature, select “Now” in the ‘Date range’ field. The following data sets are currently available for point-in-time reporting:
- Storage overview
- Space usage by organization
- User count by organization
- Count of accounts, admins, machines, roots, files, and revisions
- Space usage by extension
- Top storage users
- Top bandwidth machines
- Persons
|
- Added new data set ‘User Count by organization’ which details (minimum, maximum, average) the number of accounts used in an organization over a given period of time. Data for administrator accounts is also displayed. Data for Guest accounts is not included at this time.
|
- Added new data set ‘Persons’ which details the following information for the organization that the report is run on:
- User
- Email
- Machines
- Team Shares
This data set is only available as part of a point-in-time report.
|
Activity and Alerts
|
- To improve search, several filters have been added to Activity logging including: root selection, activity type, date selection, user selection, and file name queries.
- Added new option “Any User” in the ‘For’ field for user-centric alerts.
|
General
|
- vBoxxCloud now officially supports Safari browser versions 6 and 7 for OS X and version 5.2.7 for Windows.
- Emails generated when creating share links will now contain share expiration date information, if specified.
- Fixed UI issue where a child organization was displaying underneath the wrong parent organization. This issue only occurred with parent organizations with similar names.
- Fixed issue where great grandchildren organizations were not properly inheriting policies from their parent organizations.
- Improved search algorithm on queries performed on the web interface.
- Fixed issue where folder and file names with backslashes could not be opened on the web.
- Added validation to the field ‘Program Name’ in the Branding settings to prevent the use of the ampersand (&) symbol. This symbol prevents custom branding from installing correctly.
- Fixed issue where Guest users were able to access secure share links sent to them by other Guest accounts.
- The following database file extensions have been added to the default excluded list: .pst, .dbs, .qba, .qba.tlg, .qbw, .qbw.tlg, .bd2, and .pd6. Although not recommended, these can be removed by an administrator.
|