File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
developer_manual/app_publishing_maintenance/app_upgrade_guide Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments