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-15Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz
2022-06-14Use {$var} instead of ${var} for PHP 8.2 compatibilityfix/fix-string-interpolationCôme Chilliet
2022-06-14Handle the move operation properly between shared calendarsThomas Citharel
2022-06-10Merge pull request #30368 from nextcloud/dav-allow-object-propertiesVincent Petry
2022-06-10Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry
2022-06-10Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry
2022-06-10Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry
2022-06-10Merge pull request #32364 from nextcloud/dav-listenersVincent Petry
2022-06-10Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance...Vincent Petry
2022-06-10Avoid creating carddav activities for the system userThomas Citharel
2022-06-10Don't spam the log with fatals when maintenance mode is enabled or an upgrade...bugfix/noid/no-fatal-for-maintenance-modeJoas Schilling
2022-06-02Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst
2022-06-02Use Image class from public APIfix/use-image-from-ocpChristopher Ng
2022-06-01Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst
2022-06-01Debug log what happens during reminders processingenhancement/caldav-reminders-loggingChristoph Wurst
2022-06-01Make X-HAS-{MD5/SHA256} opt-inCarl Schwan
2022-05-31Update calendar estimationChristopher Ng
2022-05-30Update contacts estimationChristopher Ng
2022-05-30Update method nameChristopher Ng
2022-05-30Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet
2022-05-30Implement getExportEstimatedSize in migratorsCôme Chilliet
2022-05-25Merge pull request #32580 from nextcloud/bugfix/noid/fix-handling-events-with...Joas Schilling
2022-05-25Also trim the nameJoas Schilling
2022-05-24Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan
2022-05-24Fix handling events without names in activitiesbugfix/noid/fix-handling-events-without-nameJoas Schilling
2022-05-24Fix return type and make type stricterCarl Schwan
2022-05-20Rename user-agent used by the Webcal Refresh Servicerename-webcal-user-agentThomas Citharel
2022-05-18Make sure activities are not created when a deleted calendar object expiresfix-wrong-dav-activitiesThomas Citharel
2022-05-18Add email validationAnna Larch
2022-05-17Increase loglevel of Webcal parsing errors and modernize codeincrease-loglevel-modernize-refresh-webcalThomas Citharel
2022-05-17Expose additional emails in {DAV:}alternate-URI-setexpose-extra-emails-in-davThomas Citharel
2022-05-17Fix a doctype in OCP for IAddressBookdav-listenersThomas Citharel
2022-05-17Add some typed propertiesThomas Citharel
2022-05-17Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel
2022-05-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
2022-05-16Allow DAV Object propertiesdav-allow-object-propertiesThomas Citharel
2022-05-16Fix more psalm issuesCarl Schwan
2022-05-12Wrap multiple inserts inside a transationperformance/saving-user-profile-infoCarl Schwan
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
2022-05-12Put calendar invites into the user's first available calendarThomas Citharel
2022-05-05Cleanup davCarl Schwan
2022-05-04Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
2022-05-04remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier
2022-05-02Fix use of $logger from another scope in apps/dav/lib/Server.phpfix/migrate-dav-away-from-iloggerCôme Chilliet
2022-05-02Add missing use for LoggerInterfaceCôme Chilliet
2022-05-02Migrate last instances of $server::getLogger() from davCôme Chilliet
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
2022-04-27Handle processing reminders for calendar objects with an infinite numberhandle-calendar-reminders-with-infinite-recurrenceThomas Citharel
2022-04-22add logging of failed quota infoRobin Appelman