| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup lock related code | Carl Schwan | 2022-05-12 | 1 | -131/+92 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -10/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+0 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -4/+0 |
* | add proper paths to locking exceptions | Robin Appelman | 2020-06-30 | 1 | -2/+2 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | 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 |
|/ |
|
* | 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 | 1 | -10/+10 |
* | 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 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
* | 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 | 1 | -0/+269 |