aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Listener
Commit message (Expand)AuthorAgeFilesLines
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3013-1/+13
* fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-23/+10
* fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-7/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2310-19/+19
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+210
* Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-122-5/+3
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* User status automation background jobJoas Schilling2022-07-011-0/+59
* Summer cleanup of the federation appCarl Schwan2022-06-241-0/+50
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-1/+21
* Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-175-0/+314
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-26/+28
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-312-7/+170
* Fix PHP CSJoas Schilling2021-05-212-10/+5
* Add activities for creating, updating and deleting contactsJoas Schilling2021-05-211-0/+111
* Add activities for addressbook managementJoas Schilling2021-05-211-0/+122
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-1/+19
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-1/+17
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-6/+3
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-072-0/+36
* Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-072-0/+36
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-072-41/+71
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-293-0/+235
* Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-031-5/+65
* Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-031-14/+35
* Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-031-0/+96