summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan2022-06-222-75/+45
|\
| * Add typing to Sharing BackendCarl Schwan2022-06-222-75/+45
* | Spelling unificationValdnet2022-06-151-1/+1
* | l10n: Spelling unificationValdnet2022-06-151-12/+12
* | l10n: Spelling unificationValdnet2022-06-151-1/+1
|/
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-146-10/+166
* Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-101-34/+16
|\
| * Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-171-34/+16
* | Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry2022-06-103-7/+48
|\ \
| * | Put calendar invites into the user's first available calendarThomas Citharel2022-05-123-7/+48
* | | Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-102-105/+14
|\ \ \
| * | | Add some typed propertiesThomas Citharel2022-05-171-37/+13
| * | | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-172-68/+1
| | |/ | |/|
* | | Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst2022-06-021-13/+28
|\ \ \
| * | | Debug log what happens during reminders processingChristoph Wurst2022-06-011-13/+28
* | | | Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst2022-06-011-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-05-181-2/+3
| |/ /
* | | Also trim the nameJoas Schilling2022-05-251-1/+1
* | | Fix handling events without names in activitiesJoas Schilling2022-05-241-2/+2
* | | Rename user-agent used by the Webcal Refresh ServiceThomas Citharel2022-05-201-1/+1
* | | Add email validationAnna Larch2022-05-181-2/+9
|/ /
* | Fix more psalm issuesCarl Schwan2022-05-169-128/+43
* | Cleanup davCarl Schwan2022-05-052-6/+4
|/
* Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-021-1/+2
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0210-122/+42
* Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
* Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
* Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-03-241-25/+33
* Fix column/property type of the calendar orderChristoph Wurst2022-03-241-1/+1
* Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-03-241-47/+46
* Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-211-2/+14
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-168-13/+132
* Various minor updatesChristopher Ng2022-03-021-1/+1
* Calendar export and importChristopher Ng2022-03-021-0/+7
* Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
* Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-141-1/+0
* delete birthday calendar events permanentlyMaximilian Martin2022-02-021-4/+4
* Carefully filter out non matching time ranges for CalDAV searchChristoph Wurst2021-12-131-1/+35
* Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
* Merge pull request #29661 from nextcloud/enhancement/calendar-search-properti...Christoph Wurst2021-11-151-5/+20
|\
| * Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-5/+20
* | Fix loading all principal calendars in the dav app calendar providerChristoph Wurst2021-11-111-1/+1
|/
* Force Calendar Obejct Chnage Path to support public writeAnna Larch2021-11-082-0/+15
* Fix missing calendar path for public write on CalendarsAnna Larch2021-11-041-1/+10
* Fix immutable datetime handling in DAV calendar searchChristoph Wurst2021-10-281-2/+3
* Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-221-0/+6
|\
| * Update attendence for external usersDaniel Kesselberg2021-10-081-0/+6
* | Add create method to extended calendar implementationAnna Larch2021-10-154-10/+124
* | Merge pull request #29195 from nextcloud/fix/calendar-invitations-default-lan...Daniel2021-10-142-2/+2
|\ \