aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+7
* Merge pull request #39553 from zero0cool0/fix/caldavbackend_getChangesForCale...John Molakvoæ2024-02-231-2/+4
|\
| * Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
* | Merge pull request #39750 from nextcloud/Jerome-Herbinet-to-dos-wording-changeJohn Molakvoæ2024-02-231-1/+1
|\ \
| * | "Taks" to fit calendar wordingJérôme Herbinet2024-02-231-1/+1
| |/
* / Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
|/
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-232-0/+132
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-154-26/+101
* fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
* fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
* fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-241-16/+19
* Merge pull request #42850 from nextcloud/fix/caldav/update-acls-deletedcalend...Christoph Wurst2024-01-181-1/+24
|\
| * fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-171-1/+24
* | fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-4/+7
|/
* fix(dav): Hide less than minute diff in calendar notification titlejld31032023-12-201-1/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-192-188/+93
* fix(dav): allow multiple organizers if possibleRichard Steinmetz2023-12-171-1/+67
* fix(caldav): don't reuse query builder objectsAnna Larch2023-12-111-0/+2
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-303-64/+42
* fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-0/+9
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-282-21/+20
* fix(dav): Avoid date diffing if PHP is buggyChristoph Wurst2023-11-241-9/+23
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-0/+98
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-203/+196
* Fix param name after Sabre\CalDAV updateLouis Chemineau2023-11-221-2/+2
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-101-33/+40
* feat(user status): automate user status for eventsAnna Larch2023-11-095-0/+366
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-062-10/+27
* 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 #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-175-14/+14
|\
| * Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-271-2/+11
| |\
| * | Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-121-1/+1
| * | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-125-13/+13
* | | fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-1/+1
* | | Enable caldav push notifications by defaulthamza2212023-09-121-1/+1
* | | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-5/+14
* | | Merge pull request #39568 from nextcloud/caldav-share-preloadRobin Appelman2023-08-142-5/+39
|\ \ \
| * | | cache calendar objects from calendarQueryRobin Appelman2023-07-261-5/+30
| * | | preload shares for calendars when listing calendarsRobin Appelman2023-07-262-0/+9
* | | | Merge pull request #39741 from jmcclelland/optimize-cal-queryChristoph Wurst2023-08-091-5/+5
|\ \ \ \
| * | | | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-071-4/+4
| * | | | optimize calendar search queryJamie McClelland2023-08-071-1/+1
| |/ / /
* / / / feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-091-2/+42
|/ / /
* | | 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
|/