aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Add typing to Sharing BackendCarl Schwan2022-06-221-29/+29
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-8/+12
* Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-101-104/+13
|\
| * Add some typed propertiesThomas Citharel2022-05-171-37/+13
| * Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-67/+0
* | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-05-181-2/+3
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-18/+7
* Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-03-241-25/+33
* Fix column/property type of the calendar orderChristoph Wurst2022-03-241-1/+1
* Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-03-241-47/+46
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-1/+52
* Carefully filter out non matching time ranges for CalDAV searchChristoph Wurst2021-12-131-1/+35
* Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
* Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-5/+20
* Fix immutable datetime handling in DAV calendar searchChristoph Wurst2021-10-281-2/+3
* Add Public Calendar ProviderAnna Larch2021-10-141-9/+10
* Skip deleted calendar objects of deleted calendarsRichard Steinmetz2021-06-151-1/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix loading of delete caldav objet URIsChristoph Wurst2021-05-311-2/+2
* Expose calendar-uri as property of deleted caldav eventsChristoph Wurst2021-05-311-2/+6
* 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-311-52/+378
* 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-071-27/+0
|\
| * 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
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-5/+5
* Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-151-2/+2
* Move getChangesForCalendar to QueryBuilderRoeland Jago Douma2021-02-151-13/+34
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-4/+4
* Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)2021-01-041-2/+4
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-221-1/+3
|\
| * Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-101-1/+3
* | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-181-3/+0
|\ \
| * | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-161-3/+0
| |/
* / Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+2
|/
* Fix public calendars as they are stored with null on oracleJoas Schilling2020-11-101-12/+34
* Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke2020-11-101-2/+7
|\
| * Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+7