aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/server.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-211-0/+1
|
* Use DIRoeland Jago Douma2015-08-101-1/+1
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Added Capabilities ManagerRoeland Jago Douma2015-08-101-0/+4
| | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance
* Fixing "ImportController::__construct() must implement interface ↵Thomas Müller2015-06-291-0/+1
| | | | OCP\\ICache, instance of OC\\Cache\\File given"
* Adjust NullCache testsLukas Reschke2015-06-151-3/+1
|
* Check the query() for all defined servicesJoas Schilling2015-06-111-1/+112
|
* Correctly import NullCache classJoas Schilling2015-06-111-0/+51