-
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] Auto accept incoming federated shares from trusted servers #34206
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34206 +/- ##
==============================================
+ Coverage 63.48% 63.48% +<.01%
- Complexity 19111 19112 +1
==============================================
Files 1264 1264
Lines 75159 75194 +35
Branches 1288 1288
==============================================
+ Hits 47712 47736 +24
- Misses 27069 27080 +11
Partials 378 378
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #34206 +/- ##
==============================================
+ Coverage 63.48% 63.48% +<.01%
- Complexity 19111 19112 +1
==============================================
Files 1264 1264
Lines 75159 75194 +35
Branches 1288 1288
==============================================
+ Hits 47712 47736 +24
- Misses 27069 27080 +11
Partials 378 378
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.
👍
Backport of #33980
For 10.1.1+
Description
All incoming shares from remote servers are accepted automatically when:
autoAddServers
config option is set to '0' (default)occ config:app:set federation auto_accept_trusted --value '0'
auto_accept_trusted
config option is set to 'yes'occ config:app:set federatedfilesharing auto_accept_trusted --value 'yes'
Related Issue
Closes #27653 https://github.com/owncloud/enterprise/issues/3051
How Has This Been Tested?
By acceptance test
Types of changes
Checklist: