Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: Migrate LinkReferenceProvider to OCP | Anupam Kumar | 2024-02-14 | 1 | -155/+4 |
| | | | | | | | | | This would be useful to eleminate the need for using this OC class when an app dev wants to implement a custom reference provider for the web client but wants to fall back on opengraph for mobile clients. Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-10-03 | 1 | -19/+11 |
| | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | avoid requests to opengraph image if no host detected | Julien Veyssier | 2023-06-09 | 1 | -16/+21 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(references): Do not log errors on 404 responses of opengraph image fetching | Julius Härtl | 2023-03-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | improve link reference content-type check, accept 'text/html;*' | Julien Veyssier | 2023-01-10 | 1 | -1/+3 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | in the link reference provider, check if the link content type begins with ↵ | Julien Veyssier | 2023-01-09 | 1 | -1/+3 |
| | | | | | | text/html Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | add restrictions on content-type and content-size when downloading to ↵ | Julien Veyssier | 2023-01-05 | 1 | -0/+16 |
| | | | | | | resolve with opengraph link provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Inject all dependnencies and increase cache timeout | Julius Härtl | 2022-08-31 | 1 | -4/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Refactor cache handling | Julius Härtl | 2022-08-31 | 1 | -6/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cleanup | Julius Härtl | 2022-08-31 | 1 | -5/+18 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Limit preview file size | Julius Härtl | 2022-08-31 | 1 | -2/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add full public interfaces | Julius Härtl | 2022-08-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement image caching | Julius Härtl | 2022-08-31 | 1 | -3/+35 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement reference provider based caching | Julius Härtl | 2022-08-31 | 1 | -3/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make reference fetching configurable | Julius Härtl | 2022-08-31 | 1 | -2/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | API for fetching reference metadata | Julius Härtl | 2022-08-31 | 1 | -0/+83 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |