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-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-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>
2022-04-08Principal search by display name case insensitiveVincent Petry
Adjust principal search to be case insensitive even with exact match. This aligns the behavior to how the search also works in Collaborators/UserPlugin Signed-off-by: Vincent Petry <vincent@nextcloud.com>
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-06shRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06use existing node in SharesPluginRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06save filesystem node in dav nodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ
2022-04-04Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman
dont re-query fileinfo when getting dav quota
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-01Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-intChristoph Wurst
Fix column/property types in CalDAV
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-30Output literal null stringChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Access by array key instead of destructuringChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Contacts export and importChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Show filename in output messageChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Skip import of current calendar on errorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-28Also comment out in testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-28Disable bulk upload by not advertising itVincent Petry
It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>