aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/RootCollection.php
Commit message (Expand)AuthorAgeFilesLines
* feat(dav): add systemtag object IDs listingskjnldsv2024-10-291-5/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+8
* fix(caldav): allow listing of room and resource principalsRichard Steinmetz2024-07-311-2/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-271-25/+4
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+2
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-5/+22
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+0
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-1/+1
* fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-1/+1
* fix(carddav): expose system address bookAnna Larch2023-05-111-2/+3
* chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-091-4/+1
* PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-091-0/+7
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-1/+0
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-101-0/+2
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+2
* | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-4/+3
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-7/+6
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-4/+6
* Remove shadowed $config variableChristoph Wurst2021-10-131-1/+0
* Expose user language through DAVThomas Citharel2021-08-161-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-4/+14
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-1/+1
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-6/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-24/+24
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Add address book pluginsChristoph Wurst2020-03-091-2/+5
* Update license headersChristoph Wurst2019-12-051-1/+3
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-3/+5
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-151-2/+3
* Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+2
* Add Apple Provisioning profileGeorg Ehrke2019-01-301-1/+9
* Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-041-1/+5
* allow group principal search for dav displayname propertyGeorg Ehrke2018-10-221-1/+1
* apply group restrictions to resourcesGeorg Ehrke2018-06-251-2/+2
* add resource / room principalsGeorg Ehrke2018-06-251-4/+29
* allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-221-1/+2
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-121-1/+2
|\
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-101-1/+2
* | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-111-1/+4
* | Fix functions to search for principals in the backend.Christoph Seitz2017-12-111-1/+1
* | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+2
|/
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-10/+9
* Adding dav resource for avatarsThomas Müller2017-03-291-0/+4
* Use the event dispatcherJoas Schilling2016-11-031-4/+1