aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(occ): Fix `occ integrity:check-app` and Admin panel "rescan" deliver ↵Seungmin Kim2024-12-171-7/+16
| | | | | | inconsistent results Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0112-26/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49572 from nextcloud/dependabot/npm_and_yarn/pinia-2.2.8dependabot[bot]2024-11-3019-25/+25
|\
| * chore(assets): Recompile assetsnextcloud-command2024-11-3017-19/+19
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(deps): bump pinia from 2.2.4 to 2.2.8dependabot[bot]2024-11-302-6/+6
|/ | | | | | | | | | | | | | Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.4 to 2.2.8. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.4...v2.2.8) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-3014-18/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49567 from ↵Joas Schilling2024-11-292-2/+97
|\ | | | | | | | | nextcloud/debt/noid/experimental-annotation-for-userconfig chore: mark userconfig as experimental
| * chore: mark userconfig as experimentalDaniel Kesselberg2024-11-292-2/+97
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #49557 from ↵John Molakvoæ2024-11-291-1/+1
|\ | | | | | | gonzalo/FIX-WebDav-MacOS-failed-uploads-php-fpm-and-big-files-(-36-error)
| * Merge branch 'master' into ↵Gonzalo Cao Cabeza de Vaca2024-11-29246-4054/+4630
| |\ | | | | | | | | | FIX-WebDav-MacOS-failed-uploads-php-fpm-and-big-files-(-36-error)
| * | FIX WebDav MacOS failed uploads php-fpm and big files (-36 error)Gonzalo Cao Cabeza de Vaca2024-11-271-1/+1
| | | | | | | | | | | | | | | | | | Current "SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1" setting fails with Macos Webdav Darwin client beacuse the header has a capital letter -> "Chunked" So you can fix it making condition case insensitive. Extended description and tests results on https://github.com/nextcloud/server/issues/48878 Signed-off-by: Gonzalo Cao Cabeza de Vaca <57393+gonzalo@users.noreply.github.com>
* | | Merge pull request #49224 from nextcloud/build/psalm/unstable-namespaceKate2024-11-296-1/+171
|\ \ \ | |_|/ |/| |
| * | build(psalm): Configure unstable namespacebuild/psalm/unstable-namespaceprovokateurin2024-11-126-1/+171
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-29132-2244/+2244
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49515 from ↵Joas Schilling2024-11-283-16/+40
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/boolean-false-in-multipart-form-data fix(controller): Fix false booleans in multipart/form-data
| * | | ci: Remove obsolete baseline entryJoas Schilling2024-11-281-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(controller): Fix false booleans in multipart/form-dataJoas Schilling2024-11-282-13/+40
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49493 from ↵John Molakvoæ2024-11-2875-1748/+1954
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/artonge/feat/pwd_confirmation_allow_set_period
| * | | | test(ExternalStorage): Send basic auth during integrations testsLouis Chemineau2024-11-282-19/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | test:(PasswordConfirmationMiddleware): Fix constructor callLouis Chemineau2024-11-281-5/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | chore: Compile assetsLouis Chemineau2024-11-2858-89/+239
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | chore: Run npm run lint:fixLouis Chemineau2024-11-281-670/+697
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-2811-135/+135
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | chore: Bump @nextcloud/password-confirmation to 5.3.0Louis Chemineau2024-11-282-6/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #49541 from nextcloud/chore/add-rate-limit-remotetestBenjamin Gaussorgues2024-11-281-1/+2
|\ \ \ \ \
| * | | | | chore: stricter access to testremote endpointBenjamin Gaussorgues2024-11-281-1/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | Merge pull request #49523 from nextcloud/fix/migration/owncloud-secrets-v2Joas Schilling2024-11-282-3/+42
|\ \ \ \ \ | | | | | | | | | | | | fix(migration): Decrypt ownCloud secrets v2
| * | | | | fix(migration): Decrypt ownCloud secrets v2Christoph Wurst2024-11-282-3/+42
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2828-8/+262
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49518 from nextcloud/bugfix/noid/activity-logsJoas Schilling2024-11-272-4/+4
|\ \ \ \ | | | | | | | | | | fix(activity): Fix activity object type warnings
| * | | | fix(activity): Fix activity object type warningsJoas Schilling2024-11-272-4/+4
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49517 from nextcloud/feat/maximum.supported.desktop.versionJohn Molakvoæ2024-11-273-30/+82
|\ \ \ \ | |/ / / |/| | |
| * | | feat(config): add `maximum.supported.desktop.version`skjnldsv2024-11-273-30/+82
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49513 from ↵Joas Schilling2024-11-272-2/+32
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | | fix(security): Update CA certificate bundlenextcloud-command2024-11-272-2/+32
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2710-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49494 from nextcloud/s3-bucket-create-exceptionRobin Appelman2024-11-263-6/+13
|\ \ \ | |/ / |/| | fix: throw correct exception type when we can't verify if an s3 bucket exists
| * | test: attempt to fix smb sso tests3-bucket-create-exceptionRobin Appelman2024-11-261-0/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: fix availability wrapper not applyingRobin Appelman2024-11-261-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: throw correct exception type when we can't verify if an s3 bucket existsRobin Appelman2024-11-261-4/+5
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #49489 from ↵Marcel Klehr2024-11-261-0/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/taskprocessing-api-get-file-contents fix(TaskProcessing): Set up fs in getFileContentsInternal
| * | fix(TaskProcessing): Set up fs in getFileContentsInternalfix/taskprocessing-api-get-file-contentsMarcel Klehr2024-11-261-0/+3
|/ / | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #49403 from nextcloud/artonge/chore/update_nc_cypress_beta.11Louis2024-11-2614-83/+42
|\ \ | | | | | | chore: Update @nextcloud/cypress to v1.0.0-beta.11
| * | chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11Louis Chemineau2024-11-2514-83/+42
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2656-78/+78
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43025 from ↵Côme Chilliet2024-11-256-0/+208
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/error-on-reshare-after-transfer-ownership fix: update re-share if shared-by user has been revoked
| * | | fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownershipLuka Trovic2024-11-186-0/+208
| | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | | Merge pull request #49454 from nextcloud/fix/invitations-named-parameterChristoph Wurst2024-11-251-4/+4
|\ \ \ \ | | | | | | | | | | fix: invalid usage of IQueryBuilder::createNamedParameter()
| * | | | fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameterRichard Steinmetz2024-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | fix: invalid usage of IQueryBuilder::createNamedParameter()Richard Steinmetz2024-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>