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-02Use Image class from public APIfix/use-image-from-ocpChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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-06-01Make X-HAS-{MD5/SHA256} opt-inCarl Schwan
This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-31Update calendar estimationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-30Update contacts estimationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-30Update method nameChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-05-30Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-30Implement getExportEstimatedSize in migratorsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-25Merge pull request #32580 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-handling-events-without-name Fix handling events without names in activities
2022-05-25Also trim the nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-24Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan
Fix return type and make type stricter
2022-05-24Fix handling events without names in activitiesbugfix/noid/fix-handling-events-without-nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-24Fix return type and make type stricterCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Rename user-agent used by the Webcal Refresh Servicerename-webcal-user-agentThomas Citharel
Some services don't like the "crawler" inside the previous user-agent. Closes https://github.com/nextcloud/calendar/issues/4232 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
Cleanup dav
2022-05-16Fix more psalm issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Wrap multiple inserts inside a transationperformance/saving-user-profile-infoCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
* Remove double hook: the OC_User::changeUser triggers an OC\AccountManager::userUpdated and the app is already listening to this signal in its Application definition * Make createCard not check if an card exists if we already checked previously. We also don't try to get the card if the user is disabled as we don't use the card in this case We this change we go from 100 DB requests to 80 DB requests when saving an user email address. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
2022-05-05Cleanup davCarl Schwan
- Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-04Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan
Remove leading "minus"
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
Use share setting in DAV search
2022-05-04remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier
apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-02Fix use of $logger from another scope in apps/dav/lib/Server.phpfix/migrate-dav-away-from-iloggerCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Add missing use for LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Migrate last instances of $server::getLogger() from davCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-27Handle processing reminders for calendar objects with an infinite numberhandle-calendar-reminders-with-infinite-recurrenceThomas Citharel
of recurrences Closes #29896 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-22add logging of failed quota infoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21Add known dav properties to ignore listJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-20Fix warningChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-20Update naming of address book exportsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-20Fix export of shared calendarsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.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-19Use share setting in DAV searchLouis Chemineau
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-14Merge pull request #31886 from ↵Vincent Petry
nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
2022-04-14Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry
Add a metadata service to store file metadata
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Fix migrators according to exceptionsVincent Petry
Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13Adapt existing migrators to new APICôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling
Fix warning about optional parameter before required one
2022-04-12Fix warning about optional parameter before required oneCôme Chilliet
Fixes this warning: PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12l10n: Remove commaValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-11Use Migrators id instead of class namesCôme Chilliet
This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-08Extend calendar migratorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-08Extend contacts migratorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>