Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -85/+0 |
| | |||||
* | Throw normal exceptions instead of eating them | Lukas Reschke | 2016-02-22 | 1 | -4/+10 |
| | | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185 | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+17 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+16 |
| | |||||
* | Use 403 instead of 200 response | Lukas Reschke | 2015-01-29 | 1 | -1/+3 |
| | | | | 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/+65 |
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. |