summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Avoid date diffing if PHP is buggyChristoph Wurst2023-11-241-9/+23
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-261-1/+12
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-181-1/+1
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-5/+14
* cache calendar objects from calendarQueryRobin Appelman2023-08-141-6/+31
* 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
* style(caldav): improve getDenormalizedData methodThomas Citharel2023-07-121-2/+2
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-07-121-1/+1
* fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-111-1/+3
* Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-07-041-2/+11
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-06-011-0/+4
* Merge pull request #37785 from nextcloud/backport/36217/stable26Arthur Schiwon2023-05-174-10/+15
|\
| * Handle reminders where calendar name is nullThomas Citharel2023-04-184-10/+15
* | fix event move issueMaximilian Martin2023-04-191-2/+2
|/
* fix(dav): add string comparison for diffAnna Larch2023-04-121-3/+3
* 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
|/
* Use recurrence instance to build iMip emailAnna Larch2023-02-023-499/+832
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-011-2/+2
* fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
* Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decodeChristoph Wurst2023-01-231-1/+1
|\
| * chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
* | chore(dav): Remove useless var tagChristoph Wurst2023-01-191-3/+0
|/
* fix(dav): catch MaxInstancesExceedeException for recurring events without end...Anna Larch2023-01-181-34/+39
* Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-1/+1
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-042-5/+14
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
* | Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-292-27/+20
|/
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-191-16/+2
|\
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-16/+2
* | Improve typing on new methodsCôme Chilliet2022-12-052-8/+6
* | Attempt to fix CalendarImpl testsJulius Härtl2022-11-092-7/+15
|/
* Fix duplicate event email notificationsRichard Steinmetz2022-11-046-13/+49
* Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-031-9/+6
|\