-
Notifications
You must be signed in to change notification settings - Fork 186
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
Auto Accept Shares #7097
Auto Accept Shares #7097
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
bdac51c
to
80b2b91
Compare
5d8bc09
to
b2a8182
Compare
9103ba5
to
f4e4d2d
Compare
3587931
to
8274187
Compare
870d906
to
4a2cb75
Compare
Signed-off-by: jkoberg <jkoberg@owncloud.com>
4a2cb75
to
8e1b033
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.
Looks good from a docs pov 👍
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
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 have opened a ticket to add test coverage: #7241 |
@kobergj, if it's required to be enabled by default in oCIS then maybe enable it by default and run tests with |
Kudos, SonarCloud Quality Gate passed! |
Auto accepts shares when configured
Fixes #4834
According to story
auto-accept
should be true by default, but test pipeline cannot handle this for now. Steps to test auto acceptance:OCIS_SERVICE_ACCOUNT_ID
andOCIS_SERVICE_ACCOUNT_SECRET
(or running ocis init on a fresh system)FRONTEND_AUTO_ACCEPT_SHARES
totrue
physics-lovers
marie
-> Her share is acceptedeinstein
-> His share is not acceptedNote: Share acception is done asynchronously so there is a short gap between the creation of the share and the accept. This should not be visible on manual testing.