Skip to content
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
11 changes: 11 additions & 0 deletions developer_manual/release_notes/critical_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Removed back-end APIs

- ``\OCP\Share_Backend``, ``\OCP\Share_Backend_Collection``, ``\OCP\Share_Backend_File_Dependent`` were removed. This old
share backend was replaced in Nextcloud 9 with a new backend system based on ``IShareProvider``.
- All these methods were deprecated since before Nextcloud 20 and were removed:
- ``\OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowEvalScript``
- ``\OCP\AppFramework\Http\EmptyContentSecurityPolicy::addAllowedChildSrcDomain``
- ``\OCP\AppFramework\Http\EmptyContentSecurityPolicy::disallowChildSrcDomain``
- ``\OCP\Collaboration\Resources\IManager::registerResourceProvider``
- ``\OCP\Notification\IManager::registerNotifier``
- ``\OCP\Util::recursiveArraySearch``
- All these classes were deprecated since before Nextcloud 20 and were removed:
- ``\OCP\AppFramework\Http\StrictContentSecurityPolicy``
- ``\OCP\AppFramework\Http\StrictEvalContentSecurityPolicy``
- ``\OCP\AppFramework\Http\StrictInlineContentSecurityPolicy``


Unified sharing
Expand Down
Loading