summaryrefslogtreecommitdiffstats
path: root/lib/private/command
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Command to PSR-4Roeland Jago Douma2016-04-156-358/+0
|
* Happy new year!Thomas Müller2016-01-126-6/+6
|
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-262-3/+13
|\ | | | | expire versions in a background command
| * check limit of serialized command in unit testsRobin Appelman2015-03-261-0/+3
| |
| * ensure commands can be serialized in unit testsRobin Appelman2015-03-261-1/+4
| |
| * Force test cases using background commands to handle setting up the filesystemRobin Appelman2015-03-262-2/+6
| |
* | Update license headersJenkins for ownCloud2015-03-266-24/+102
|/
* Allow running the async commands from unit testsRobin Appelman2015-03-021-0/+53
|
* Add FileAccess trait for commandsRobin Appelman2015-02-251-0/+18
|
* Allow apps to determine which commands should be run synchronous based on ↵Robin Appelman2015-02-251-1/+58
| | | | traints
* Add async command system to handle asynchronous operationsRobin Appelman2015-02-254-0/+142