aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/BackgroundJob/JobList.php
Commit message (Expand)AuthorAgeFilesLines
* Bump since versionJoas Schilling2021-10-141-1/+1
* Move queries to the joblistJoas Schilling2021-10-141-4/+29
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-2/+0
* Remove getLastJob from IJobListMorris Jobke2020-08-131-12/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* JobList: Typecast last_run to integerGeorg Ehrke2020-01-301-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix integer background job id type errorChristoph Wurst2019-01-151-1/+1
* Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-011-39/+1
* Suppress potential SQL injection warning as they are false positivesMorris Jobke2018-07-091-0/+1
* Unlock failed cron jobs and set a high "last_checked" value to avoid continou...Morris Jobke2018-07-091-0/+9
* Wait for cron to finish before running upgrade commandMorris Jobke2018-06-191-1/+39
* Update license headersMorris Jobke2017-11-061-0/+3
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-3/+15
* make JobList::next() lock freeJörn Friedrich Dreyer2017-04-071-5/+10
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-33/+53
* Move \OC\BackgroundJob to PSR-4Roeland Jago Douma2016-04-261-0/+294