aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Listener
Commit message (Expand)AuthorAgeFilesLines
* feat: add example contact on first loginfeat/cardav-example-contactHamza Mahjoubi11 days1-1/+7
* Merge pull request #50933 from nextcloud/fix/issue-50104-system-address-book-...Sebastian Krupinski2025-03-111-0/+65
|\
| * feat: add system address book settings in uifix/issue-50104-system-address-book-ui-settingsSebastianKrupinski2025-03-071-0/+65
* | feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-073-13/+13
|/
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-2/+3
* fix(dav): Migrate from hooks to user eventsCôme Chilliet2025-02-101-0/+151
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2113-126/+55
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-261-0/+35
* chore: Add SPDX headerAndy Scherzinger2024-05-2714-265/+28
* 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