Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26Move \OC\BackgroundJob to PSR-4Roeland Jago Douma
2016-04-22Change the sort order of background jobs to be DESC instead of ASCJoas Schilling
2016-02-29Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling
2016-01-28Deprecate the method and warn against using itJoas Schilling
2016-01-12Happy new year!Thomas Müller
2015-12-18Add methods to interface which have always been requiredJoas Schilling
2015-12-18Allow dependency injection for background jobsJoas Schilling
2015-12-18Make sure the interface and the implementation matchJoas Schilling
2015-12-18Use the query builder for the joblist queriesJoas Schilling
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-05Unique exception for invalid autoload paths, better handlingRobin McCorkell
2015-08-19handle non existing job classes in $jobList->getNextRobin Appelman
2015-05-12also free joblist and base from file cache codeArthur Schiwon
2015-03-26Update license headersJenkins for ownCloud
2015-02-27Merge pull request #14530 from owncloud/revert-14403Thomas Müller
2015-02-26fix exception messageMorris Jobke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-25set max argument length to 4000Robin Appelman
2015-02-25throw an exception when trying to push a background job that wont fit in the ...Robin Appelman
2015-02-23Updating license headersJenkins for ownCloud
2014-07-25Dont try to execute jobs that no longer existRobin Appelman
2014-06-27Fix check if class existsRobin Appelman
2014-06-27Check if classes/method exists before trying to call them in background jobsRobin Appelman
2014-06-03Support having legacy `OC_Cache_FileGlobalGC` background jobsRobin Appelman
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-18Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-12Add unit tests for JobListRobin Appelman
2014-02-12Additional phpdocRobin Appelman
2014-02-11Add the background job list to the public server containerRobin Appelman
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-11-05decode arguments as arrayThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller