| Commit message (Expand) | Author | Age | Files | Lines |
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -184/+0 |
* | Replace unneded OC::needUpgrade with OCP method | Morris Jobke | 2016-03-14 | 1 | -1/+1 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Remove other broken usages in deprecated methods | Joas Schilling | 2016-01-29 | 1 | -35/+3 |
* | 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 | 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 | Morris Jobke | 2015-04-18 | 1 | -2/+5 |
| |/ |
|
* / | 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 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+18 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+17 |
* | 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 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 1 | -7/+7 |
|\ |
|
| * | 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 |