Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/settings to PSR-4 | Joas Schilling | 2016-05-19 | 1 | -98/+0 |
| | |||||
* | Fix inconsistent nameing of AppFramework | Roeland Jago Douma | 2016-04-22 | 1 | -2/+2 |
| | |||||
* | Throw normal exceptions instead of eating them | Lukas Reschke | 2016-02-22 | 1 | -4/+13 |
| | | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185 | ||||
* | Use 403 instead of 200 response | Lukas Reschke | 2015-01-29 | 1 | -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 management | Lukas Reschke | 2014-12-08 | 1 | -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. |