aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TranslationApiController.php
Commit message (Expand)AuthorAgeFilesLines
* feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-4/+8
* feat(translation): Allow guests to use translations as wellJoas Schilling2023-04-131-2/+4
* fix(translation): Use 400 as status code to be distinguishable from server er...Joas Schilling2023-04-131-2/+2
* fix(translation): Properly set the numbers as HTTP status codeJoas Schilling2023-04-131-2/+2
* fix(translation): Translate error messages on translations APIJoas Schilling2023-04-131-4/+12
* fix(translation): Allow regular users to use translation api endpointsJulius Härtl2023-02-281-0/+6
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+66