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 (Collapse)Author
2022-06-02Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst
Debug log what happens during reminders processing
2022-06-01Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst
Make sure activities are not created when a deleted calendar object expires
2022-06-01Debug log what happens during reminders processingenhancement/caldav-reminders-loggingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-18Make sure activities are not created when a deleted calendar object expiresfix-wrong-dav-activitiesThomas Citharel
Closes https://github.com/nextcloud/activity/issues/784 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-18Add email validationAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-05-16Fix more psalm issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
Use share setting in DAV search
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Fix namespace of RefreshWebcalServiceTestCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Fix PublishingTest class nameCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Remove use of mixed type which is not available in PHP 7.4Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-19Use email settings in DAV searchfeat/use_setting_in_dav_searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-07Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry
Contacts migration
2022-04-07Merge pull request #25747 from nextcloud/XAccelBufferingblizzz
Add X-Accel-Buffering header to downloads
2022-04-06use existing node in SharesPluginRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman
dont re-query fileinfo when getting dav quota
2022-03-31Test metadata equalityfeat/contacts-migrationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Integration testsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Move calendar test asset filesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
Migrate from ILogger to LoggerInterface in lib/private
2022-03-28Also comment out in testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24Prepare for ILogger drop in RootCollectionTestfix/migrate-away-from-iloggerCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Fix more ILogger related problems from testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
Extract request id handling to dedicated class so it can be injected without DB dependency
2022-03-21Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann
Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2022-03-21Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann
Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2022-03-18Fix link to calendar user docs in groupware settingsfix-link-to-calendar-docs-in-groupware-settingsThomas Citharel
Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-16Move calendar objects between calendars instead of deleting and recreating themenhancement/move-calendar-objectsAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-03-10Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal
2022-03-09Improve error handling and output messagesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-02Minor updatesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02Integrate migratorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02Integration testsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-23Fix testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst
* As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-01-21Fix affected unit testVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-17Add X-Accel-Buffering header to downloadsXAccelBufferingUnpublished
Signed-off-by: Unpublished <unpublished@gmx.net>
2022-01-11Set the file's mtime from the headers in bulk uploadLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-12-28Merge pull request #29948 from nextcloud/enh/webdav-creationdateJohn Molakvoæ
2021-12-07Prevent writing invalid mtimeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-11-29Expose DAV:creationdate for propfind/proppatchJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-11-23Fix dav application tests and code for PHP 8.1Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-10-22Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ
2021-10-16Clean BulkUpload pluginLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-15Add benchmark testsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-15Add BulkUpload DAV pluginLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-13Fix default language detection for calendar notificationsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-08Update attendence for external usersDaniel Kesselberg
For local users it's possible to select their calendar via the principal url and first update their own attendance status. External users have no calendar event hence the recipient is the organizer. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>