summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* fix: disable both iTip and iMip messagesbackport/49503/stable29SebastianKrupinski2024-12-102-8/+1
* fix: improve oci compatibility when purging calendar invitationsbackport/49454/stable29Richard Steinmetz2024-11-251-2/+2
* fix: invalid usage of IQueryBuilder::createNamedParameter()Richard Steinmetz2024-11-251-3/+3
* fix: (CalDav) Delete invitation when deleting Calendars or Eventsbackport/47832/stable29SebastianKrupinski2024-11-211-2/+51
* fix: override iTip Broker to fix several issuesbackport/48583/stable29SebastianKrupinski2024-11-142-0/+195
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable29SebastianKrupinski2024-11-121-2/+10
* Merge pull request #48509 from nextcloud/fix/stable29/webcal-subscription-job...Anna2024-10-021-93/+64
|\
| * fix(caldav): add missing handlersfix/stable29/webcal-subscription-jobs-middlewareAnna Larch2024-10-011-93/+64
* | Merge pull request #47790 from nextcloud/backport/45098/stable29Sebastian Krupinski2024-10-021-18/+14
|\ \ | |/ |/|
| * fix(caldav): Do not load IMipPlugin before user auth and session is createdSebastianKrupinski2024-09-051-18/+14
* | fix(dav): catch `MaxInstancesExceededException` on calendar eventsbackport/47924/stable29Luc Didry2024-09-161-16/+31
|/
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-09-041-1/+1
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
* fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-233-4/+59
* Merge pull request #46602 from nextcloud/backport/46593/stable29Sebastian Krupinski2024-07-181-1/+10
|\
| * fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-181-1/+10
* | fix(caldav): decode values before returningSebastianKrupinski2024-07-181-0/+5
|/
* Merge pull request #46012 from nextcloud/backport/45999/stable29Andy Scherzinger2024-07-101-2/+15
|\
| * fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-07-101-2/+15
* | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-101-0/+40
|/
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-271-2/+5
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-112-16/+24
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-061-1/+17
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-061-51/+105
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-031-0/+38
* fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-291-2/+25
* Merge pull request #45224 from nextcloud/backport/44752/stable29Anna2024-05-248-22/+215
|\
| * feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-088-22/+215
* | fix(caldav): loop through all events for busy eventsAnna Larch2024-05-141-12/+9
|/
* chore: Fix small psalm errors related to documented return typesCôme Chilliet2024-05-061-1/+1
* fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-261-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-048-10/+10
* fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-251-1/+1
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-2/+6
* fix(caldav): add EXDATE and EXRULE to confidential objectAnna Larch2024-03-211-0/+4
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-121-16/+59
* fix(dav): Fix atomic calendar/subscription updatesChristoph Wurst2024-02-291-40/+43
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+7
* Merge pull request #39553 from zero0cool0/fix/caldavbackend_getChangesForCale...John Molakvoæ2024-02-231-2/+4
|\
| * Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* | Merge pull request #39750 from nextcloud/Jerome-Herbinet-to-dos-wording-changeJohn Molakvoæ2024-02-231-1/+1
|\ \
| * | "Taks" to fit calendar wordingJérôme Herbinet2024-02-231-1/+1
| |/
* / Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
|/
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-232-0/+132
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-154-26/+101
* fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
* fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-16/+19
* Merge pull request #42850 from nextcloud/fix/caldav/update-acls-deletedcalend...Christoph Wurst2024-01-181-1/+24
|\