aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-0/+4
* Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-6/+4
|\
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-6/+4
* | Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-041-1/+1
* | Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-254-1/+435
* | fix event move issueMaximilian Martin2023-04-181-2/+2
* | Merge pull request #36528 from nextcloud/dav-backend-transationsSimon L2023-04-181-870/+912
|\ \
| * | refactor(dav): Since we're in a transaction, use QB properly when incrementin...Thomas Citharel2023-04-171-7/+8
| * | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-870/+911
* | | Merge pull request #37645 from nextcloud/fix/improve-imip-emailsSimon L2023-04-172-3/+35
|\ \ \ | |/ / |/| |
| * | fix(dav): Parse sender PARTSTAT in REPLYsAnna Larch2023-04-132-3/+35
* | | Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal...Simon L2023-04-174-10/+15
|\ \ \
| * | | Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15
* | | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exceptionSimon L2023-04-171-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
| * | | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
| * | | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
* | | | Merge pull request #37626 from nextcloud/fix/compare-imip-email-valuesArthur Schiwon2023-04-111-3/+3
|\ \ \ \
| * | | | fix(dav): add string comparison for diffAnna Larch2023-04-071-3/+3
* | | | | Add type hints for mappersjld31032023-04-071-0/+2
|/ / / /
* | | | Fix DAV typesjld31032023-04-051-1/+1
* | | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-3/+2
* | | | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-162-2/+8
|\ \ \ \
| * | | | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-202-3/+8
| | |_|/ | |/| |