Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -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 Manager | Roeland Jago Douma | 2015-08-10 | 1 | -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üller | 2015-06-29 | 1 | -0/+1 |
| | | | | OCP\\ICache, instance of OC\\Cache\\File given" | ||||
* | Adjust NullCache tests | Lukas Reschke | 2015-06-15 | 1 | -3/+1 |
| | |||||
* | Check the query() for all defined services | Joas Schilling | 2015-06-11 | 1 | -1/+112 |
| | |||||
* | Correctly import NullCache class | Joas Schilling | 2015-06-11 | 1 | -0/+51 |