aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-13/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-4/+4
* fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-261-0/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-272-48/+6
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-071-0/+2
* fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-141-0/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-13/+13
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+8
* Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-191-1/+1
* Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-191-5/+7
* feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-281-7/+5
* fix(CI): Fix type confusion with PsalmJoas Schilling2023-07-071-4/+6
* fix(dav): Remove listener for events that never existed anywhereJoas Schilling2023-07-071-19/+1
* fix(dav): Move listener to actually existing eventJoas Schilling2023-07-071-5/+5
* fix(dav): Move DAV app to non deprecated event dispatcherJoas Schilling2023-07-071-2/+3
* Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-252-6/+13
* User status automation background jobJoas Schilling2022-07-011-0/+6
* Summer cleanup of the federation appCarl Schwan2022-06-241-12/+3
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-0/+3
* Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-94/+20
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-5/+5
* Contacts export and importChristopher Ng2022-03-301-0/+2
* Integrate migratorChristopher Ng2022-03-021-0/+3
* Fix cleaning reminders after subscription purgeThomas Citharel2022-02-211-3/+3
* Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
* Register missing DAV app calendar providerChristoph Wurst2021-10-281-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-3/+1
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-0/+13
* Add activities for creating, updating and deleting contactsJoas Schilling2021-05-211-0/+7
* Add activities for addressbook managementJoas Schilling2021-05-211-0/+11
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-9/+2
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-7/+2
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-071-25/+4
* Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-7/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-7/+7
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-33/+7
* Move over notification to new registrationRoeland Jago Douma2021-04-161-6/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Merge pull request #25636 from nextcloud/fix/psalm/closure_return_typesChristoph Wurst2021-02-151-4/+4
|\
| * Add some closure return typesRoeland Jago Douma2021-02-141-4/+4
* | Fix PluginManager annotationRoeland Jago Douma2021-02-141-89/+107
|/
* Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-031-0/+4
* Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-031-0/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-041-0/+4
* Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-031-0/+6
* Migrate DAV to the PSR containerChristoph Wurst2020-07-161-7/+4
* Use \OCP\IContainer::injectFn to boot the DAV appChristoph Wurst2020-07-031-26/+10
* Move DAV to the new bootstrap mechanismChristoph Wurst2020-06-191-84/+206