[stable10] allow user to configure automatically accept incoming shares#34647
Merged
[stable10] allow user to configure automatically accept incoming shares#34647
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34647 +/- ##
==============================================
+ Coverage 63.98% 64.01% +0.02%
- Complexity 19227 19246 +19
==============================================
Files 1272 1276 +4
Lines 75724 75787 +63
Branches 1291 1291
==============================================
+ Hits 48453 48515 +62
- Misses 26892 26893 +1
Partials 379 379
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #34647 +/- ##
==============================================
+ Coverage 63.98% 64.01% +0.02%
- Complexity 19227 19246 +19
==============================================
Files 1272 1276 +4
Lines 75724 75787 +63
Branches 1291 1291
==============================================
+ Hits 48453 48515 +62
- Misses 26892 26893 +1
Partials 379 379
Continue to review full report at Codecov.
|
11 tasks
This was referenced Apr 15, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #34593
Description
Let the users decide whether they want to manually accept shares or not.
Related Issue
files_sharingpart of https://github.com/owncloud/enterprise/issues/3128 . There will be another PR forfederatedfilesharingMotivation and Context
some users will not want that shares are accepted automatically.
How Has This Been Tested?
Unit tests are added. Manually tested.
auto_accept_shareenabled, go Sharing Personal Panel and disableauto accept share, the next share should be on the pending status.auto_accept_shareenabled, go Sharing Personal Panel and enableauto accept share, the next share should be accepted automatically.Types of changes
Checklist: