chore(developer): Deprecate files thumbnail API

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-01-26 15:33:12 +01:00
parent 2255ba01f9
commit 04f92a8d20
2 changed files with 56 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
.. toctree::
:maxdepth: 1
upgrade_to_32.rst
upgrade_to_31.rst
upgrade_to_30.rst
upgrade_to_29.rst

View File

@@ -0,0 +1,55 @@
=======================
Upgrade to Nextcloud 32
=======================
General
-------
- TBD
Front-end changes
-----------------
Added APIs
^^^^^^^^^^
- TBD
Changed APIs
^^^^^^^^^^^^
- TBD
Deprecated APIs
^^^^^^^^^^^^^^^
- TBD
Removed APIs
^^^^^^^^^^^^
- TBD
Back-end changes
----------------
Added APIs
^^^^^^^^^^
- TBD
Changed APIs
^^^^^^^^^^^^
- TBD
Deprecated APIs
^^^^^^^^^^^^^^^
- The files API endpoint ``/apps/files/api/v1/thumbnail/`` for generating previews is deprecated.
Instead use the preview endpoint provided by Nextcloud core (``/core/preview``).
Removed APIs
^^^^^^^^^^^^
- TBD