Skip to content

Commit d692219

Browse files
authored
Merge pull request #13716 from nextcloud/carl/oc-systemtags-removed
feat: Add removal of OC.SystemTags JS API
2 parents 8d5b712 + 311e149 commit d692219

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Deprecated APIs
5050

5151
- ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated.
5252
Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar.
53+
- The ``OC.SystemTags`` api is deprecated. If you need to get the list of system tags, check `this merge request <https://github.com/nextcloud/files_retention/pull/855>`_ for how to fetch the tags directly.
5354

5455
Back-end changes
5556
----------------

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Removed APIs
2525

2626
- The global ``md5`` implementation is removed. It was deprecated since Nextcloud 20 and not used by Nextcloud anymore.
2727
If you still need a ``md5`` implementation you can just use some external package like `crypto-browserify <https://www.npmjs.com/package/crypto-browserify>`_.
28+
- The ``OC.SystemTags`` api was removed. If you need to get the list of system tags, check `this merge request <https://github.com/nextcloud/files_retention/pull/855>`_ for how to fetch the tags directly.
2829

2930
Back-end changes
3031
----------------

0 commit comments

Comments
 (0)