summaryrefslogtreecommitdiffstats
path: root/lib/private/Lock/DBLockingProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Ole Ostergaard2019-03-211-2/+5
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-211-11/+1
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-1/+1
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* | Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke2018-11-121-1/+12
|/
* Fixes false positive possible sql injection by phanMorris Jobke2018-04-161-0/+2
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-7/+35
* Made locking providers strictRoeland Jago Douma2018-01-161-10/+10
* Update license headersMorris Jobke2017-11-061-0/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Let the querybuilder convertRoeland Jago Douma2016-04-141-4/+2
* chunk the cleaning up of shared locksRobin Appelman2016-04-141-7/+20
* Move \OC\Lock to PSR-4Roeland Jago Douma2016-04-141-0/+269