aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): add EXDATE and EXRULE to confidential objectAnna Larch2024-03-211-0/+4
* Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-222-0/+132
* fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-181-1/+24
* fix(dav): allow multiple organizers if possibleRichard Steinmetz2024-01-021-1/+67
* fix(caldav): don't reuse query builder objectsAnna Larch2023-12-161-0/+2
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-272-10/+27
* fix(dav): Avoid date diffing if PHP is buggyChristoph Wurst2023-11-241-9/+23
* fix(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-061-30/+34
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-261-1/+12
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-1/+1
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-071-5/+14
* cache calendar objects from calendarQueryRobin Appelman2023-08-141-5/+30
* preload shares for calendars when listing calendarsRobin Appelman2023-08-142-0/+9
* ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-101-4/+4
* optimize calendar search queryJamie McClelland2023-08-101-1/+1
* feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-101-2/+42
* style(caldav): improve getDenormalizedData methodThomas Citharel2023-08-021-2/+2
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-08-021-1/+1
* Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-121-2/+13
|\
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-111-1/+3
| * Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-211-2/+11
* | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-101-0/+4
|/
* Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-6/+4
|\
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-6/+4
* | Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-041-1/+1
* | Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-254-1/+435
* | fix event move issueMaximilian Martin2023-04-181-2/+2
* | Merge pull request #36528 from nextcloud/dav-backend-transationsSimon L2023-04-181-870/+912
|\ \
| * | refactor(dav): Since we're in a transaction, use QB properly when incrementin...Thomas Citharel2023-04-171-7/+8
| * | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-870/+911
* | | Merge pull request #37645 from nextcloud/fix/improve-imip-emailsSimon L2023-04-172-3/+35
|\ \ \ | |/ / |/| |
| * | fix(dav): Parse sender PARTSTAT in REPLYsAnna Larch2023-04-132-3/+35
* | | Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal...Simon L2023-04-174-10/+15
|\ \ \
| * | | Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15
* | | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exceptionSimon L2023-04-171-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
| * | | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
| * | | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
* | | | Merge pull request #37626 from nextcloud/fix/compare-imip-email-valuesArthur Schiwon2023-04-111-3/+3
|\ \ \ \
| * | | | fix(dav): add string comparison for diffAnna Larch2023-04-071-3/+3
* | | | | Add type hints for mappersjld31032023-04-071-0/+2
|/ / / /
* | | | Fix DAV typesjld31032023-04-051-1/+1
* | | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-3/+2
* | | | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-162-2/+8
|\ \ \ \
| * | | | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-202-3/+8
| | |_|/ | |/| |
* | | | Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardeningRichard Steinmetz2023-03-022-8/+23
|\ \ \ \
| * | | | fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-022-8/+23
* | | | | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-021-8/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-8/+29