Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07Fix locking logicRoeland Jago Douma
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-06Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke
2020-06-30add proper paths to locking exceptionsRobin Appelman
2020-05-24Fix releasing a shared lock multiple timesJaakko Salo
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-03-21Code cleanup.Ole Ostergaard
2019-03-21Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard
2018-11-12Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke
2018-11-12Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-07-05prevent lock values from going negative with memcache backendRobin Appelman
2018-05-04Log more info about locking conflicts for memcache locking backendsRobin Appelman
2018-04-16Fixes false positive possible sql injection by phanMorris Jobke
2018-04-11dont keep shared database locks when running cli scriptsRobin Appelman
2018-01-16Made locking providers strictRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-03Merge pull request #24387 from owncloud/locking-mark-reload-freeThomas Müller
2016-05-02free up memory when releasing the last shared lockRobin Appelman
2016-04-29optimize releaselock for memcache based locking backendsRobin Appelman
2016-04-14Let the querybuilder convertRoeland Jago Douma
2016-04-14chunk the cleaning up of shared locksRobin Appelman
2016-04-14Move \OC\Lock to PSR-4Roeland Jago Douma