Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #15734 from owncloud/add-deprecate-tags | Thomas Müller | 2015-04-21 | 1 | -0/+1 |
|\ | | | | | Add @deprecated to all methods with a proper method in \OCP | ||||
| * | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #15733 from owncloud/remove-oc_backgroundjob | Lukas Reschke | 2015-04-20 | 1 | -2/+5 |
|\ \ | | | | | | | Removed OC_BackgroundJob - reduce class overhead | ||||
| * | | Removed OC_BackgroundJob - reduce class overhead | Morris Jobke | 2015-04-18 | 1 | -2/+5 |
| |/ | | | | | | | * method code is now in the static public namespace (5 sloc) | ||||
* / | Add version to @deprecated tags | Morris Jobke | 2015-04-19 | 1 | -7/+7 |
|/ | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+17 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+18 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-18 | 1 | -7/+7 |
|\ | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -7/+7 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -6/+6 |
|/ | |||||
* | dont try to register background jobs if we haven't upgraded yet | Robin Appelman | 2013-12-13 | 1 | -2/+6 |
| | |||||
* | fix documentation stuff | Morris Jobke | 2013-10-31 | 1 | -9/+9 |
| | |||||
* | Move legacy backgroundjob classes to a place where they can be autoloaded | Robin Appelman | 2013-05-03 | 1 | -21/+3 |
| | |||||
* | Add support for the old public backgroundjob api | Robin Appelman | 2013-04-24 | 1 | -23/+157 |
| | |||||
* | Update documentation for \OCP\BackgroundJob | Robin Appelman | 2013-04-24 | 1 | -14/+8 |
| | |||||
* | Rework background job system | Robin Appelman | 2013-04-20 | 1 | -65/+6 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Add BackgroundJob::setExecutionType() to public API | Jakob Sack | 2012-10-27 | 1 | -0/+23 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -7/+7 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Backgroundjobs: Fix wrong var names | Jakob Sack | 2012-08-12 | 1 | -2/+2 |
| | |||||
* | Backgroundjobs: rename ScheduledTask to QueuedTask | Jakob Sack | 2012-08-09 | 1 | -22/+23 |
| | |||||
* | Add public interface to background jobs | Jakob Sack | 2012-08-09 | 1 | -0/+116 |