aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+7
* Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_...Anna2022-10-031-0/+6
|\
| * fix: define exclusion key as constantSylvain2022-10-021-2/+3
| * feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
* | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-031-1/+10
|\ \
| * | Remove the loop of calendars when only one is neededAnna Larch2022-10-011-1/+10
| |/
* / Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-19/+13
|/
* Check calendar URI length before creationAnna Larch2022-08-261-0/+7
* Support iMIP invitations from MailAnna Larch2022-08-224-8/+69
* Use user name cache in activity providersJoas Schilling2022-08-191-22/+2
* Fix typos in apps/dav subdirectoryluz paz2022-07-264-5/+5
* Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-set...Anna2022-07-261-13/+58
|\
| * fix possibly null variablesCédric Neukom2022-07-171-1/+8
| * Respect user settings when generating alerts for birthday calendarCédric Neukom2022-07-171-13/+51
* | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-251-0/+3
* | Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-231-1/+11
|\ \ | |/ |/|
| * Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-1/+11
* | 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