summaryrefslogtreecommitdiffstats
path: root/lib/public/BackgroundJob.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-45/+0
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-4/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove old deprecated function from the BackgroundJobRoeland Jago Douma2018-03-191-7/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-261-40/+5
| | | | | | | * was not used by apps and also is not needed * migrated the documentation to IJobList Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Removed depreacted functions (since 6.0)Roeland Jago Douma2016-10-291-92/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+184