Skip to content

Commit c07d53b

Browse files
authored
Merge pull request #13828 from nextcloud/chore/remove-oc-fileblack
chore: document removal of `OC.fileIsBlacklisted`
2 parents c99caab + 3421ad1 commit c07d53b

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)