summaryrefslogtreecommitdiffstats
path: root/application/controllers/Api.php
AgeCommit message (Collapse)AuthorFilesLines
2020-04-19Reclassify various exceptions as UserInputExceptionFlorian Pritz1-6/+6
These are errors that a user can correct themselves so we should classify them accordingly. That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-09-24Move JSON code to API classFlorian Pritz1-3/+30
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-09WIP: CI3 migrationFlorian Pritz1-0/+66
Signed-off-by: Florian Pritz <bluewind@xinu.at>