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-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-13Remove getLastJob from IJobListMorris Jobke
2020-07-06Use formal type hints instead of informal PHPDocMorris Jobke
2020-07-03Fix wrong phpdoc for execute methodDaniel Kesselberg
2020-04-29Update license headers for 19Christoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-01-31Make sure to catch php errors during job executionDaniel Kesselberg
2020-01-30JobList: Typecast last_run to integerGeorg Ehrke
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-01-15Fix integer background job id type errorChristoph Wurst
2018-11-01Revert "Wait for cron to finish before running upgrade command"Morris Jobke
2018-07-09Suppress potential SQL injection warning as they are false positivesMorris Jobke
2018-07-09Unlock failed cron jobs and set a high "last_checked" value to avoid continou...Morris Jobke
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-01Add |null to PHPDocLukas Reschke
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-04-25Add duration of last job execution to the tableNoveen Sachdeva
2017-04-07make JobList::next() lock freeJörn Friedrich Dreyer
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-21Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling
2016-04-26Move \OC\BackgroundJob to PSR-4Roeland Jago Douma