nextcloud/apps/files_versions/lib
Max b9b862d411
fix: catch ManuallyLockedException and use app context
The files_lock app may throw ManuallyLockedExceptions
when attempting to revert a file that is currently opened.
This would prevent the user from rolling back a opened file.

Text and Richdocuments handle changes of the file while editing.
Allow reverting files even when they are locked by these apps
and let the apps handle the conflict.

Signed-off-by: Max <max@nextcloud.com>
2023-05-08 09:13:41 +02:00
..
AppInfo Expose user language through DAV 2021-08-16 19:03:00 +02:00
BackgroundJob Add configuration flag to disable the background job for files_versions 2021-10-11 12:32:46 +02:00
Command Merge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPath 2021-10-08 08:01:55 +02:00
Controller Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Events Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Listener Update php licenses 2021-06-04 22:02:41 +02:00
Sabre Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Versions fix: catch ManuallyLockedException and use app context 2023-05-08 09:13:41 +02:00
Capabilities.php Update php licenses 2021-06-04 22:02:41 +02:00
Expiration.php Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Hooks.php Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Storage.php fix: catch ManuallyLockedException and use app context 2023-05-08 09:13:41 +02:00