aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): add command to automatically rename filenamesfeat/sanitize-filenames-commandFerdinand Thiessen3 days4-0/+131
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51568 from nextcloud/feat/add-wcf-capCôme Chilliet3 days6-0/+93
|\ | | | | feat(files): Add capability for clients to check WCF state
| * feat(files): Add capability for clients to check WCF statefeat/add-wcf-capFerdinand Thiessen5 days6-0/+93
| | | | | | | | | | | | | | | | | | | | This adds a non-initial-state capability for the windows-compatibile-filemnames feature. It is not required by the webui and it might have performance impacts (always compares system config against windows presets), so it is not included in every page load, but instead for querying from the clients. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51385 from nextcloud/fix/cleanup-template-functionsCôme Chilliet3 days8-73/+53
|\ \ | | | | | | fix: Remove multiple require_once calls for template functions
| * | chore: Update OCP baselinefix/cleanup-template-functionsCôme Chilliet3 days1-11/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: cleanup human_file_size usageCôme Chilliet3 days2-5/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Require functions in lib/public/Template.phpCôme Chilliet3 days1-7/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove obsolete component template functionCôme Chilliet3 days1-18/+0
| | | | | | | | | | | | | | | | | | | | | HTML imports are not a thing anymore, they are not supported by any browser. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Clean up typing and remove deprecated calls in template functionsCôme Chilliet3 days1-27/+35
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Move template functions out of legacy folderCôme Chilliet3 days3-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove multiple require_once calls for template functionsCôme Chilliet3 days4-6/+1
|/ / | | | | | | | | | | Only require them when include the template file instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #51500 from nextcloud/dependabot/npm_and_yarn/sass-1.85.1dependabot[bot]3 days2-5/+6
|\ \
| * | build(deps-dev): bump sass from 1.81.0 to 1.85.1dependabot/npm_and_yarn/sass-1.85.1dependabot[bot]3 days2-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.85.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.81.0...1.85.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #51499 from nextcloud/dependabot/npm_and_yarn/wait-on-8.0.3dependabot[bot]3 days2-10/+11
|\ \ \ | |/ / |/| |
| * | build(deps-dev): bump wait-on from 8.0.1 to 8.0.3dependabot/npm_and_yarn/wait-on-8.0.3dependabot[bot]3 days2-10/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [wait-on](https://github.com/jeffbski/wait-on) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: wait-on dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot4 days92-278/+912
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51505 from nextcloud/automated/noid/master-fix-npm-auditAndy Scherzinger4 days80-108/+109
|\ \ | | | | | | [master] Fix npm audit
| * | fix(deps): Fix npm auditautomated/noid/master-fix-npm-auditnextcloud-command4 days80-108/+109
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #51587 from nextcloud/test/cypress-flakyAndy Scherzinger4 days2-17/+29
|\ \ \ | |/ / |/| | test(cypress): wait for button to be visible
| * | test(cypress): wait for button to be visibletest/cypress-flakyFerdinand Thiessen4 days2-17/+29
| | | | | | | | | | | | | | | | | | | | | Instead of just expecting the button in the DOM. This causes flaky tests with files-renaming. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51591 from nextcloud/chore/behat-indentionAndy Scherzinger4 days3-42/+38
|\ \ \ | |/ / |/| | chore(test): use consistent tabs for indention in behat tests
| * | chore(test): use consistent tabs for indention in behat testschore/behat-indentionFerdinand Thiessen4 days3-42/+38
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51250 from ↵yemkareems4 days21-26/+157
|\ \ | | | | | | | | | | | | nextcloud/fix/pass-hide-download-in-update-request fix: pass hide download attribute while creating the share to fix github issue 50788
| * | chore(assets): Recompile assetsfix/pass-hide-download-in-update-requestnextcloud-command5 days13-13/+13
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | test: add cypress tests for sharing download permissionFerdinand Thiessen5 days3-6/+110
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen5 days1-2/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen5 days4-9/+27
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: pass hide download attribute while creating the share to fix github ↵yemkareems5 days2-5/+8
| |/ | | | | | | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com>
* | Merge pull request #51521 from nextcloud/fix/webauthnFerdinand Thiessen4 days19-134/+311
|\ \ | | | | | | fix(webauthn): adjust for updated library and add tests
| * | chore: compile assetsfix/webauthnFerdinand Thiessen4 days4-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test: make cypress run in secure context and add WebAuthn testsFerdinand Thiessen4 days9-107/+289
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen4 days3-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | The extensions are not required anymore but only recommended for performance. See also: https://github.com/web-auth/webauthn-framework/issues/213 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(core): adjust fronend code for changes in webauthn libraryFerdinand Thiessen4 days3-8/+14
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot5 days118-340/+340
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51540 from nextcloud/fix/simplify-login-boxFerdinand Thiessen5 days6-178/+140
|\ \ | | | | | | fix(login): simplify code and use consistent layout
| * | chore: compile assetsfix/simplify-login-boxFerdinand Thiessen5 days2-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(login): simplify code and use consistent layoutFerdinand Thiessen5 days4-175/+137
| |/ | | | | | | | | | | | | - Simplify vue code - Use nc buttons for consistent design Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51564 from nextcloud/fix/IMimeTypeDetector-typesFerdinand Thiessen5 days2-3/+11
|\ \ | |/ |/| fix(IMimeTypeDetector): use correct return type
| * fix(IMimeTypeDetector): use correct return typefix/IMimeTypeDetector-typesFerdinand Thiessen5 days2-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In PHP array keys that are integers are always kept as integer, meaning the type of the key of `$a = ["1" => "one"]` will be integer not string. While are hacks to circumvent this (case std object with string keys to an assoc. array) those hacks are performance wise awefull and also not needed as in PHP you can always access that element with `$a[1]` or `$a["1"]`. So TL;DR;: do not lie about return types. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51418 from nextcloud/fix/unified-search-barFerdinand Thiessen5 days3-7/+7
|\ \ | | | | | | fix(unified-search): do not overlap search bar with button
| * | chore: compile assetsfix/unified-search-barFerdinand Thiessen11 days2-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(unified-search): do not overlap search with buttonFerdinand Thiessen11 days1-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51195 from nextcloud/feat/photo-cache-avifKate5 days1-0/+1
|\ \ \ | | | | | | | | feat: Allow AVIF content type in PhotoCache
| * | | feat: Allow AVIF content type in PhotoCachefeat/photo-cache-avifMiguel Sánchez de León Peque2025-03-031-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io>
* | | | Merge pull request #50663 from nextcloud/enh/improve-transfer-ownership-loggingJulius Knorr5 days1-0/+6
|\ \ \ \ | |_|_|/ |/| | | enh: improve occ file:transfer-ownership logging
| * | | feat: improve occ file:transfer-ownership loggingenh/improve-transfer-ownership-logginggrnd-alt2025-03-061-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <github@belakkaf.net>
* | | | Merge pull request #51544 from ↵Joas Schilling5 days1-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/ios-3365/allow-2fa-for-ephemeral-sessions fix(auth): Allow 2FA challenges for Ephemeral sessions
| * | | | fix(auth): Allow 2FA challenges for Ephemeral sessionsbugfix/ios-3365/allow-2fa-for-ephemeral-sessionsJoas Schilling5 days1-0/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot6 days30-252/+310
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51400 from nextcloud/chore/tests-hot-keyFerdinand Thiessen6 days1-26/+23
|\ \ \ \ | | | | | | | | | | test: speed up hotkey tests by 2.4s