summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #34375 from nextcloud/fix/trashbin-uidDaniel2023-02-211-4/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-02-131-4/+6
* | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
* | | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-092-4/+51
| |/ / |/| |
* | | Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-081-25/+23
|\ \ \ | |/ / |/| |
| * | dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-061-25/+23
* | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-11/+2
* | | Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-071-16/+23
|/ /