nextcloud/lib
Morris Jobke ec5c11d284
Fix UniqueConstraintViolationException while insert into oc_file_locks
* fixes #9305 by not being prone to the race condition in insertIfNotExists
* fixes #6899 by not using a query that can result in a deadlock
* replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block
* followup to #12371

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-13 13:59:24 +01:00
..
composer Move ExpiredTokenException to the correct namespace 2018-10-31 10:54:17 +01:00
l10n [tx-robot] updated from transifex 2018-11-13 01:12:52 +00:00
private Fix UniqueConstraintViolationException while insert into oc_file_locks 2018-11-13 13:59:24 +01:00
public Fix since tag 2018-09-19 16:13:26 +02:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Merge pull request #11293 from nextcloud/backport/11292/do-not-apcu-cache-the-autoloader 2018-09-20 10:08:02 +02:00
versioncheck.php Allow php7.3 2018-10-12 12:21:19 +02:00