Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion admin_manual/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ Global option for CORS domains
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For security reasons ownCloud has a *Same-Origin-Policy* that prevents requests to ownCloud resources from other domains than the domain the backend server is hosted on. If ownCloud resources should be accessible from other domains, e.g. for a separate web frontend operated on a different domain, administrators can now globally specify policy exceptions via *CORS (Cross-Origin Resource Sharing)* using ``'cors.allowed-domains'`` in *config.php*. Please check *config.sample.php* for more information.

Mail Template Editor is now unbundled
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Mail Template Editor has been unbundled from the default apps and is not shipped with the Server anymore. When upgrading ownCloud will try to automatically `install the latest version from the ownCloud Marketplace <https://marketplace.owncloud.com/apps/templateeditor>`_ in case the app was installed before. If this is not possible (e.g. no internet connection or clustered setup) you will either need to disable the app (``occ app:disable templateeditor``) or `download and install it manually <https://doc.owncloud.com/server/latest/admin_manual/installation/apps_management_installation.html?highlight=install%20apps#manually-installing-apps>`_.

Solved known issues
~~~~~~~~~~~~~~~~~~~
- Bogus "Login failed" log entries have been removed (see `10.0.7 known issues <https://doc.owncloud.com/server/10.0/admin_manual/release_notes.html#changes-in-10-0-7>`_)
- Bogus "Login failed" log entries have been removed (see `10.0.7 known issues <https://doc.owncloud.com/server/latest/admin_manual/release_notes.html#changes-in-10-0-7>`_)
- The *Provisioning API* can now properly set default or zero quota
- User quota settings can be queried through *Provisioning API*
- A regression preventing a user from setting their e-mail address in the settings page has been fixed
Expand Down