nextcloud/apps/files_versions/lib/Versions
Max 337fc110ec
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-03 09:52:36 +02:00
..
BackendNotFoundException.php Update php licenses 2021-06-04 22:02:41 +02:00
IDeletableVersionBackend.php Allow to delete a version through DAV 2023-01-26 10:12:23 +00:00
INameableVersion.php Support getting and patching version-label 2023-01-26 10:12:23 +00:00
INameableVersionBackend.php Support getting and patching version-label 2023-01-26 10:12:23 +00:00
IVersion.php Document that size may be a float in new class VersionEntity 2023-02-07 11:23:34 +01:00
IVersionBackend.php Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
IVersionManager.php Update php licenses 2021-06-04 22:02:41 +02:00
LegacyVersionsBackend.php don't re-get fileinfo for versioned file if it's not shared 2023-03-13 10:52:37 +01:00
Version.php Document that size may be a float in new class VersionEntity 2023-02-07 11:23:34 +01:00
VersionManager.php fix: catch ManuallyLockedException and use app context 2023-05-03 09:52:36 +02:00