summaryrefslogtreecommitdiffstats
path: root/tests/settings/middleware/subadminmiddlewaretest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/settings to PSR-4Joas Schilling2016-05-191-98/+0
|
* Fix inconsistent nameing of AppFrameworkRoeland Jago Douma2016-04-221-2/+2
|
* Throw normal exceptions instead of eating themLukas Reschke2016-02-221-4/+13
| | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185
* Use 403 instead of 200 responseLukas Reschke2015-01-291-4/+2
| | | | A forbidden should throw a 403 and this makes it easier for me to do some automated testing.
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+91
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.