Skip to content

ownCloud 9.1 Features

Vincent Petry edited this page Jun 7, 2016 · 18 revisions

General

  • List connected browsers/devices in the personal settings page. Allows the user to disconnect browsers/devices. https://github.com/owncloud/core/pull/24703

  • Federated Sharing Meta Data - Share meta data (e.g. comments, tags) and file sharing permissions along with the file when sharing using federated cloud sharing. #1207 Flat federation reshares only in 9.1

  • Externally renaming a file/folder in a files_external storage breaks the contained shares owncloud/core/#11533

  • Improve Background Jobs - enable background jobs in parallel, required for workflow and search owncloud/core#23544 (partially completed, but multiple jobs can be run in the background)

  • Invalidate Sessions - When a desktop sync client is authenticated with the server, and a user in LDAP / AD behind the scenes is removed, the desktop client keeps syncing even though the account is removed from LDAP / AD. owncloud/core#23558

  • Update notifications in client via API - You can now be notified in your desktop client about available updates for core and apps. The notifications are made available via the notifications API. owncloud/core#24444

Authentication

Note: the current desktop and mobile client versions do not support two-factor yet, this will be added later. It is already possible to generate a device specific password and enter that in the current client versions.

Filesystem

Files app

Technical debt