You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/release_notes/critical_changes.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,17 @@ Removed back-end APIs
73
73
- Instead of ``\OC_Util::redirectToDefaultPage`` and ``\OC_Util::getDefaultPageUrl`` use ``\OCP\IUrlGenerator::linkToDefaultPageUrl``
74
74
- Instead of ``\OC_Util::checkAdminUser`` use ``IGroupManager::class::isAdmin``
75
75
76
+
- All these interfaces were deprecated since Nextcloud 23 and were removed without replacement:
77
+
- ``\OCP\Remote\ICredentials``
78
+
- ``\OCP\Remote\IInstance``
79
+
- ``\OCP\Remote\IInstanceFactory``
80
+
- ``\OCP\Remote\IUser``
81
+
- ``\OCP\Remote\API\IUserApi``
82
+
- ``\OCP\Remote\API\ICapabilitiesApi``
83
+
- ``\OCP\Remote\API\IApiFactory``
84
+
- ``\OCP\Remote\API\IApiCollection``
85
+
86
+
- All the deprecated methods of ``\OCP\Calendar\Resource\IManager`` and ``\OCP\Calendar\Room\IManager`` were deprecated since Nextcloud 24 and were removed without replacement.
Copy file name to clipboardExpand all lines: developer_manual/release_notes/deprecations.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ New deprecations
25
25
- ``\OCP\Util::linkToRemove`` is now deprecated and you need to use ``\OCP\IUrlGenerator::linkToRemote`` instead.
26
26
- ``\OCP\Util::isPublicLinkPasswordRequired`` is now deprecated and you need to use ``\OCP\Share\IManager::shareApiLinkEnforcePassword`` instead.
27
27
- ``\OCP\Util::isDefaultExpireDateEnforced`` is now deprecated and you need to use ``\OCP\Share\IManager::shareApiLinkDefaultExpireDateEnforced`` instead.
28
+
- ``\OCP\Broadcast\Events\\IBroadcastEvent`` is now deprecated as it is unused.
0 commit comments