Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |