aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
* Merge pull request #29661 from nextcloud/enhancement/calendar-search-properti...Christoph Wurst2021-11-151-5/+20
|\
| * Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-5/+20
* | Fix loading all principal calendars in the dav app calendar providerChristoph Wurst2021-11-111-1/+1
|/
* Force Calendar Obejct Chnage Path to support public writeAnna Larch2021-11-082-0/+15
* Fix missing calendar path for public write on CalendarsAnna Larch2021-11-041-1/+10
* Fix immutable datetime handling in DAV calendar searchChristoph Wurst2021-10-281-2/+3
* Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-221-0/+6
|\
| * Update attendence for external usersDaniel Kesselberg2021-10-081-0/+6
* | Add create method to extended calendar implementationAnna Larch2021-10-154-10/+124
* | Merge pull request #29195 from nextcloud/fix/calendar-invitations-default-lan...Daniel2021-10-142-2/+2
|\ \
| * | Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-1/+1
| * | Fix default langauge detection for calendar invite emailsChristoph Wurst2021-10-131-1/+1
| |/
* / Add Public Calendar ProviderAnna Larch2021-10-143-10/+86
|/
* Merge pull request #28692 from nextcloud/enh/send-invitation-to-req-participantskesselb2021-09-071-3/+11
|\
| * Send Invitation to Attendees with ROLE=REQ-PARTICIPANTAnna Larch2021-09-031-3/+11
* | Extend caldav resource searchAnna Larch2021-07-301-37/+113
|/
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Merge pull request #27488 from msrn/win10cal-useragentJulius Härtl2021-06-291-1/+4
|\
| * Add regex to match Windows 10 calendar user-agentMikael Saarinen2021-06-231-1/+4
* | Add indications for the translatorsThomas Citharel2021-06-251-0/+3
* | Subjects for Invitation, Invitation cancellation and Invitation replies are n...Paweł Lechowicz2021-06-251-3/+3
* | Merge pull request #27632 from nextcloud/chore/caldav-trashbin-iso-timestampsChristoph Wurst2021-06-232-1/+20
|\ \
| * | Use ISO8601 timestamps for the CalDAV trashbinChristoph Wurst2021-06-232-1/+20
| |/
* / Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-234-9/+9
|/
* Skip deleted calendar objects of deleted calendarsRichard Steinmetz2021-06-151-1/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0470-161/+101
* Merge pull request #27348 from nextcloud/enhancement/calendar-trashbin-retent...Christoph Wurst2021-06-032-3/+19
|\
| * Export the CalDAV trash bin retention duration as propertyChristoph Wurst2021-06-022-3/+19
* | Add missing ACLs for deleted calendar objects to fix deletionChristoph Wurst2021-06-022-4/+37
|/
* Fix loading of delete caldav objet URIsChristoph Wurst2021-05-311-2/+2
* Expose calendar-uri as property of deleted caldav eventsChristoph Wurst2021-05-313-2/+14
* Expose deletion timestamp for deleted CalDAV objectsChristoph Wurst2021-05-312-3/+19
* Get componenttype from the db as well when restoring a calendarobjectThomas Citharel2021-05-311-0/+1
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-3114-59/+1120
* Add a settingJoas Schilling2021-05-211-1/+1
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-8/+0
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-6/+0
* Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst2021-05-072-54/+11
|\
| * Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-27/+11
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-071-9/+0
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-9/+0
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-9/+0
* | Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst2021-05-071-2/+1
|/
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-24/+24
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-8/+1
* Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-261-3/+3
* Close open cursorsChristoph Wurst2021-04-231-3/+5
* Use the new executeQuery and executeUpdate methodsChristoph Wurst2021-04-231-54/+54
* Drop default fetch mode parameterChristoph Wurst2021-04-231-15/+15