aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parametersJoas Schilling2025-06-201-1/+1
* docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCountRichard Steinmetz2025-06-041-7/+5
* refactor(dav): remove unused CalDAVBackend methodremove-unused-methodThomas Citharel2025-06-011-19/+0
* fix(dav): only consider user's principal for unsharing entriesbug/49834/calendar-unsharingDaniel Kesselberg2025-05-141-1/+1
* fix(caldav): prevent unshare entry creation for owner unsharingDaniel Kesselberg2025-05-141-1/+37
* feat: Calendar Exportfeat/issue-563-calendar-exportSebastianKrupinski2025-05-061-0/+40
* fix: do not ignore move command object target urifix/issue-50748-calendar-object-moveSebastianKrupinski2025-04-161-14/+17
* feat: command to list and delete calendar subscriptionsfeat/noid/occ-list-delete-calendar-subscriptionDaniel Kesselberg2025-03-091-0/+37
* feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-071-32/+6
* feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-071-0/+26
* fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameterRichard Steinmetz2024-11-231-2/+2
* fix: invalid usage of IQueryBuilder::createNamedParameter()Richard Steinmetz2024-11-231-3/+3
* fix: (CalDav) Delete invitation when deleting Calendars or Eventsfix/issue-12387-delete-invitationsSebastianKrupinski2024-11-211-2/+51
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+2
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-12/+12
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-9/+9
* Merge pull request #47924 from ldidry/catch-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\
| * fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
* | refactor: Use the elvis operatorChristoph Wurst2024-09-151-15/+15
|/
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-49/+49
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
* Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-...Richard Steinmetz2024-08-141-0/+76
|\
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-131-0/+76
* | fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/
* fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-011-58/+41
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-30/+34
* fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-171-1/+10
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-311-0/+38
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-281-1/+17
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-05-281-51/+105
* chore: Add SPDX headerAndy Scherzinger2024-05-271-36/+3
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-071-1/+7
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-2/+6
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-121-16/+59
* fix(dav): Fix atomic calendar/subscription updatesChristoph Wurst2024-02-291-40/+43
* Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-231-0/+21
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-18/+25
* fix(caldav): don't reuse query builder objectsAnna Larch2023-12-111-0/+2
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-101-33/+40
* fix(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-021-30/+34
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-1/+12
* Merge pull request #39568 from nextcloud/caldav-share-preloadRobin Appelman2023-08-141-5/+34
|\
| * cache calendar objects from calendarQueryRobin Appelman2023-07-261-5/+30
| * preload shares for calendars when listing calendarsRobin Appelman2023-07-261-0/+4
* | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-071-4/+4
* | optimize calendar search queryJamie McClelland2023-08-071-1/+1
|/