Commit Graph

576 Commits (b074399a87e764f506550d64f6379738186355c6)

Author SHA1 Message Date
Maximilian Martin c8985944ec fix event move issue 3 years ago
Thomas Citharel ff3b69b21d refactor(dav): Since we're in a transaction, use QB properly when incrementing synctoken 3 years ago
Thomas Citharel c9a3129cb4 fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does multiple DB calls in transactions 3 years ago
Anna Larch fd85c86cde fix(dav): Parse sender PARTSTAT in REPLYs 3 years ago
jld3103 b153340b62
Add type hints for mappers 3 years ago
Anna Larch 1811a0e8f9 fix(dav): add string comparison for diff 3 years ago
jld3103 7e58aa1a05
Fix DAV types 3 years ago
jld3103 02f9c3a06f
Use implementations instead of interfaces for accessing private methods 3 years ago
Richard Steinmetz a35b960c7a fix(caldav): harden null handling of iMip scheduling method 3 years ago
Richard Steinmetz 2c0d89e56a
fix(caldav): convert iMip recipient name to a string 3 years ago
Akhil e823718383
Remove reminder if max instances exceeded 3 years ago
Akhil Potukuchi e354e9266e
Update apps/dav/lib/CalDAV/Reminder/ReminderService.php 3 years ago
Akhil 9f9da964f6
Fix max instances exception for get vevent call 3 years ago
Anna Larch ed70815076 Fix calendar emails to be outlook compatible 3 years ago
Jonas Heinrich 944efa388a Invitation mail: Change subject if event got updated 3 years ago
Anna Larch 5b6a0affd0 Allow reimporting prev. deleted items by deleting trashbin item 3 years ago
rakekniven 421df8d456
l10n: Fixed grammar 3 years ago
Christoph Wurst b5f7afd0fb
fix(caldav): Fix reminder timezone drift for all-day events 3 years ago
Thomas Citharel 4fd58aa45c
fix(caldav): Correctly handle calendar recreation for invitations when the current calendar is in the trashbin 3 years ago
Côme Chilliet c4d90f3e81
Removed catch of ValueError as we cannot know if it’s >2038 or <1970 3 years ago
Côme Chilliet d315bce300
Improve behavior with dates on 32bits and fix tests or skip them 3 years ago
Mattia Narducci b55c62c6c2 dav: fix birthday calendar event generation for leap days 3 years ago
Anna Larch 38e9cb6a05 Use recurrence instance to build iMip email 3 years ago
Côme Chilliet dde5c46a3e
Migrate to Symfony Mailer 3 years ago
Joas Schilling 1a31ddb56d
Do not reuse query builder objects in DAV account deletion 3 years ago
Christoph Wurst 954284f8cd
fix(caldav): Fix wrong Psalm report for nullable calendar data 3 years ago
Christoph Wurst afd1ddb0ea
chore(dav): Make json_encode and json_decode throw on error 3 years ago
Christoph Wurst 3c9ceffa7c
chore(dav): Remove useless var tag 3 years ago
Anna Larch a9264b007f fix(dav): catch MaxInstancesExceedeException for recurring events without end date 3 years ago
Thomas Citharel 62739ecf6c
Handle reminders where calendar name is null 3 years ago
Anna Larch d58ecdcfad Hook into sabre event lifecycle for iMip Messages 3 years ago
Anna Larch 05f2dc68fc [WIP] Add logging to Scheduling Plugin 3 years ago
Bennet Becker 5a1cc8de9b
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_ 3 years ago
Côme Chilliet 9430899f16
Fix psalm issues related to signature changes from PHP 8.0 3 years ago
Bennet Becker 7a9f4fbbbe
Setting Auto-Submitted header for calendar events and new user mail 3 years ago
Côme Chilliet cb0450b5c4
Improve typing on new methods 3 years ago
Côme Chilliet d9151ff35c Get rid of all useless calls to setParsedSubject now that setRichSubject is able to do it 3 years ago
Julius Härtl 908b7aa70a
Attempt to fix CalendarImpl tests 3 years ago
Richard Steinmetz 304b71647f
Fix duplicate event email notifications 3 years ago
Anna Larch 9dd51601c6 Switch to DisplayNameCache for CardDAV 3 years ago
Anna Larch e5c290bb7f Switch to DisplayNameCache for CalDAV 3 years ago
Anna Larch aebcc3126a Move iMIP to it's own interface 3 years ago
Thomas Citharel 6f15873321 Add a background job to prune outdated sync tokens 3 years ago
Christoph Wurst e6d8da4cdc Fix causal reads in CalDAV backend 3 years ago
Thomas Citharel d084e7656b
Add isDeleted property to OCP\Calendar\ICalendar 3 years ago
Thomas Citharel 98030e97d3
Add typings to OCP\Calendar\ICalendar and implementation 3 years ago
Sylvain 5b8d8271a2 fix: define exclusion key as constant 3 years ago
Sylvain e3d50f99c9 feat(contacts): exclude contact from birthday calendar 3 years ago
Anna Larch 3a8c7b6bf3 Remove the loop of calendars when only one is needed 3 years ago
Anna Larch b044c7586b
Check calendar URI length before creation 3 years ago