summaryrefslogtreecommitdiffstats
path: root/lib/public/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+1
* handle and return touchProvider errorsJulien Veyssier2023-01-271-2/+2
* ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
* add 'last used timestamp' management for reference providersJulien Veyssier2023-01-271-1/+21
* extend the reference API for the new link pickerJulien Veyssier2023-01-274-0/+151
* composer run cs:fixCôme Chilliet2023-01-208-8/+0
* reference url can always fallback to the link itselfJulien Veyssier2022-09-302-3/+3
* Add sinceJoas Schilling2022-09-261-9/+97
* Move Reference class to public namespaceJulius Härtl2022-09-261-0/+161
* Add event to load scripts for reference renderingJulius Härtl2022-09-011-0/+36
* Refactor cache handlingJulius Härtl2022-08-312-2/+28
* CleanupJulius Härtl2022-08-313-12/+26
* Move registration to IBootstrapJulius Härtl2022-08-311-7/+0
* Add full public interfacesJulius Härtl2022-08-313-4/+142
* Implement reference provider based cachingJulius Härtl2022-08-311-0/+3
* API for fetching reference metadataJulius Härtl2022-08-313-0/+89
* Introduce event for loading additional script on projectsJulius Härtl2022-05-121-0/+40
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0414-28/+14
* ignore mail shares of related remote share resultsArthur Schiwon2021-04-201-0/+8
* Remove @package annotations from public namespaceJulius Härtl2020-08-266-6/+0
* Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-6/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Update license headers for 18Christoph Wurst2019-12-202-1/+6
* Decouple resource provider registrationDaniel Kesselberg2019-12-072-0/+42
* Update license headersChristoph Wurst2019-12-0513-13/+45
* Use rich objects instead of name, link and iconJoas Schilling2019-03-192-36/+5
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-192-2/+3
* Register providers via class namesJoas Schilling2019-03-011-2/+3
* Also cache the resource type because it is part of the identifierJoas Schilling2019-03-011-0/+13
* Fix doc blockJoas Schilling2019-03-011-2/+1
* Add invalidation methods to the interfaceJoas Schilling2019-03-011-0/+19
* Further work on the access cacheJoas Schilling2019-03-014-12/+41
* Fix doc blocksJoas Schilling2019-03-016-26/+34
* Implement search and rename in backendJulius Härtl2019-03-011-0/+8
* Add link to resource providerJulius Härtl2019-03-012-0/+15
* Only call resource provider if type matchesJulius Härtl2019-03-011-0/+9
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+4
* Add iconClass to resourcesJulius Härtl2019-03-012-0/+15
* Make names mandatoryJoas Schilling2019-03-012-1/+9
* Allow to create collectionsJoas Schilling2019-03-012-0/+12
* Provider functionalityJoas Schilling2019-03-013-0/+48
* Add a controller with the most important methodsJoas Schilling2019-03-014-2/+31
* Basic implementation of resource and collection handlingJoas Schilling2019-03-015-0/+199
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-0/+99
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* AutoCompletion backendArthur Schiwon2017-10-222-0/+96
* minor fixesArthur Schiwon2017-09-261-0/+1