summaryrefslogtreecommitdiffstats
path: root/settings/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-5/+17
|
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+16
|
* Use 403 instead of 200 responseLukas Reschke2015-01-291-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 managementLukas Reschke2014-12-081-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.