| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(CalDAV): check birthday calendar owner | Anna Larch | 2023-09-06 | 1 | -5/+14 |
* | cache calendar objects from calendarQuery | Robin Appelman | 2023-08-14 | 1 | -6/+31 |
* | preload shares for calendars when listing calendars | Robin Appelman | 2023-08-14 | 2 | -0/+9 |
* | ensure outerquery ->where() function doesn't clobber earier ->andWhere() | Jamie McClelland | 2023-08-10 | 1 | -4/+4 |
* | optimize calendar search query | Jamie McClelland | 2023-08-10 | 1 | -1/+1 |
* | style(caldav): improve getDenormalizedData method | Thomas Citharel | 2023-07-12 | 1 | -2/+2 |
* | Fix creating events with old (< unix time) lastoccurence | Thomas Citharel | 2023-07-12 | 1 | -1/+1 |
* | fix(dav): close cursor when fetching max id | Richard Steinmetz | 2023-07-11 | 1 | -1/+3 |
* | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAV | Christof Arnosti | 2023-07-04 | 1 | -2/+11 |
* | fix(caldav): Ignore invalid events for reminder generation | Christoph Wurst | 2023-06-01 | 1 | -0/+4 |
* | Merge pull request #37785 from nextcloud/backport/36217/stable26 | Arthur Schiwon | 2023-05-17 | 4 | -10/+15 |
|\ |
|
| * | Handle reminders where calendar name is null | Thomas Citharel | 2023-04-18 | 4 | -10/+15 |
* | | fix event move issue | Maximilian Martin | 2023-04-19 | 1 | -2/+2 |
|/ |
|
* | fix(dav): add string comparison for diff | Anna Larch | 2023-04-12 | 1 | -3/+3 |
* | Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardening | Richard Steinmetz | 2023-03-02 | 2 | -8/+23 |
|\ |
|
| * | fix(caldav): harden null handling of iMip scheduling method | Richard Steinmetz | 2023-03-02 | 2 | -8/+23 |
* | | Merge pull request #36594 from nextcloud/fix-handling-of-invitations | blizzz | 2023-03-02 | 1 | -8/+29 |
|\ \
| |/
|/| |
|
| * | fix(caldav): Correctly handle calendar recreation for invitations when the cu... | Thomas Citharel | 2023-02-09 | 1 | -8/+29 |
* | | fix(caldav): convert iMip recipient name to a string | Richard Steinmetz | 2023-02-28 | 1 | -1/+1 |
* | | Merge pull request #34375 from nextcloud/fix/trashbin-uid | Daniel | 2023-02-21 | 1 | -4/+6 |
|\ \ |
|
| * | | Allow reimporting prev. deleted items by deleting trashbin item | Anna Larch | 2023-02-13 | 1 | -4/+6 |
* | | | l10n: Fixed grammar | rakekniven | 2023-02-11 | 1 | -1/+1 |
* | | | fix(caldav): Fix reminder timezone drift for all-day events | Christoph Wurst | 2023-02-09 | 2 | -4/+51 |
| |/
|/| |
|
* | | Merge pull request #29010 from mattian/fix/19218/birthday-leap-day | Christoph Wurst | 2023-02-08 | 1 | -25/+23 |
|\ \
| |/
|/| |
|
| * | dav: fix birthday calendar event generation for leap days | Mattia Narducci | 2023-02-06 | 1 | -25/+23 |
* | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970 | Côme Chilliet | 2023-02-07 | 1 | -11/+2 |
* | | Improve behavior with dates on 32bits and fix tests or skip them | Côme Chilliet | 2023-02-07 | 1 | -16/+23 |
|/ |
|
* | Use recurrence instance to build iMip email | Anna Larch | 2023-02-02 | 3 | -499/+832 |
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 1 | -1/+6 |
* | Do not reuse query builder objects in DAV account deletion | Joas Schilling | 2023-02-01 | 1 | -2/+2 |
* | fix(caldav): Fix wrong Psalm report for nullable calendar data | Christoph Wurst | 2023-01-26 | 1 | -1/+0 |
* | Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode | Christoph Wurst | 2023-01-23 | 1 | -1/+1 |
|\ |
|
| * | chore(dav): Make json_encode and json_decode throw on error | Christoph Wurst | 2023-01-19 | 1 | -1/+1 |
* | | chore(dav): Remove useless var tag | Christoph Wurst | 2023-01-19 | 1 | -3/+0 |
|/ |
|
* | fix(dav): catch MaxInstancesExceedeException for recurring events without end... | Anna Larch | 2023-01-18 | 1 | -34/+39 |
* | Hook into sabre event lifecycle for iMip Messages | Anna Larch | 2023-01-05 | 1 | -1/+1 |
* | [WIP] Add logging to Scheduling Plugin | Anna Larch | 2023-01-04 | 2 | -5/+14 |
* | Merge pull request #35876 from bennet0496/patch-mail-header | Joas Schilling | 2023-01-04 | 1 | -0/+2 |
|\ |
|
| * | update usages of AutoSubmittedValue to AutoSubmitted::VALUE_ | Bennet Becker | 2023-01-03 | 1 | -2/+2 |
| * | Setting Auto-Submitted header for calendar events and new user mail | Bennet Becker | 2022-12-23 | 1 | -0/+2 |
* | | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 2 | -27/+20 |
|/ |
|
* | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject | Côme Chilliet | 2022-12-19 | 1 | -16/+2 |
|\ |
|
| * | Get rid of all useless calls to setParsedSubject now that setRichSubject is a... | Côme Chilliet | 2022-11-29 | 1 | -16/+2 |
* | | Improve typing on new methods | Côme Chilliet | 2022-12-05 | 2 | -8/+6 |
* | | Attempt to fix CalendarImpl tests | Julius Härtl | 2022-11-09 | 2 | -7/+15 |
|/ |
|
* | Fix duplicate event email notifications | Richard Steinmetz | 2022-11-04 | 6 | -13/+49 |
* | Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface | Christoph Wurst | 2022-11-03 | 1 | -9/+6 |
|\ |
|
| * | Move iMIP to it's own interface | Anna Larch | 2022-11-03 | 1 | -9/+6 |
* | | Switch to DisplayNameCache for CardDAV | Anna Larch | 2022-11-03 | 1 | -1/+1 |
* | | Switch to DisplayNameCache for CalDAV | Anna Larch | 2022-11-03 | 3 | -30/+3 |
|/ |
|