| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -4/+4 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -49/+49 |
* | fix(caldav): limit property length | Anna Larch | 2024-08-22 | 1 | -1/+1 |
* | Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-... | Richard Steinmetz | 2024-08-14 | 1 | -0/+76 |
|\ |
|
| * | feat(webcal): only update modified and deleted events from webcal calendars | Anna Larch | 2024-08-13 | 1 | -0/+76 |
* | | fix(caldav): allow VJOURNAL if no supported component set is specified | Richard Steinmetz | 2024-08-13 | 1 | -1/+1 |
|/ |
|
* | fix(caldav): fixed initial sync and double processing | SebastianKrupinski | 2024-08-01 | 1 | -58/+41 |
* | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 1 | -30/+34 |
* | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server Error | SebastianKrupinski | 2024-07-17 | 1 | -1/+10 |
* | fix(caldav): automatically delete outdated scheduling objects | Anna Larch | 2024-05-31 | 1 | -0/+38 |
* | feat(caldav): order the calendar objects by start date for search | Daniel Kesselberg | 2024-05-28 | 1 | -1/+17 |
* | fix(caldav): event search with limit and timerange | Daniel Kesselberg | 2024-05-28 | 1 | -51/+105 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -36/+3 |
* | feat(caldav): expose calendar subscriptions | Daniel Kesselberg | 2024-05-07 | 1 | -1/+7 |
* | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 1 | -1/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix(dav): Add retention time to sync token cleanup | Christoph Wurst | 2024-03-21 | 1 | -2/+6 |
* | fix(dav): Add occ command to fix missing caldav sync tokens | Christoph Wurst | 2024-03-12 | 1 | -16/+59 |
* | fix(dav): Fix atomic calendar/subscription updates | Christoph Wurst | 2024-02-29 | 1 | -40/+43 |
* | Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR | Patrick Fischer | 2024-02-23 | 1 | -2/+4 |
* | fix(dav): Rate limit calendar/subscription creation | Christoph Wurst | 2024-02-23 | 1 | -0/+21 |
* | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c... | Anna Larch | 2024-02-15 | 1 | -18/+25 |
* | fix(caldav): don't reuse query builder objects | Anna Larch | 2023-12-11 | 1 | -0/+2 |
* | feat(caldav): Allow advanced search for events/tasks | Benjamin Gaussorgues | 2023-11-10 | 1 | -33/+40 |
* | fix(dav): Reduce CalDAV backend memory footprint | Christoph Wurst | 2023-11-02 | 1 | -30/+34 |
* | fix(dav): expand recurrences when searching | Richard Steinmetz | 2023-09-21 | 1 | -1/+12 |
* | Merge pull request #39568 from nextcloud/caldav-share-preload | Robin Appelman | 2023-08-14 | 1 | -5/+34 |
|\ |
|
| * | cache calendar objects from calendarQuery | Robin Appelman | 2023-07-26 | 1 | -5/+30 |
| * | preload shares for calendars when listing calendars | Robin Appelman | 2023-07-26 | 1 | -0/+4 |
* | | ensure outerquery ->where() function doesn't clobber earier ->andWhere() | Jamie McClelland | 2023-08-07 | 1 | -4/+4 |
* | | optimize calendar search query | Jamie McClelland | 2023-08-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #39297 from nextcloud/fix/dav/close-cursor | Joas Schilling | 2023-07-12 | 1 | -1/+3 |
|\ |
|
| * | fix(dav): close cursor when fetching max id | Richard Steinmetz | 2023-07-11 | 1 | -1/+3 |
* | | fix(dav): Move DAV app to non deprecated event dispatcher | Joas Schilling | 2023-07-07 | 1 | -1/+1 |
|/ |
|
* | style(caldav): improve getDenormalizedData method | Thomas Citharel | 2023-06-27 | 1 | -2/+2 |
* | Fix creating events with old (< unix time) lastoccurence | Thomas Citharel | 2023-06-27 | 1 | -1/+1 |
* | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAV | Christof Arnosti | 2023-06-12 | 1 | -2/+11 |
* | fix event move issue | Maximilian Martin | 2023-04-18 | 1 | -2/+2 |
* | refactor(dav): Since we're in a transaction, use QB properly when incrementin... | Thomas Citharel | 2023-04-17 | 1 | -7/+8 |
* | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul... | Thomas Citharel | 2023-04-17 | 1 | -870/+911 |
* | 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 |
* | | fix(caldav): Fix reminder timezone drift for all-day events | Christoph Wurst | 2023-02-09 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | Do not reuse query builder objects in DAV account deletion | Joas Schilling | 2023-02-01 | 1 | -2/+2 |
* | Switch to DisplayNameCache for CalDAV | Anna Larch | 2022-11-03 | 1 | -20/+1 |
* | Add a background job to prune outdated sync tokens | Thomas Citharel | 2022-10-27 | 1 | -0/+14 |
* | Fix causal reads in CalDAV backend | Christoph Wurst | 2022-10-03 | 1 | -20/+29 |
* | Check calendar URI length before creation | Anna Larch | 2022-08-26 | 1 | -0/+7 |