aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(test): use consistent tabs for indention in behat testschore/behat-indentionFerdinand Thiessen36 hours3-42/+38
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51250 from ↵yemkareems42 hours21-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-command3 days13-13/+13
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * test: add cypress tests for sharing download permissionFerdinand Thiessen3 days3-6/+110
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen3 days1-2/+8
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen3 days4-9/+27
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: pass hide download attribute while creating the share to fix github ↵yemkareems3 days2-5/+8
| | | | | | | | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com>
* | Merge pull request #51521 from nextcloud/fix/webauthnFerdinand Thiessen44 hours19-134/+311
|\ \ | | | | | | fix(webauthn): adjust for updated library and add tests
| * | chore: compile assetsfix/webauthnFerdinand Thiessen45 hours4-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test: make cypress run in secure context and add WebAuthn testsFerdinand Thiessen45 hours9-107/+289
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen45 hours3-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 Thiessen45 hours3-8/+14
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2 days118-340/+340
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51540 from nextcloud/fix/simplify-login-boxFerdinand Thiessen2 days6-178/+140
|\ \ | | | | | | fix(login): simplify code and use consistent layout
| * | chore: compile assetsfix/simplify-login-boxFerdinand Thiessen3 days2-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(login): simplify code and use consistent layoutFerdinand Thiessen3 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 Thiessen3 days2-3/+11
|\ \ | |/ |/| fix(IMimeTypeDetector): use correct return type
| * fix(IMimeTypeDetector): use correct return typefix/IMimeTypeDetector-typesFerdinand Thiessen3 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 Thiessen3 days3-7/+7
|\ \ | | | | | | fix(unified-search): do not overlap search bar with button
| * | chore: compile assetsfix/unified-search-barFerdinand Thiessen9 days2-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(unified-search): do not overlap search with buttonFerdinand Thiessen9 days1-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51195 from nextcloud/feat/photo-cache-avifKate3 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 Knorr3 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 Schilling3 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 Schilling3 days1-0/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot3 days30-252/+310
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51400 from nextcloud/chore/tests-hot-keyFerdinand Thiessen3 days1-26/+23
|\ \ \ \ | | | | | | | | | | test: speed up hotkey tests by 2.4s
| * | | | test: speed up hotkey tests by 2.4schore/tests-hot-keyFerdinand Thiessen10 days1-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is about 2500% as we needed to always wait for the timeout of 500ms. As the event was already handled - compared to now where we only wait for one tick which is about 20ms. Also the tests did not work as expected - for shift and meta key they did not report the failing tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51495 from ↵dependabot[bot]3 days92-113/+104
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.2
| * | | | | build(deps): bump @nextcloud/event-bus from 3.3.1 to 3.3.2dependabot/npm_and_yarn/nextcloud/event-bus-3.3.2dependabot[bot]4 days92-113/+104
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" 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>
* | | | | Merge pull request #51480 from nextcloud/fix/deprecation-commentFerdinand Thiessen4 days1-3/+0
|\ \ \ \ \ | | | | | | | | | | | | chore: drop outdated deprecation comment from Mailer
| * | | | | chore: drop outdated deprecation comment from Mailerfix/deprecation-commentFerdinand Thiessen7 days1-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51457 from nextcloud/fix/dav-csrfFerdinand Thiessen4 days1-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(dav): do not require CSRF for safe and indempotent HTTP methods
| * | | | | | fix(dav): do not require CSRF for safe and indempotent HTTP methodsfix/dav-csrfFerdinand Thiessen8 days1-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #51380 from nextcloud/fix/noid/contactsmenu-ab-enabledHamza4 days10-34/+166
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(cardav): only show users from enabled addressBooks in contacts menu
| * | | | | | | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi4 days10-34/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | | | | | Merge pull request #51333 from nextcloud/filePointerCheckGit'Fellow4 days1-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(files): Make sure file pointer exists
| * | | | | | | | fix(files): Make sure file pointer existsfilePointerCheckGit'Fellow14 days1-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | | Merge pull request #50542 from nextcloud/fix-sharing-expiration-notifyKate4 days1-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix(files_sharing): skip expiration notify for invalid share record
| * | | | | | | | | fix(files_sharing): skip expiration notify for invalid share recordfix-sharing-expiration-notifyLuka Trovic4 days1-1/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | | | | | | | Merge pull request #51520 from nextcloud/ci/noid/3rdpartyJoas Schilling4 days1-0/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | ci: Update 3rdparty actions
| * | | | | | | | ci: Update 3rdparty actionsci/noid/3rdpartyJoas Schilling4 days1-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #51389 from ↵Côme Chilliet4 days2-2/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/skip-quote-cache-for-remote-shares fix: skip caching lastSeenQuotaUsage for remote shares
| * | | | | | | | fix: skip caching lastSeenQuotaUsage for remote sharesbug/noid/skip-quote-cache-for-remote-sharesDaniel Kesselberg7 days2-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #51512 from ↵Kate4 days1-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/comments/activity-rich-subject-parameters fix(comments): Fix activity rich subject parameters
| * | | | | | | | | fix(comments): Fix activity rich subject parametersfix/comments/activity-rich-subject-parametersprovokateurin4 days1-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Merge pull request #51181 from doubleO8/fix-occ-theming-config-background_colorStephan Orbaugh4 days1-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | include 'background_color' in list of supported keys
| * | | | | | | | | fix(theming) include 'background_color' in list of supported keysdoubleO813 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: doubleO8 <wb008@hdm-stuttgart.de>