-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve public link sharing permissions for folders #29376
Conversation
Codecov Report
@@ Coverage Diff @@
## master #29376 +/- ##
============================================
+ Coverage 60.21% 60.51% +0.29%
- Complexity 17188 17193 +5
============================================
Files 1030 1031 +1
Lines 57274 57288 +14
============================================
+ Hits 34490 34667 +177
+ Misses 22784 22621 -163
Continue to review full report at Codecov.
|
I tried to apply the patch to a clean 10.0.3 without success: root@ubuntu:/var/www/owncloud# patch -p1 < file.patch Am I doing somehting wrong? |
… behavior on mobile devices.
cb4ec16
to
c84deda
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.
I tested the three radio buttons and everything worked fine.
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.
👍
@felixheidecke please backport to stable10 |
stable10: #29413 @felixheidecke please always post link to backport, it's easier to find and more readable and triggers a github notification. |
@felixheidecke love PR's with screenshots 😍 !!! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Related Issue
Fixes: #29116
Fixes: https://github.com/owncloud/enterprise/issues/2184
Motivation and Context
Currently the meaning of the option "Allow editing" (Download/Upload/Rename/Delete/Move) essentially changes to "Allow upload" (Upload only) when the second option "Show file listing" is unticked. This is inconsistent and can be very confusing for users. Moreover we thought a lot about how to make the file drop feature better understandable.
How Has This Been Tested?
Visual test only
Screenshots (if appropriate):
Types of changes
Checklist: