Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -99/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Fix namespaces in AppFramework tests | Joas Schilling | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Properly return 304 | Roeland Jago Douma | 2015-09-01 | 1 | -0/+8 |
| | | | | | | | | The ETag set in the IF_NONE_MODIFIED header is wraped in quotes ("). However the ETag that is set in response is not (yet). Also we need to cast the ETag to a string. * Added unit test | ||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -1/+3 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -3/+4 |
| | | | | take care of this | ||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 1 | -0/+1 |
| | | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace. | ||||
* | kill superfluent classloader from tests - this approach might be of interest ↵ | Thomas Müller | 2013-08-21 | 1 | -1/+1 |
| | | | | within the apps | ||||
* | initial import of appframework | Thomas Müller | 2013-08-17 | 1 | -0/+87 |