Skip to content

Commit 3421ad1

Browse files
committed
chore: document removal of OC.fileIsBlacklisted
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent c99caab commit 3421ad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Removed APIs
3232
- ``OC.redirect`` and ``OC.reload`` were removed. Both were deprecated since Nextcloud 17.
3333
To replace ``OC.redirect`` directly use ``window.location``.
3434
To replace ``OC.reload`` directly use ``window.location.reload``.
35+
- ``OC.fileIsBlacklisted`` was removed. It was deprecated since Nextcloud 18.
36+
The replacement is to use ``validateFilename`` from the `@nextcloud/files <https://www.npmjs.com/package/@nextcloud/files>`_ package.
3537
- The `OCA.Sharing.ExternalLinkActions` API was deprecated in Nextcloud 23 and is now removed.
3638
It was replaced with `OCA.Sharing.ExternalShareAction` which now have a proper API by using `registerSidebarAction` from `@nextcloud/sharing` instead.
3739

0 commit comments

Comments
 (0)