Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |