Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Upgrade to Nextcloud 31
=======================

General
-------

- TBD

Front-end changes
-----------------

Expand Down Expand Up @@ -51,15 +46,6 @@ to check whether the current Files app instance is a public share or not, and if
console.info('This is a public share with the sharing token: ', getSharingToken())
}

Added APIs
^^^^^^^^^^

Changed APIs
^^^^^^^^^^^^

Deprecated APIs
^^^^^^^^^^^^^^^

Removed APIs
^^^^^^^^^^^^

Expand Down Expand Up @@ -126,6 +112,7 @@ Added APIs
- New interface ``OCP\Files\Storage\IConstructableStorage`` for storages that can be built by passing only an array to the constructor.
- New service ``OCP\RichObjectStrings\IRichTextFormatter`` to format rich text into parsed plain text using its ``richToParsed`` method.
- New magic query parameter ``forceLanguage`` to force a specific language for a web request (API or frontend). See :ref:`Forcing language for a given call<api-force-language>`.
- The new WebDAV property ``nc:hide-download`` was added to indicate if download actions should be hidden for a shared file or folder.

Changed APIs
^^^^^^^^^^^^
Expand Down
3 changes: 3 additions & 0 deletions developer_manual/client_apis/WebDAV/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ Supported properties
| | | | ``'external'`` = external storage |
| | | | ``'external-session'`` = external storage |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
| <nc:hide-download /> | For shares this indicate if any download action | ``true`` or ``false`` |
| | should be hidden from the user or not. | |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
| <nc:is-encrypted /> | Whether the folder is end-to-end encrypted. | | ``0`` for ``false`` |
| | | | ``1`` for ``true`` |
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
Expand Down