-
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
Add app config to allow groups of users to be lock breakers #38222
Conversation
cc1f096
to
ca97f3d
Compare
Kudos, SonarCloud Quality Gate passed! |
ca97f3d
to
e5cf263
Compare
Reminder: docs relevant if merged |
e5cf263
to
2ddccba
Compare
@micbar go for 10.8? |
2ddccba
to
e7a7662
Compare
Reminder: docs relevant if merged, please file an issue |
94e0fe7
to
50007f4
Compare
Kudos, SonarCloud Quality Gate passed! |
There are already test scenarios in https://github.com/owncloud/core/tree/master/tests/acceptance/features/apiWebdavLocksUnlock that check who can unlock whose files/folders. Should we add some scenarios that cover this new functionality of putting people in lock-breakers groups? |
@DeepDiver1975 In which scope was this developed? |
I'll have a look and fix the different config keys ..... |
50007f4
to
48e560c
Compare
rebased and issue fixed ... |
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.
This looks OK. I did some manual testing with the webUI, and it works.
I raised issue #38851 to add some test scenarios. This PR can be merged, if needed, and the tests added later.
d399238
to
3e5b396
Compare
rebased and git history cleandup .... |
@DeepDiver1975 Can we move it to "Ready for review"? Or do you plan on adding more to it? |
no - I am done! THX |
1513243
to
76b9dad
Compare
I squashed all the API and UI acceptance tests into 1 commit, and rebased. This is ready for review from my PoV. |
This is a "new feature", so according to semver, a release that adds this would be numbered 10.9.0 |
Merge, or any objections? Got 2 reviews already |
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, needs rebase and merging
76b9dad
to
4350f02
Compare
Rebased and conflict resolved. |
@phil-davis with tests passing shall we merge? |
yes - there are acceptance tests that cover the behavior of the new option. |
💥 Acceptance tests pipeline apiFederationToShares2-latest-mariadb10.2-php7.4 failed. The build has been cancelled. |
https://drone.owncloud.com/owncloud/core/31880/119/10 |
Kudos, SonarCloud Quality Gate passed! |
Description
Members of the lock breaker groups can break locks of other users
The groups are setup in the admin's general settings
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: