aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-191-2/+2
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-173-9/+12
* Merge pull request #47924 from ldidry/catch-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\
| * fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
* | refactor: Use the elvis operatorChristoph Wurst2024-09-151-15/+15
|/
* fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-061-4/+8
* chore: adjust code to adhere to coding standardAnna Larch2024-09-0510-43/+43
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2529-164/+164
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-201-1/+1
* Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-...Richard Steinmetz2024-08-143-172/+323
|\
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-133-172/+323
* | Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-apiChristoph Wurst2024-08-142-0/+131
|\ \
| * | feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-132-0/+131
| |/
* | Merge pull request #47200 from nextcloud/fix/issue-47193Sebastian Krupinski2024-08-131-6/+6
|\ \
| * | fix: test variables before returningSebastianKrupinski2024-08-131-6/+6
| |/
* / fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/
* fix: handle-duplicate-reminderhamza2212024-08-132-2/+10
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-071-1/+1
* Merge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-KDE-calen...John Molakvoæ2024-08-071-1/+5
|\
| * fix(dav): WebcalCaching-Plugin lintJohn Molakvoæ2024-06-271-1/+1
| * feat(dav): add regex to match Gnome and KDE calendar user-agentsVivida2024-06-271-1/+5
* | Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-071-58/+41
|\ \
| * | fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-011-58/+41
* | | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-061-1/+38
|/ /
* | fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
* | feat: mail provider backendSebastianKrupinski2024-07-231-25/+57
* | fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-223-4/+59
* | fix(caldav): added localization hits for translatorsSebastianKrupinski2024-07-201-1/+82
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-30/+34
* | Merge pull request #46594 from nextcloud/fix/issue-28162-2Anna2024-07-181-0/+5
|\ \
| * | fix(caldav): decode values before returningSebastianKrupinski2024-07-171-0/+5
* | | Merge pull request #45547 from nextcloud/feature/recurrence-invitations2Sebastian Krupinski2024-07-184-90/+1305
|\ \ \
| * | | feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-174-90/+1305
| |/ /
* / / fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-171-1/+10
|/ /
* | Merge pull request #46315 from nextcloud/fix/limit-vevent-sizeSebastian Krupinski2024-07-081-0/+40
|\ \
| * | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+40
| |/
* / chore(caldav): remove obsolete functionSebastianKrupinski2024-07-041-25/+0
|/
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-251-2/+5
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-3/+4
* fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-06-201-2/+15
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-112-16/+24
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-311-0/+38
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-281-1/+17
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-05-281-51/+105
* chore: Add SPDX headerAndy Scherzinger2024-05-2786-1804/+192
* fix(dav): Replaces "Time:" with "Date and time:" in calendar invite emailJérôme Herbinet2024-05-231-1/+1
* fix(caldav): loop through all events for busy eventsAnna Larch2024-05-141-12/+9
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-078-22/+215
* fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-061-2/+25