mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #13716 from nextcloud/carl/oc-systemtags-removed
feat: Add removal of OC.SystemTags JS API
This commit is contained in:
@@ -50,6 +50,7 @@ Deprecated APIs
|
||||
|
||||
- ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated.
|
||||
Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar.
|
||||
- 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.
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
@@ -25,6 +25,7 @@ Removed APIs
|
||||
|
||||
- The global ``md5`` implementation is removed. It was deprecated since Nextcloud 20 and not used by Nextcloud anymore.
|
||||
If you still need a ``md5`` implementation you can just use some external package like `crypto-browserify <https://www.npmjs.com/package/crypto-browserify>`_.
|
||||
- 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.
|
||||
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user