server/lib
Morris Jobke 93c62d78db
Fix UniqueConstraintViolationException while insert into oc_filecache
* fixes #6160 by not being prone to the race condition in insertIfNotExists
* fixes #12228 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

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-12 14:43:28 +01:00
..
composer Clear avatar cache with frontend repair 2018-11-08 08:31:21 +01:00
l10n [tx-robot] updated from transifex 2018-11-12 01:12:49 +00:00
private Fix UniqueConstraintViolationException while insert into oc_filecache 2018-11-12 14:43:28 +01:00
public Add deprecation message ofr insertIfNotExist 2018-11-09 12:13:30 +01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Revert "Use APCu caching of composer" 2018-09-19 15:47:01 +02:00
versioncheck.php Allow php7.3 2018-10-11 11:20:48 +02:00