summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo/Application.php
Commit message (Expand)AuthorAgeFilesLines
* Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-251-5/+9
* 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-041-2/+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
* Add some closure return typesRoeland Jago Douma2021-02-141-4/+4
* 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
* 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
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Only delete the default calendar setting when the default calendarThomas Citharel2020-04-131-1/+4
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-0/+14
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-9/+9
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+3
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-151-3/+1
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-151-0/+2
* Stop using deprecated registerNotifier, use registerNotifierService insteadGeorg Ehrke2019-08-151-12/+6
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-5/+53
* "Fix" the unit testsJoas Schilling2019-03-061-1/+1
* Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-041-1/+2
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+10
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+9
* integrate Dav app with Calendar APIGeorg Ehrke2017-11-091-3/+14