Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Add typing to Sharing BackendCarl Schwan
2022-06-14Handle the move operation properly between shared calendarsThomas Citharel
2022-06-10Merge pull request #32364 from nextcloud/dav-listenersVincent Petry
2022-05-18Make sure activities are not created when a deleted calendar object expiresfix-wrong-dav-activitiesThomas Citharel
2022-05-17Add some typed propertiesThomas Citharel
2022-05-17Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
2022-03-24Fix CalDAV subscriptions calendarorder column/prop typefix/caldav-trash-bin-deleted-at-intChristoph Wurst
2022-03-24Fix column/property type of the calendar orderChristoph Wurst
2022-03-24Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst
2022-03-16Move calendar objects between calendars instead of deleting and recreating themenhancement/move-calendar-objectsAnna Larch
2021-12-13Carefully filter out non matching time ranges for CalDAV searchChristoph Wurst
2021-12-02Close open cursor in the caldav back-endChristoph Wurst
2021-11-11Document and type allowed values for calendar property searchesChristoph Wurst
2021-10-28Fix immutable datetime handling in DAV calendar searchChristoph Wurst
2021-10-14Add Public Calendar ProviderAnna Larch
2021-06-15Skip deleted calendar objects of deleted calendarsRichard Steinmetz
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-31Fix loading of delete caldav objet URIsChristoph Wurst
2021-05-31Expose calendar-uri as property of deleted caldav eventsChristoph Wurst
2021-05-31Get componenttype from the db as well when restoring a calendarobjectThomas Citharel
2021-05-31Add a trashbin for calendars and calendar objectsChristoph Wurst
2021-05-07Remove the untyped calendar update eventChristoph Wurst
2021-05-07Remove the untyped calendar create eventChristoph Wurst
2021-05-07Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst
2021-05-07Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
2021-04-29Exclusively use the typed calendar deletion events for DAVChristoph Wurst
2021-04-26Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen
2021-04-23Close open cursorsChristoph Wurst
2021-04-23Use the new executeQuery and executeUpdate methodsChristoph Wurst
2021-04-23Drop default fetch mode parameterChristoph Wurst
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15Fix some RedundantCast in dav codeRoeland Jago Douma
2021-02-15Move getChangesForCalendar to QueryBuilderRoeland Jago Douma
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-04Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ
2020-12-18Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst
2020-12-17fixes sharing to group ids with characters that are being url encodedArthur Schiwon
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-10Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)
2020-11-10Fix public calendars as they are stored with null on oracleJoas Schilling
2020-11-10Merge pull request #23993 from nextcloud/bugfix/noid/close-cursorsMorris Jobke
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-29resolve review commentsleith abdulla