mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
fix(developer): add all removed frontend APIs (OC.Settings.UserSettings)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
@@ -97,7 +97,9 @@ 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>`_.
|
||||
- ``OC.AppConfig`` was deprecated since Nextcloud 16 and was now removed. Instead use ``OCP.AppConfig``.
|
||||
- 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.
|
||||
- The ``OC.Settings.UserSettings`` api was removed.
|
||||
- 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.
|
||||
- ``OC.set`` and ``OC.get`` were removed. Both are deprecated since Nextcloud 19.
|
||||
For ``get``, if really needed, use `lodash get <https://lodash.com/docs#get>`_.
|
||||
And for ``set``, use `lodash set <https://lodash.com/docs#set>`_.
|
||||
|
||||
Reference in New Issue
Block a user