Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 1 | -3/+4 |
| | | | | 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/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -3/+9 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-16 | 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-16 | 1 | -6/+4 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | [reference preview] fix getting null mimetype if the cached reference lacks ↵ | Julien Veyssier | 2023-02-22 | 1 | -1/+4 |
| | | | | | | an image content type Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix reference preview endpoint when no server-side cache configured | Julien Veyssier | 2022-10-13 | 1 | -4/+7 |
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Add cache header for image endpoint if link previews | Julius Härtl | 2022-09-28 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Inject all dependnencies and increase cache timeout | Julius Härtl | 2022-08-31 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cleanup | Julius Härtl | 2022-08-31 | 1 | -9/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement image caching | Julius Härtl | 2022-08-31 | 1 | -40/+23 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | API for fetching reference metadata | Julius Härtl | 2022-08-31 | 1 | -0/+82 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |