aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Collapse)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(references): Do not log errors on 404 responses of opengraph image fetchingJulius Härtl2023-03-131-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement file reference wigetJulius Härtl2023-03-021-9/+33
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backendLouis2023-01-301-0/+6
|\ | | | | Allow to name a version
| * Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-0/+6
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | style: Fix php-cs and psalmJulius Härtl2023-01-272-2/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | improve getUserProviderTimestampsJulien Veyssier2023-01-271-3/+4
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | use array_filter instead of array_map + array_searchJulien Veyssier2023-01-271-5/+5
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-1/+3
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-273-5/+58
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | extend the reference API for the new link pickerJulien Veyssier2023-01-272-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 managerJoas Schilling2023-01-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* improve link reference content-type check, accept 'text/html;*'Julien Veyssier2023-01-101-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 Veyssier2023-01-091-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 Veyssier2023-01-051-0/+16
| | | | | | resolve with opengraph link provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Improve email search resultsJoas Schilling2022-12-091-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* File reference: use the file type icon as fallback when no preview provider ↵Julien Veyssier2022-10-061-2/+14
| | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Add fallback options for contacts arrayAnna Larch2022-10-011-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 namespaceJulius Härtl2022-09-264-164/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-313-6/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor cache handlingJulius Härtl2022-08-314-31/+131
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CleanupJulius Härtl2022-08-314-41/+73
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Limit preview file sizeJulius Härtl2022-08-311-2/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move registration to IBootstrapJulius Härtl2022-08-311-9/+41
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add full public interfacesJulius Härtl2022-08-314-6/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement image cachingJulius Härtl2022-08-313-3/+55
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add cache invalidationJulius Härtl2022-08-311-10/+41
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement reference provider based cachingJulius Härtl2022-08-313-13/+53
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make reference fetching configurableJulius Härtl2022-08-312-10/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* API for fetching reference metadataJulius Härtl2022-08-314-0/+401
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Introduce event for loading additional script on projectsJulius Härtl2022-05-121-6/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add setting to ignore email during searchLouis Chemineau2022-05-032-1/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-131-0/+4
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange2022-04-121-0/+1
|\ \ | |/ |/| confirm user is internal to globalscale
| * confirm user is internal to globalscaleMaxence Lange2022-04-121-0/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Add settings to not match userID during full matchLouis Chemineau2022-04-061-1/+4
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\ | | | | Fix psalm not running
| * Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add check before sending email that email address is validCarl Schwan2022-01-111-7/+8
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix idn emails not working in sharesCarl Schwan2022-01-111-2/+5
|/ | | | | | Fix #30595 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #29879 from ↵Julius Härtl2021-12-211-4/+1
|\ | | | | | | nextcloud/bugfix/noid/sharing-enumeration-addressbooks
| * Do not clear all results when searching from users address booksJulius Härtl2021-12-081-4/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Make psalm more happyJoas Schilling2021-12-091-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>