| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup. | Ole Ostergaard | 2019-03-21 | 1 | -2/+5 |
* | Add insertIgnoreConflict to Adapter and use it for for executing the file loc... | Ole Ostergaard | 2019-03-21 | 1 | -11/+1 |
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 1 | -1/+1 |
|\ |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | | Fix UniqueConstraintViolationException while insert into oc_file_locks | Morris Jobke | 2018-11-12 | 1 | -1/+12 |
|/ |
|
* | prevent lock values from going negative with memcache backend | Robin Appelman | 2018-07-05 | 1 | -2/+8 |
* | Log more info about locking conflicts for memcache locking backends | Robin Appelman | 2018-05-04 | 1 | -4/+15 |
* | Fixes false positive possible sql injection by phan | Morris Jobke | 2018-04-16 | 1 | -0/+2 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -7/+35 |
* | Made locking providers strict | Roeland Jago Douma | 2018-01-16 | 4 | -32/+36 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 4 | -4/+4 |
* | Fix others | Joas Schilling | 2016-07-21 | 4 | -5/+9 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
* | Merge pull request #24387 from owncloud/locking-mark-reload-free | Thomas Müller | 2016-05-03 | 1 | -0/+3 |
|\ |
|
| * | free up memory when releasing the last shared lock | Robin Appelman | 2016-05-02 | 1 | -0/+3 |
* | | optimize releaselock for memcache based locking backends | Robin Appelman | 2016-04-29 | 2 | -2/+11 |
|/ |
|
* | Let the querybuilder convert | Roeland Jago Douma | 2016-04-14 | 1 | -4/+2 |
* | chunk the cleaning up of shared locks | Robin Appelman | 2016-04-14 | 1 | -7/+20 |
* | Move \OC\Lock to PSR-4 | Roeland Jago Douma | 2016-04-14 | 4 | -0/+578 |