-
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
[stable10] Backport of Renaming and adding new options for public link #34983
Conversation
1) Renaming View/Download/Upload to View/Download/Edit. 2) Adding new option View/Download/Upload. So if user wants to give provide all permissions, View/Download/Edit option could be opted. If the user wants to have an option where no edit and delete to be granted for link shared, the View/Download/Upload could be used. Signed-off-by: Sujith H <[email protected]>
…nd no overwrite feature Adding acceptance test for new upload option added for creating public links. This new option would create public links which would help users to download, upload files or folders. Signed-off-by: Sujith H <[email protected]>
Original PR #34687 |
Codecov Report
@@ Coverage Diff @@
## stable10 #34983 +/- ##
==============================================
+ Coverage 64.24% 64.24% +<.01%
- Complexity 19993 19994 +1
==============================================
Files 1281 1281
Lines 76648 76650 +2
Branches 1307 1307
==============================================
+ Hits 49243 49245 +2
Misses 27024 27024
Partials 381 381
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #34983 +/- ##
==============================================
+ Coverage 64.24% 64.24% +<.01%
- Complexity 19993 19994 +1
==============================================
Files 1281 1281
Lines 76648 76650 +2
Branches 1307 1307
==============================================
+ Hits 49243 49245 +2
Misses 27024 27024
Partials 381 381
Continue to review full report at Codecov.
|
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.
👍
Description
This PR renames and adds an option in the public link share dialog. The
View/Download/Upload
is now renamed toView/Download/Edit
. So if the user wants to create a link which would let others to create, edit, upload and delete in the public link thenView/Download/Edit
should be selected.The new option
View/Download/Upload
has lesser permission. When a public link with this option is created, the user could create folder(s), no delete option is available.Related Issue
Motivation and Context
View/Download/Upload
toView/Download/Edit
in the public link share creation dialog.View/Download/Upload
with minimal permission. Removed edit and delete option.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: