-
Notifications
You must be signed in to change notification settings - Fork 157
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
show file-locking information #6682
Comments
Benedikt Kulmann commented: locking information is available in propfinds via property |
closed by mistake, reopening |
we can't get the timestamp of the lock since its not implemented in the backend |
Florian Schade commented: SSE part follows: owncloud/ocis#6992 |
As discussed:
Note: lets see if the overlayed lock-icon on the file-icon receives positive feedback by the users; if not we might need to move it to the shared/status column. let's try :D |
done, will only add unittests then it can get merged |
that is great, we avoid a lot of errors when user tries to delete or move locked file one question: maybe also hide buttons |
Description
Info about locking is (somehow) available in the backend
User Stories
Value
Acceptance Criteria
Icon is shown immeadiately (--> SSE)-> split out to new ticketIf Locked Show "Locked since: Relative Date" (+ Tooltip with Absolute Date)If Locked Show "Locked expires: Relative Date" (+ Tooltip with Absolute Date)Automatic unlocking happens after 30 mins per default; can be adjusted via config file.Cherry on top: add an indicator on the Filetype icon, so that users see instantly if a file is locked.Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] codre review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: