summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to static icons coloursJohn Molakvoæ2022-05-1019-481/+2866
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #32318 from nextcloud/increase-waitForS3-delayCarl Schwan2022-05-101-3/+2
|\ | | | | Increase retry delay on 'Wait for S3' CI job
| * Increase retry delay on 'Wait for S3' CI jobGit'Fellow2022-05-091-3/+2
| | | | | | 1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
* | Merge pull request #32315 from ↵John Molakvoæ2022-05-101-2/+10
|\ \ | | | | | | | | | nextcloud/fix/noid/preview-duplicate-folder-creation
| * | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-091-2/+10
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #32274 from nextcloud/tooltip-overflowJohn Molakvoæ2022-05-101-0/+1
|\ \ \
| * | | Fix indentationGit'Fellow2022-05-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | TypoGit'Fellow2022-05-051-1/+1
| | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu>
| * | | Switch to overflow-wrapGit'Fellow2022-05-051-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Fix tooltips overflowGit'Fellow2022-05-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-106-2/+136
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Set loglevel for IMagick Thumbnail error to infoAlexander F2022-05-091-1/+1
| | | | | | | | | | | | | | | | | | Issue #32263 Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de>
* | | Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-errorJoas Schilling2022-05-091-11/+17
|\ \ \ | |_|/ |/| | Fix JSON error when comment has no reactions
| * | Fix JSON error when comment has no reactionsJoas Schilling2022-05-091-11/+17
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-05-0920-4/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-05-084-0/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32096 from ↵MichaIng2022-05-072-8/+8
|\ \ | | | | | | | | | | | | 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
| * | Bump @testing-library/user-event from 14.1.0 to 14.1.1dependabot[bot]2022-04-232-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.1.0 to 14.1.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.1...v14.1.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0710-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0646-64/+174
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-053-7/+20
|\ \ \ | | | | | | | | Do not dispatch postSetPassword when setPassword fails
| * | | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-053-7/+20
| | |/ | |/| | | | | | | | | | | | | Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry2022-05-051-8/+3
|\ \ \ | | | | | | | | Don't use hash to check if binding worked
| * | | Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-055-36/+95
|\ \ \ \ | | | | | | | | | | Save encrypted files in binary format
| * | | | Save encrypted files in binary formatplumbeo2022-05-045-36/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis2022-05-059-22/+21
|\ \ \ \ \ | | | | | | | | | | | | Add setting to ignore email during search
| * | | | | Do not display search option in Shares settingsLouis Chemineau2022-05-031-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | Add setting to ignore email during searchLouis Chemineau2022-05-039-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-054-3/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add CSP policy merge priority for booleans
| * | | | | | Add CSP policy merge priority for booleansVincent Petry2022-04-014-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When two booleans conflict when merging CSP policies, true will win. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-infoCarl Schwan2022-05-051-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Add hit information to profiler
| * | | | | | Add hit information to profilerCarl Schwan2022-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #32259 from ↵Joas Schilling2022-05-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup Adjust acceptance tests to changes in notifications markup
| * | | | | | | Adjust acceptance tests to changes in notifications markupDaniel Calviño Sánchez2022-05-031-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling2022-05-052-9/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expose shareWithDisplayNameUnique also on autocomplete endpoint
| * | | | | | | Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-032-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #32152 from ↵Vincent Petry2022-05-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage Allow compatibility wrapper on local external storage
| * | | | | | | | Allow compatibility wrapper on local external storageVincent Petry2022-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check was likely in place to prevent adding the wrapper on the root and home storage, which is not possible anyway since the encoding option cannot be set on that mount. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-05168-614/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove leading "minus"
| * | | | | | | | | remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier2022-05-041-1/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-044-3/+34
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Use share setting in DAV search
| * | | | | | | | Use email settings in DAV searchLouis Chemineau2022-04-194-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | | | Use share setting in DAV searchLouis Chemineau2022-04-193-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-04116-102/+28
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling2022-05-032-16/+3097
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Include more emoji chars to test and fixes after include it
| * | | | | | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-292-16/+3097
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | | | Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling2022-05-035-10/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve theming layout
| * | | | | | | | Fix dark theme descriptionJohn Molakvoæ2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>