Skip to content

ownCloud 8.1 Features

Lukas Reschke edited this page Feb 18, 2015 · 59 revisions

This collects all the new features of ownCloud 8.1. 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

  • TODO

Incompatible Changes

#### Users ##### …

Developers

Non public API
  • OC_Request is gone and replaced by public API (IRequest)

##### Security

  • The default Content-Security-Policy of AppFramework apps is now stricter but can be adjusted by developers. See https://github.com/owncloud/core/pull/13989
  • Parameters passed to OC.generateUrl are now automatically encoded, this behaviour can be adjusted by developers. See https://github.com/owncloud/core/pull/14266
  • Views constructed by OC\Files\View do not allow directory traversals anymore in the constructor. See https://github.com/owncloud/core/pull/14342
  • The CSRF token may now contain not URL compatible characters (for example the plus sign: +), developers have to ensure that the CSRF token is encoded properly before using it in URIs.

Schedule

  • TODO

Clone this wiki locally