Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Avoid clear cache with prefix | Julius Härtl | 2024-03-08 | 1 | -1/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -6/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(collaboration): collaboration MailPlugin: Protect access to a ↵ | Claus-Justus Heine | 2024-02-27 | 1 | -2/+2 |
| | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.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> | ||||
* | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 3 | -0/+26 |
| | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | ||||
* | 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> | ||||
* | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-10-03 | 9 | -214/+61 |
| | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Adds type hint to the method parameter. | Faraz Samapoor | 2023-09-21 | 1 | -1/+1 |
| | | | | | Co-authored-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-09-21 | 9 | -195/+114 |
| | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | fix: Migrate collaboration listener and remove legacy adapter | Joas Schilling | 2023-07-28 | 1 | -34/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | 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> | ||||
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | 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> | ||||
* | Implement file reference wiget | Julius Härtl | 2023-03-02 | 1 | -9/+33 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | safer URL match in FileReferenceProvider | Julien Veyssier | 2023-02-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend | Louis | 2023-01-30 | 1 | -0/+6 |
|\ | | | | | Allow to name a version | ||||
| * | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | style: Fix php-cs and psalm | Julius Härtl | 2023-01-27 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | improve getUserProviderTimestamps | Julien Veyssier | 2023-01-27 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | use array_filter instead of array_map + array_search | Julien Veyssier | 2023-01-27 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | handle and return touchProvider errors | Julien Veyssier | 2023-01-27 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | add 'last used timestamp' management for reference providers | Julien Veyssier | 2023-01-27 | 3 | -5/+58 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 2 | -0/+124 |
|/ | | | | | | | | | - add 2 interfaces for discoverable and searchable reference providers - new OCS route to get info on discoverable/searchable reference providers - new abstract ADiscoverableReferenceProvider that only implements jsonSerialize - listen to RenderReferenceEvent to inject provider list with initial state Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Fix double where() usage in resource manager | Joas Schilling | 2023-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | 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> | ||||
* | Improve email search results | Joas Schilling | 2022-12-09 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | File reference: use the file type icon as fallback when no preview provider ↵ | Julien Veyssier | 2022-10-06 | 1 | -2/+14 |
| | | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Add fallback options for contacts array | Anna Larch | 2022-10-01 | 1 | -8/+8 |
| | | | | | | when the UID or FN is null, the email address / dsiplay name will be used instead Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 4 | -164/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Inject all dependnencies and increase cache timeout | Julius Härtl | 2022-08-31 | 3 | -6/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Refactor cache handling | Julius Härtl | 2022-08-31 | 4 | -31/+131 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cleanup | Julius Härtl | 2022-08-31 | 4 | -41/+73 |
| | | | | 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> | ||||
* | Move registration to IBootstrap | Julius Härtl | 2022-08-31 | 1 | -9/+41 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add full public interfaces | Julius Härtl | 2022-08-31 | 4 | -6/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement image caching | Julius Härtl | 2022-08-31 | 3 | -3/+55 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add cache invalidation | Julius Härtl | 2022-08-31 | 1 | -10/+41 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement reference provider based caching | Julius Härtl | 2022-08-31 | 3 | -13/+53 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make reference fetching configurable | Julius Härtl | 2022-08-31 | 2 | -10/+14 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | API for fetching reference metadata | Julius Härtl | 2022-08-31 | 4 | -0/+401 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Rename setting name to reduce its length | Louis Chemineau | 2022-06-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Introduce event for loading additional script on projects | Julius Härtl | 2022-05-12 | 1 | -6/+27 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |