aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: compile assetsbackport/51142/stable31Ferdinand Thiessen2025-03-0213-13/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(eslint): Strings must use singlequoteJohn Molakvoæ2025-03-021-1/+1
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(l10n): use `do not` instead of `don't`Valdnet2025-03-024-4/+4
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* fix(l10n): remove unnecessary spaceValdnet2025-03-021-1/+1
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #51171 from ↵dependabot[bot]2025-03-022-5/+5
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/types/dockerode-3.3.35
| * chore(deps-dev): bump @types/dockerode from 3.3.34 to 3.3.35dependabot/npm_and_yarn/stable31/types/dockerode-3.3.35dependabot[bot]2025-03-012-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.34 to 3.3.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #51167 from ↵dependabot[bot]2025-03-0274-78/+79
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/focus-trap-7.6.4
| * | chore(deps): bump focus-trap from 7.6.0 to 7.6.4dependabot[bot]2025-03-0274-78/+79
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.0 to 7.6.4. - [Release notes](https://github.com/focus-trap/focus-trap/releases) - [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md) - [Commits](https://github.com/focus-trap/focus-trap/compare/v7.6.0...v7.6.4) --- updated-dependencies: - dependency-name: focus-trap 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 #51173 from DaleBCooper/fix-a+-ratingJoas Schilling2025-03-021-7/+7
|\ \ | | | | | | Fix A+ rating when checking with Nextcloud Security Scan.
| * | Fix A+ rating when checking with Nextcloud Security Scan.DaleBCooper2025-03-011-7/+7
| | | | | | | | | | | | | | | Due to commit 33d7019 session.cookie_secure=true is not set when accessing /status.php. This results in a degration from A+ to A rating due to missing __Host prefix for nc_sameSiteCookielax and nc_sameSiteCookiestrict cookies.
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0244-74/+142
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51168 from ↵dependabot[bot]2025-03-018-12/+12
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/marked-15.0.7
| * | | chore(deps): bump marked from 15.0.6 to 15.0.7dependabot/npm_and_yarn/stable31/marked-15.0.7dependabot[bot]2025-03-018-12/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 15.0.6 to 15.0.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.6...v15.0.7) --- updated-dependencies: - dependency-name: marked 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 #51169 from ↵dependabot[bot]2025-03-01130-279/+193
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/files-3.10.2
| * | | chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2dependabot/npm_and_yarn/stable31/nextcloud/files-3.10.2dependabot[bot]2025-03-01130-279/+193
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.10.1...v3.10.2) --- updated-dependencies: - dependency-name: "@nextcloud/files" 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 #51170 from ↵dependabot[bot]2025-03-0110-119/+178
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/eslint-config-8.4.2
| * | chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2dependabot[bot]2025-03-0110-119/+178
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/v8.4.2/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.1...v8.4.2) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development 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-03-01194-124/+484
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51128 from nextcloud/backport/50881/stable31Ferdinand Thiessen2025-03-011-16/+11
|\ \ | | | | | | [stable31] fix(dav): Handle end of stream in `File::put`
| * | fix(dav): Handle end of stream in `File::put`backport/50881/stable31Ferdinand Thiessen2025-02-281-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | If the stream is aborted and the callback wrapper returns false (or null as it happened in some cases), we should not try to write to the storage but abort the operation. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51143 from nextcloud/backport/51126/stable31John Molakvoæ2025-02-281-1/+2
|\ \ \ | |/ / |/| |
| * | fix(cypress): wait for toast to appearbackport/51126/stable31skjnldsv2025-02-281-1/+2
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-28534-1076/+934
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51118 from nextcloud/backport/33545/stable31Joas Schilling2025-02-271-5/+27
|\ \ | | | | | | [stable31] make it possible to run occ as root
| * | fix(occ): Make it possible to run as rootFrank Karlitschek2025-02-271-5/+27
|/ / | | | | | | | | | | Signed-off-by: Frank Karlitschek <karlitschek@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51058 from nextcloud/backport/51049/stable31Joas Schilling2025-02-2713-16/+16
|\ \ | | | | | | [stable31] fix(l10n): Improve english source strings
| * | chore(assets): Recompile assetsbackport/51049/stable31nextcloud-command2025-02-262-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(l10n): Improve english source stringsJoas Schilling2025-02-2611-13/+13
| | | | | | | | | | | | | | | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51093 from nextcloud/backport/51077/stable31John Molakvoæ2025-02-273-4/+4
|\ \ \ | | | | | | | | [stable31] files: fix exception when share-attributes is undefined
| * | | fix(files): exception when share-attributes is undefinedbackport/51077/stable31Varun Patil2025-02-273-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-272302-27554/+27626
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51076 from nextcloud/backport/51071/stable31Arthur Schiwon2025-02-261-2/+1
|\ \ \ | | | | | | | | [stable31] fix(translation): Fix string concatenation in LDAP endpoint
| * | | fix(translation): Fix string concatenation in LDAP endpointbackport/51071/stable31Joas Schilling2025-02-261-2/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51062 from nextcloud/backport/51050/stable31Louis2025-02-261-2/+2
|\ \ \ | |/ / |/| | [stable31] fix: Report duplicated extra files in integrity check
| * | fix: Report duplicated extra files in integrity checkbackport/51050/stable31Louis Chemineau2025-02-261-2/+2
|/ / | | | | | | | | | | | | | | The `array_diff` is not comparing the array keys. This means that an extra key with an expected hash will not be reported. Using `array_diff_assoc` will report such files. For example, copying `status.php` to `status 2.php`, will only be reported with the new version. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #51034 from nextcloud/backport/48795/stable31Andy Scherzinger2025-02-266-19/+52
|\ \ | | | | | | [stable31] feat: support migrating an instance to sharding
| * | feat: support migrating an instance to shardingbackport/48795/stable31Robin Appelman2025-02-256-19/+52
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #51047 from nextcloud/backport/50366/stable31John Molakvoæ2025-02-263-4/+7
|\ \ \
| * | | chore(assets): Recompile assetsbackport/50366/stable31nextcloud-command2025-02-262-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(systemtags): Use literal strings for i18n in showSuccessnfebe2025-02-261-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Merge pull request #51041 from ↵Joas Schilling2025-02-262-34/+65
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/automated/noid/stable31-update-ca-cert-bundle [stable31] fix(security): Update CA certificate bundle
| * | | fix(security): Update CA certificate bundleautomated/noid/stable31-update-ca-cert-bundlenextcloud-command2025-02-262-34/+65
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26248-1194/+1114
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50963 from ↵Andy Scherzinger2025-02-252-5/+5
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/ts-loader-9.5.2 [stable31] chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2
| * | chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2dependabot/npm_and_yarn/stable31/ts-loader-9.5.2dependabot[bot]2025-02-252-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.5.1 to 9.5.2. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.5.1...v9.5.2) --- updated-dependencies: - dependency-name: ts-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #50994 from nextcloud/backport/50992/stable31Andy Scherzinger2025-02-252-9/+9
|\ \ \ | |/ / |/| | [stable31] fix(admin_audit): Fix incorrect truncation of files path in admin audit log
| * | fix(admin_audit): Fix incorrect truncation of files path in admin audit logbackport/50992/stable31Côme Chilliet2025-02-252-9/+9
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #51028 from nextcloud/backport/50987/stable31Andy Scherzinger2025-02-2512-14/+14
|\ \ | | | | | | [stable31] Spelling standardization
| * | chore(assets): Recompile assetsbackport/50987/stable31nextcloud-command2025-02-259-10/+10
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(l10n): Spelling standardizationValdnet2025-02-253-4/+4
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>