From 5aeb17a6c9a51874bbf2ccb20691021bc5ca4f37 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 18 Jul 2024 15:08:40 +0200 Subject: [PATCH] feat(developers): Document new backend API interface `IPublicReferenceProvider` Signed-off-by: Jonas --- .../app_upgrade_guide/upgrade_to_30.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst index 81446925c..281ed3fc9 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst @@ -102,6 +102,7 @@ Added APIs - ``OCP\IUser::setPasswordHash`` should set the password hash of the user - ``OCP\AppFramework\Http\Attribute\OpenAPI::SCOPE_EX_APP`` attribute for scoping APIs only to be used by ExApps. - ``OCP\AppFramework\Http\Attribute\ExAppRequired`` attribute for restricting controller methods to be only accessible by ExApps. +- ``OCP\Collaboration\Reference\IPublicReferenceProvider`` added for reference providers that support reference lookups from public shares. Changed APIs ^^^^^^^^^^^^