aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39297 from nextcloud/fix/dav/close-cursorJoas Schilling2023-07-121-1/+3
|\
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-111-1/+3
* | fix(dav): Move DAV app to non deprecated event dispatcherJoas Schilling2023-07-071-1/+1
|/
* style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-271-2/+2
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-271-1/+1
* Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-121-2/+11
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-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
|/ /
* | 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
|/ /