summaryrefslogtreecommitdiffstats
path: root/lib/public/backgroundjob
Commit message (Collapse)AuthorAgeFilesLines
* Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-301-2/+3
| | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-162-0/+25
| | | | | | | * 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-262-8/+39
|
* Revert "Updating license headers"Morris Jobke2015-02-262-37/+10
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-232-10/+37
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-3/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-1/+7
| | | | | | | | | | | 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
* Additional phpdocRobin Appelman2014-02-122-4/+27
|
* Remove internal methods from the public interfaceRobin Appelman2014-02-121-7/+1
|
* Add the background job list to the public server containerRobin Appelman2014-02-112-0/+102