-
-
Couldn't load subscription status.
- Fork 4.6k
fix(files_sharing): bring back handling of hide-download on public shares
#52180
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
Conversation
2bf2439 to
3401468
Compare
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.
🐘
|
/backport to stable31 |
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.
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.
yes that covered by the webdav property
As the hideDownload element is no longer provided please note that this pull request alone is not enough to bring back the old behaviour. Any app that used the hideDownload element must be updated to get the value from the new WebDAV property instead (so this should be documented somewhere).
For the PDF viewer I adjusted it in the last commit of nextcloud/files_pdfviewer#1164
…e of shares Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
… action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
… enabled Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
PR to viewer will be created right after merge |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3401468 to
e5291ca
Compare
Summary
This includes also some features as we need a WebDAV property for the
hide-downloadfunctionality,in legacy sharing interface it was passed as some kind of state, but with the Vue files interface we need a node attribute.
Best to review each commit separately.
Checklist