chore(developer): document deprecation of OC_Helper::canExecute

* for https://github.com/nextcloud/server/pull/52802

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-05-15 16:58:34 +02:00
parent 4f132c00c7
commit 0b9a742ba6

View File

@@ -51,6 +51,7 @@ Deprecated APIs
- The files API endpoint ``/apps/files/api/v1/thumbnail/`` for generating previews is deprecated.
Instead use the preview endpoint provided by Nextcloud core (``/core/preview``).
- The legacy method ``\OC_Helper::canExecute`` is deprecated, please use the ``OCP\IBinaryFinder`` instead.
Removed APIs
^^^^^^^^^^^^