-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(devmanual): WebDAV tags property name #11217
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
/backport to stable27 |
/backport to stable26 |
@@ -201,7 +201,15 @@ Supported properties | |||
| <nc:is-encrypted /> | Whether the folder is end-to-end encrypted. | | ``0`` for ``false`` | | |||
| | | | ``1`` for ``true`` | | |||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | |||
| <oc:tags /> | List of user specified tags. | ``<oc:tag>test</oc:tag>`` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tags still exist, that should be the favorite tag e.g.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fine by me to keep or remove <oc:tags>
.
You can also ask for favorite via <oc:favorite>
.
So which way to go? Keep this PR (and rebase) or close? |
🖼️ Screenshots