Updated
API â the updated
API uses persistent
API keys instead of user authentication. You have to update your code, or download an updated plugin when updating to v1.6.
Brute force protection. The system will now lock out users after multiple failed logins.
Moved the file store to /var/data. Please make sure that you move your files and mountpoints manually if you have added a custom disk storage.
Never send passwords directly. Always send a custom link prompting users to set passwords.
Custom password validation. Use any regular expression to validate passwords according to your password policy.
Email Templates - all emails are now customizable any way that you want.
Builtin reverse
DNS cache - fixes any slowdowns when using the system without a fully functional or responding
DNS server.
Only notify downloads when downloads has completed. This works with resumable downloads as well.
Log download speeds in the application log.
Export users and syslog messages to csv.
Added api enable setting to disable the api if not required on a Pro system.
Api client side override setting - telling the Outlook plugin when to automatically send files through the Filetransfer appliance.
The
API now has functions to download messages as well as sending them.
Support for resumable uploads. Strictly speaking, this is achieved with splitting files into segments and doesn't work using browsers, only using the
API.
Switched from a legacy autocomplete to the latest jQuery autocomplete function for autocomplete recipients.
Updated
LDAP authentication to allow
RFC2254 style filters like: (&(|(sAMAccountName=<user>)(mail=<user>))(objectClass=user)) matching users on multiple ldap attributes on the same time. This example allows users to login either with their email or shortname.
Chunked data transfers. Should improve transfer speeds.
Lots of backend updates (Rails 3, jQuery 1.4 (replacing Prototype) and others)