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-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
2020-10-29handle vcalander documents with recurrence with exemptions or editsleith abdulla
2020-10-16CalDavBackend: check if timerange is array before accessingSimon Spannagel
2020-10-06Merge pull request #23028 from nextcloud/bugfix/noid/array-to-string-conversi...Morris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-24Fix array to string conversion on event searchJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-19Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-18Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke
2020-08-11Remove duplicated SQL addWhere lineChristian Weiske