nextcloud/apps/files_trashbin/lib
Robin Appelman 614acc9419
add locking to resolve concurent move to trashbin conflicts
uses a lock to prevent two requests from moving a file to the trashbin concurrently
(causing sql duplicate key errors)

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-06 20:36:55 +02:00
..
AppInfo Update license headers for 19 2020-04-29 11:57:22 +02:00
BackgroundJob Unify function spacing to PSR2 recommendation 2020-04-09 13:54:22 +02:00
Command Update license headers for 19 2020-04-29 11:57:22 +02:00
Controller Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Events Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Exceptions Update license headers 2019-12-05 15:38:45 +01:00
Sabre Update license headers for 19 2020-04-29 11:57:22 +02:00
Trash Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Capabilities.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Expiration.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Helper.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Hooks.php Update license headers 2019-12-05 15:38:45 +01:00
Storage.php Remove unused imports 2020-03-25 22:08:08 +01:00
Trashbin.php add locking to resolve concurent move to trashbin conflicts 2020-05-06 20:36:55 +02:00