Merge pull request #12535 from nextcloud/chore/deprecate-files-thumbnail

chore(developer): Deprecate files thumbnail API
This commit is contained in:
Ferdinand Thiessen
2025-01-26 16:32:55 +01:00
committed by GitHub
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