aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-102-4/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-10/+10
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+3
* Add address book pluginsChristoph Wurst2020-03-091-0/+77
* Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-181-0/+57
* Update license headersChristoph Wurst2019-12-052-2/+6
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+5
* 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
* Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-141-3/+0
* 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
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-062-2/+5
* Dav: codestyle fixes in PluginManagerJulius Härtl2017-10-141-8/+8
* Let apps register Sabre plugins or collectionsVincent Petry2017-10-141-0/+170