Skip to content

ownCloud 8.1 Features

Lukas Reschke edited this page Feb 19, 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

Administrators

Security
  • The .htaccess and index.html in the data directory is now updated after every update. Administrators are encouraged to verify that they don't have any manual modifications done in there.

Developers

Public API
Non public API

##### 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.
  • The default RNG now returns all valid base64 characters

Schedule

  • TODO

Clone this wiki locally