Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(core): Make all attribute arguments named | provokateurin | 2024-07-27 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 1 | -6/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+2 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -1/+17 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-20 | 1 | -4/+6 |
| | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-20 | 1 | -15/+7 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | feat(translation): Return the detected language so clients can show more details | Joas Schilling | 2023-05-02 | 1 | -4/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(translation): Allow guests to use translations as well | Joas Schilling | 2023-04-13 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(translation): Use 400 as status code to be distinguishable from server ↵ | Joas Schilling | 2023-04-13 | 1 | -2/+2 |
| | | | | | | errors Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(translation): Properly set the numbers as HTTP status code | Joas Schilling | 2023-04-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(translation): Translate error messages on translations API | Joas Schilling | 2023-04-13 | 1 | -4/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(translation): Allow regular users to use translation api endpoints | Julius Härtl | 2023-02-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 1 | -0/+66 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |