-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow force unlock of automated client locks #391
Conversation
9b79845
to
111d146
Compare
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
/backport to stable27 |
Will fix the conflict once I merged the remaining dependency updates on main |
Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Julius Knorr <[email protected]>
a6dce61
to
f7eb95b
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.
Had a look at the code. Did not test it though.
Signed-off-by: Julius Knorr <[email protected]>
When can we see a release with this? 🙂 |
good question. The backports have been merged so a release including this feature would be nice. I hope with the next minor releases we can get it |
Yes... next minor releases will include this. I'd expect them to be released mid January sometime around the next server releases. |
Interesting feature, but I really think you need to get it via the desktop sync client as well (local files). |
Correct me if I'm wrong: the new forced unlock function is only available on the side of the user who opened (automatically locked) the document? According to the tests I've carried out, this is the case, but I'd like you to confirm this. If you confirm this, I think it's a shame that there isn't this function for everyone following an automatic unlock that didn't happen. In an organization where there are a lot of people, it often happens that the person who initiated the automatic lock is not present:
... and is therefore unable to release the file at the request of another person (lack of time, or travelling and/or no connection, etc). Is it not possible, at least from the ‘lock_timeout’ (30 minutes by default) onwards, for this forced unlock button to be accessible to everyone? |
You can set a time from which the file is unlocked. This works very well on the server, but the information is not "sent" to the clients, the file remains locked on the PC (Windows). |
This will make sure that lock owners can still unlock stale locks from clients that use the token type 2. We will show a confirmation dialog as revoking a lock could cause conflicts with file changes if the client comes back online assuming the lock would still be present.
Steps to test:
Replaces #172
Fix #325
UI changes