aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-262-2/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-262-2/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
|/
* Remove getLastJob from IJobListMorris Jobke2020-08-131-11/+0
* Use formal type hints instead of informal PHPDocMorris Jobke2020-07-061-5/+3
* Fix wrong phpdoc for execute methodDaniel Kesselberg2020-07-031-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update license headersChristoph Wurst2019-12-055-5/+11
* fixup! Add backgroundjobs to OCPRoeland Jago Douma2018-10-091-0/+2
* Add backgroundjobs to OCPRoeland Jago Douma2018-10-093-0/+251
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-0/+13
* Update license headersMorris Jobke2017-11-062-0/+2
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-4/+13
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix othersJoas Schilling2016-07-212-4/+6
* 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-072-0/+196