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-11don't unjail the path when getting the storage infostorage-info-dont-unjailRobin Appelman
the original reason for adding it no longer exist. This was added with #30985 since then the share source storage was also used, however this was changed with #32076 Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-05-11Merge pull request #32326 from nextcloud/fix/icons-cacherJohn Molakvoæ
2022-05-11Merge pull request #32149 from nextcloud/fix-transferring-groupfoldersJohn Molakvoæ
2022-05-11Compile themingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11Remove old legacy SvgController and IconsCacherJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11Migrate to static icons coloursJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan
Add a public replacement for OC::$server->get
2022-05-10Merge pull request #31664 from nextcloud/fix/232/keyboard-focusVincent Petry
keyboard focus on login input fields
2022-05-10Add a public replacement for OC::$server->getCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-10fix for transferring ownership of groupfoldersfix-transferring-groupfoldersVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10keyboard focus on login input fieldsVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10Merge pull request #32318 from nextcloud/increase-waitForS3-delayCarl Schwan
Increase retry delay on 'Wait for S3' CI job
2022-05-10Merge pull request #32315 from ↵John Molakvoæ
nextcloud/fix/noid/preview-duplicate-folder-creation
2022-05-10Merge pull request #32274 from nextcloud/tooltip-overflowJohn Molakvoæ
2022-05-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09Increase retry delay on 'Wait for S3' CI jobincrease-waitForS3-delayGit'Fellow
1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
2022-05-09Fix preview generator trying to recreate an existing folderfix/noid/preview-duplicate-folder-creationRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-09Set loglevel for IMagick Thumbnail error to infoAlexander F
Issue #32263 Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de>
2022-05-09Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-errorJoas Schilling
Fix JSON error when comment has no reactions
2022-05-09Fix JSON error when comment has no reactionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-07Merge pull request #32096 from ↵MichaIng
nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.1 Bump @testing-library/user-event from 14.1.0 to 14.1.1
2022-05-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz
Do not dispatch postSetPassword when setPassword fails
2022-05-05Fix indentationtooltip-overflowGit'Fellow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry
Don't use hash to check if binding worked
2022-05-05Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry
Save encrypted files in binary format
2022-05-05Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis
Add setting to ignore email during search
2022-05-05Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry
Add CSP policy merge priority for booleans
2022-05-05Do not dispatch postSetPassword when setPassword failsLouis Chemineau
Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-05Don't use slow hashing to check the LDAP bindingCarl Schwan
Using password_hash is expensive and should be used for hashing passwords when saving them in the database. Here we just want to see if the bind was already done with the given password, so use a fast hashing algorythm. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-infoCarl Schwan
Add hit information to profiler
2022-05-05TypoGit'Fellow
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05Switch to overflow-wrapGit'Fellow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05Add hit information to profilerCarl Schwan
This might be helpful later on for the cache ui that is worked on in https://github.com/nextcloud/profiler/pull/21 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05Fix tooltips overflowGit'Fellow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05Merge pull request #32259 from ↵Joas Schilling
nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup Adjust acceptance tests to changes in notifications markup
2022-05-05Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling
Expose shareWithDisplayNameUnique also on autocomplete endpoint
2022-05-05Merge pull request #32152 from ↵Vincent Petry
nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage Allow compatibility wrapper on local external storage
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Save encrypted files in binary formatplumbeo
Default to the more space-efficient binary encoding for newly encrypted files instead of the traditional base64 encoding, eliminating the 33% overhead. The new option 'encryption.use_legacy_encoding' allows to force the legacy encoding format if needed. Files encoded in the old format remain readable. Based on https://github.com/owncloud/encryption/pull/224 and https://github.com/owncloud/core/pull/38249 by karakayasemi. Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
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-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Adjust acceptance tests to changes in notifications markupadjust-acceptance-tests-to-changes-in-notifications-markupDaniel Calviño Sánchez
Since nextcloud/notifications#1178 each notification in the list is a "<li>" rather than a "<div>". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-05-03Do not display search option in Shares settingsfeat/ignore_mail_during_contact_lookupLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-03Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>