← Back to Index

8.2 Release Notes

For Users

Instant Share

8.1 A new feature allows to invite users to a given folder of the Nuxeo Platform with either Read or Edit permission, by email. Invited users do not have an account on the Nuxeo Platform instance. The access is temporary and any access remains tracked in the audit log, based on the used email address. Read more in the documentation.

Nuxeo Live Connect for Box

8.1 Nuxeo Live Connect has been improved and now integrates with Box.com. Nuxeo Live Connect allows to easily reference files that are stored in the cloud and have them participate to your business processes. Check the Nuxeo Live Connect documentation for more information.

Nuxeo Live Connect for One Drive

8.2 Nuxeo Live Connect has been improved and now integrates with One Drive. Nuxeo Live Connect allows to easily reference files that are stored in the cloud and have them participate to your business processes. It offers as usual with Live Connect: direct download from the Microsoft Cloud, full text indexing etc. We also have come out with a generic One Drive Java client and a generic file picker as well. Check the Nuxeo Live Connect documentation for more information.

Users and Groups Management Audit

8.2 Creation, Update and deletion of users and groups actions are now logged into the audit trail of Nuxeo Platform.

JSF Web UI Evolutions

New Previewers

8.2 Preview now offers to see office documents with pdf.js, video documents with video.js and images with a JavaScript client side viewer. Markdown documents are rendered in HTML. Preview is opened in a fancybox.

Placeless Document Can Be Browsed

8.2 Placeless documents like persisted renditions can now be browsed in the JSF UI without any crash.

User Feedback on Permission Management Tab

8.1 Feedback using the Polymer element paper-toast has been implemented on the Permissions tab. It is used on the create, update and delete permission actions, as well as on the "send notification email" action.

No More Error Stack Trace by Default

8.2 By default the traces are hidden in error pages of Nuxeo, for security reasons. In order to activate the traces display in error pages of Nuxeo, the dev mode has to be set: org.nuxeo.dev in nuxeo.conf or in the admin center.

Smart Search is Back

8.1 Smart Search, that allows users to build their own queries, has been re-integrated to the Search tab, consistently with other search options. Smart Search is delivered as a Nuxeo Package.

Confirmation Pop-up Before Purge

8.1 In the Admin Center, when removing the permissions of a given user, you now have to confirm on a pop-up that you really want to purge all the permissions.

Password Protection

8.2 When a user changes their password, they are now required to fill in the old password value.

See Assigned Groups Before Validating Invitation

8.2 When validating an invitation request, Administrator can now see the groups the user will be granted.

More Friendly "Http Transport returned a 0 status code" Error

8.1 When this error happens, the message is now displayed as a warning and translated in a more friendly way.

CSV Importer Small Improvements

CSV Importer: Type Attribute Not Mandatory

8.2 Now, type attribute is not mandatory when updating documents. It must be given only for document creation.

CSV Importer: Possible to Redefine dc:created Attribute Value

8.2 It is now possible to set dc:created property using CSV importer. It used to be overridden with the date of import.

Nuxeo Spreadsheet

Locale is Respected

8.2 Locale setting is now taken into account when using Nuxeo Spreadsheet for the JSF Web UI.

No More Error Stack trace

8.2 By default the traces are hidden in error pages of Nuxeo, for security reasons. In order to activate the traces display in error pages of Nuxeo, the dev mode has to be set ( org.nuxeo.dev in nuxeo.conf or in the Admin Center.)

Overriding Subject of the Permission Assignment Email Notification

8.2 It is now possible to override the subject of the notification that is sent when assigning a permission to someone on a given document. You need to override the label property label.subject.new.permission.

Documents created by Copy can have their own Dublincore schema metadata values

8.2 Metadata dc:creator, dc:creationDate, dc:modification and dc:contributors are now reseted for documents created from a template (workspace template). You can also enable this behavior for all kind of document copies by setting nuxeo.dclistner.reset-creator-on-copy configuration property to true.