summaryrefslogtreecommitdiffstats
path: root/settings/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-85/+0
|
* Throw normal exceptions instead of eating themLukas Reschke2016-02-221-4/+10
| | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* 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.