aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(sharing): Set correct password context for share password validationfix/password-validationFerdinand Thiessen2025-01-201-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48800 from GreyXor/masterJoas Schilling2025-01-201-2/+3
|\ | | | | fix: add eol in dav command and use success const as return code
| * fix: use self failure for consistencyGreyXor2025-01-161-1/+1
| | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com>
| * fix: add eol in dav command and use success const as return codeGreyXor2025-01-161-1/+2
| | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com>
* | Merge pull request #50265 from ↵max-nextcloud2025-01-203-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/settings-for-encryption-without-modules fix(encryption): handle empty encryptionModules fine
| * | chore(assets): Recompile assetsnextcloud-command2025-01-202-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com>
* | | Merge pull request #50271 from nextcloud/removeWarningRegressionGit'Fellow2025-01-201-1/+0
|\ \ \ | | | | | | | | fix(TemplateManager): Remove warning message
| * | | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
| |/ / | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #50214 from nextcloud/feat/show-time-diff-userFerdinand Thiessen2025-01-202-32/+123
|\ \ \ | |/ / |/| | feat(contacts): Show time difference for users in different timezones
| * | feat(contacts): Show time difference for users in different timezonesfeat/show-time-diff-userFerdinand Thiessen2025-01-162-32/+123
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49717 from nextcloud/rakekniven-patch-1Ferdinand Thiessen2025-01-205-7/+7
|\ \ \ | | | | | | | | chore(i18n): Improved grammar
| * | | chore(i18n): Improved grammarrakekniven2025-01-205-7/+7
|/ / / | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #49259 from nextcloud/fix/file-type-filter-stateFerdinand Thiessen2025-01-205-12/+86
|\ \ \ | | | | | | | | fix(files): File type filter UI sync with filter state
| * | | chore: Compile assetsfix/file-type-filter-stateFerdinand Thiessen2025-01-172-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files): File type filter UI sync with filter stateFerdinand Thiessen2025-01-173-9/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When changing the folder the filter will be re-mounted by the file list, so we need to pass the current state of the filter to the filter UI. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2024-6/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49951 from ↵dependabot[bot]2025-01-192-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.7
| * | | | chore(deps-dev): bump @pinia/testing from 0.1.6 to 0.1.7dependabot[bot]2025-01-192-6/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #49952 from nextcloud/dependabot/npm_and_yarn/mime-4.0.6dependabot[bot]2025-01-199-16/+15
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2025-01-197-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore(deps-dev): bump mime from 4.0.4 to 4.0.6dependabot[bot]2025-01-192-6/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mime](https://github.com/broofa/mime) from 4.0.4 to 4.0.6. - [Release notes](https://github.com/broofa/mime/releases) - [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md) - [Commits](https://github.com/broofa/mime/compare/v4.0.4...v4.0.6) --- updated-dependencies: - dependency-name: mime dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #50261 from ↵dependabot[bot]2025-01-195-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.18
| * | | | build(deps): bump libphonenumber-js from 1.11.9 to 1.11.18dependabot[bot]2025-01-195-9/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.9 to 1.11.18. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.9...v1.11.18) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1916-10/+46
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #50240 from nextcloud/fix/conversion-extensionJohn Molakvoæ2025-01-193-11/+65
|\ \ \ \
| * | | | fix: php lint extra tab fixfix/conversion-extensionJohn Molakvoæ2025-01-171-1/+0
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | fix(files): more conversion tests and translate error messagesskjnldsv2025-01-173-11/+66
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-apiSebastian Krupinski2025-01-184-0/+449
|\ \ \ \ \ | | | | | | | | | | | | feat: Two Factor API
| * | | | | feat: Two Factor APIfeat/issue-994-two-factor-apiSebastianKrupinski2025-01-164-0/+449
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Merge pull request #50257 from nextcloud/dependabot/npm_and_yarn/core-js-3.40.0dependabot[bot]2025-01-1818-23/+23
|\ \ \ \ \ \
| * | | | | | build(deps): bump core-js from 3.38.1 to 3.40.0dependabot/npm_and_yarn/core-js-3.40.0dependabot[bot]2025-01-1818-23/+23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.38.1 to 3.40.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.40.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #50241 from nextcloud/perf/noid/unified-search-initMaksim Sukharev2025-01-185-18/+19
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsperf/noid/unified-search-initnextcloud-command2025-01-184-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | fix(UnifiedSearch): request data only when opening modalMaksim Sukharev2025-01-181-12/+13
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | Merge pull request #50245 from ↵dependabot[bot]2025-01-182-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-3.6.0
| * | | | | | build(deps-dev): bump eslint-plugin-cypress from 3.5.0 to 3.6.0dependabot[bot]2025-01-182-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1836-14/+230
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #50227 from nextcloud/fix/convert-logJulius Knorr2025-01-171-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | | fix: Log exceptions that happen during file conversion
| * | | | fix: Log exceptions that happen during file conversionfix/convert-logJulius Knorr2025-01-171-1/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1734-0/+226
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #50219 from nextcloud/fix/file-conversion-missing-extensionKate2025-01-161-29/+8
|\ \ \ \
| * | | | chore: remove unnecessary methodfix/file-conversion-missing-extensionElizabeth Danzberger2025-01-161-17/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | | | fix: prevent missing target file extensionElizabeth Danzberger2025-01-161-12/+8
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | Merge pull request #49348 from nextcloud/fix/eslint-warningsFerdinand Thiessen2025-01-1616-37/+34
|\ \ \ \ | | | | | | | | | | chore: Resolve ESLint warnings
| * | | | chore: Compile assetsfix/eslint-warningsFerdinand Thiessen2025-01-169-13/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore: Resolve ESLint warningsFerdinand Thiessen2025-01-167-24/+21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add default value to non-required Vue props - Reformat function to async function if needed - Add some documentation - Allow `any` in places where it makes sense (tests) - Order vue component sections as required Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-1613-193/+44
|\ \ \ \ | | | | | | | | | | Improve ldap avatar handling
| * | | | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handlingCôme Chilliet2025-01-131-14/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-1311-80/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>