aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Collaboration/Reference
Commit message (Collapse)AuthorAgeFilesLines
* style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* handle and return touchProvider errorsJulien Veyssier2023-01-271-2/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+21
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* extend the reference API for the new link pickerJulien Veyssier2023-01-274-0/+151
| | | | | | | | | - 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>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* reference url can always fallback to the link itselfJulien Veyssier2022-09-302-3/+3
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Add sinceJoas Schilling2022-09-261-9/+97
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move Reference class to public namespaceJulius Härtl2022-09-261-0/+161
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add event to load scripts for reference renderingJulius Härtl2022-09-011-0/+36
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor cache handlingJulius Härtl2022-08-312-2/+28
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CleanupJulius Härtl2022-08-313-12/+26
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move registration to IBootstrapJulius Härtl2022-08-311-7/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add full public interfacesJulius Härtl2022-08-313-4/+142
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement reference provider based cachingJulius Härtl2022-08-311-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* API for fetching reference metadataJulius Härtl2022-08-313-0/+89
Signed-off-by: Julius Härtl <jus@bitgrid.net>