Skip to content

ownCloud 9.0 Features

RealRancor edited this page Feb 18, 2016 · 9 revisions

This collects all the new features of ownCloud 9.0. This will be used for the release announcement. Please add your features that are merged here. If they are not merged yet but you plan to before the feature freeze than add a (planned) comment to it.

Main Features

Minor Features

  • apps can add entries to the "New file" menu in the files app: #20051
  • enable api getUsers for subadmins: #18399
  • enable api addUser for subadmins: #18605
  • files web UI is now using Webdav for most file operations (except upload) 16902
  • Extended output/details for occ scan:files #21701
  • Make app updates better visible #22422

Security

Incompatible Changes

Administrators

Security
Deployment

Developers

Public API
  • Webdav
    • new read-only properties "oc:owner-id" and "oc:owner-display-name" #20188
    • new read-only property "oc:fileid" containing the internal file id #20657
Non public API
  • Removed many of the private endpoints in "apps/files/ajax/" due to the move to Webdav for the files UI. 16902
Security

Performance