summaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob/IJobList.php
Commit message (Expand)AuthorAgeFilesLines
* Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-2/+12
* Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-10/+0
* Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-4/+4
* Fix typing in IJobListCôme Chilliet2022-07-111-18/+16
* Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-9/+9
* Add command to list jobsCôme Chilliet2022-07-111-8/+10
* Allow apps to specify if their background job can be delayedJoas Schilling2022-02-071-2/+3
* Bump since versionJoas Schilling2021-10-141-2/+2
* Move queries to the joblistJoas Schilling2021-10-141-0/+15
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Remove getLastJob from IJobListMorris Jobke2020-08-131-11/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-0/+13
* Update license headersMorris Jobke2017-11-061-0/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-4/+13
* 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-0/+11
* Move \OCP\BackgroundJob to PSR-4Roeland Jago Douma2016-05-071-0/+110