summaryrefslogtreecommitdiffstats
path: root/lib/private/Lock
Commit message (Collapse)AuthorAgeFilesLines
* Made locking providers strictRoeland Jago Douma2018-01-164-32/+36
| | | | | | | | * Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
| | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-214-4/+4
|
* Fix othersJoas Schilling2016-07-214-5/+9
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Merge pull request #24387 from owncloud/locking-mark-reload-freeThomas Müller2016-05-031-0/+3
|\ | | | | free up memory when releasing the last shared lock
| * free up memory when releasing the last shared lockRobin Appelman2016-05-021-0/+3
| |
* | optimize releaselock for memcache based locking backendsRobin Appelman2016-04-292-2/+11
|/
* 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-144-0/+578