summaryrefslogtreecommitdiffstats
path: root/lib/public/backgroundjob.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Merge pull request #15734 from owncloud/add-deprecate-tagsThomas Müller2015-04-211-0/+1
|\ | | | | Add @deprecated to all methods with a proper method in \OCP
| * Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-201-0/+1
| |
* | Merge pull request #15733 from owncloud/remove-oc_backgroundjobLukas Reschke2015-04-201-2/+5
|\ \ | | | | | | Removed OC_BackgroundJob - reduce class overhead
| * | Removed OC_BackgroundJob - reduce class overheadMorris Jobke2015-04-181-2/+5
| |/ | | | | | | * method code is now in the static public namespace (5 sloc)
* / Add version to @deprecated tagsMorris Jobke2015-04-191-7/+7
|/
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+11
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+17
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-17/+18
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-7/+7
|\ | | | | | | | | Conflicts: lib/private/migration/content.php
| * Add the background job list to the public server containerRobin Appelman2014-02-111-7/+7
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-6/+6
|/
* dont try to register background jobs if we haven't upgraded yetRobin Appelman2013-12-131-2/+6
|
* fix documentation stuffMorris Jobke2013-10-311-9/+9
|
* Move legacy backgroundjob classes to a place where they can be autoloadedRobin Appelman2013-05-031-21/+3
|
* Add support for the old public backgroundjob apiRobin Appelman2013-04-241-23/+157
|
* Update documentation for \OCP\BackgroundJobRobin Appelman2013-04-241-14/+8
|
* Rework background job systemRobin Appelman2013-04-201-65/+6
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
|
* Add BackgroundJob::setExecutionType() to public APIJakob Sack2012-10-271-0/+23
|
* adding space between) and {Thomas Mueller2012-09-071-7/+7
|
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
|
* Backgroundjobs: Fix wrong var namesJakob Sack2012-08-121-2/+2
|
* Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-091-22/+23
|
* Add public interface to background jobsJakob Sack2012-08-091-0/+116