Commit Graph

80609 Commits (bc93c6afffb2ab78c605e03ef318666a26429253)
 

Author SHA1 Message Date
Richard Steinmetz bc93c6afff
fix: update request token on two-factor pages
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 16:01:15 +07:00
Richard Steinmetz 3c92e3332e fix: generate csrf tokens if two factor challenge is ongoing
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 13:57:38 +07:00
Andy Scherzinger b37170b065
Merge pull request #53612 from nextcloud/backport/53426/stable31
[stable31] feat: improve logging of fopen failures for smb
2025-06-23 14:33:38 +07:00
Nextcloud bot 92249b5ab5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-23 00:22:15 +07:00
Nextcloud bot 988074aee5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-22 00:22:48 +07:00
dependabot[bot] 2e4e350681
Merge pull request #53626 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.2.1 2025-06-21 14:12:25 +07:00
dependabot[bot] ced7cebe35 chore(deps): bump query-string from 9.2.0 to 9.2.1
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.2.0...v9.2.1)

---
updated-dependencies:
- dependency-name: query-string
  dependency-version: 9.2.1
  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>
2025-06-21 13:55:34 +07:00
dependabot[bot] 930d0d6236
Merge pull request #53627 from nextcloud/dependabot/npm_and_yarn/stable31/types/dockerode-3.3.41 2025-06-21 02:20:54 +07:00
dependabot[bot] 0850454c99
chore(deps-dev): bump @types/dockerode from 3.3.40 to 3.3.41
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.40 to 3.3.41.
- [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-version: 3.3.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-21 02:03:27 +07:00
Nextcloud bot 5f96ddbf42
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-21 00:22:59 +07:00
Ferdinand Thiessen 4bb14dd8b6
Merge pull request #53589 from nextcloud/backport/53567/stable31
[stable31] fix(files): add plural form for selected nodes
2025-06-20 14:52:34 +07:00
Kent Delante 5aca754f73
Merge pull request #53581 from nextcloud/backport/53419/stable31
[stable31] fix(s3): retry failed multipart uploads with decreased concurrency
2025-06-20 19:13:36 +07:00
Kate a1ceedc857
Merge pull request #53618 from nextcloud/backport/53616/stable31 2025-06-20 13:10:21 +07:00
provokateurin 6308f3c3e8 fix(core): Make --password-from-env work with NC_PASS everywhere
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 10:38:18 +07:00
provokateurin ab9328a17c fix(core): Make OC_PASS actually work for occ user:auth-tokens:add --password-from-env
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 10:38:18 +07:00
Kent Delante f40d14abac fix(s3): retry failed multipart uploads with decreased concurrency
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-06-20 18:24:16 +07:00
Kate d02223b6cc
Merge pull request #53599 from nextcloud/backport/53569/stable31 2025-06-20 11:22:47 +07:00
nextcloud-command e27237720b chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-20 09:04:12 +07:00
Ferdinand Thiessen 4cbf85494c
fix(files): add plural form for selected nodes
Reported at Transifex:
> This string needs pluralization feature, because in some languages translation of "selected" differs between singular and plural.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-20 11:00:02 +07:00
Jana Peper 237e01c58e
fix: update OpenAPI specs
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:54:37 +07:00
Jana Peper 9a3d5e4b92
fix: unit tests
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:54:32 +07:00
Jana Peper 326cb9c75c
feat: add ocs route to get apps enabled for current user
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:37:13 +07:00
Nextcloud bot 60b4a3d712
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-20 00:22:39 +07:00
Robin Appelman 6cece4f4e1 feat: improve logging of fopen failures for smb
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-19 21:17:48 +07:00
Andy Scherzinger 66118ba1aa
Merge pull request #53577 from nextcloud/backport/53512/stable31
[stable31] [files_versions] Fix sidebar version item style
2025-06-19 22:16:19 +07:00
Andy Scherzinger 17b05afdae
Merge pull request #53609 from nextcloud/backport/53607/stable31
[stable31] fix: reload login page after password reset
2025-06-19 20:28:32 +07:00
F. E Noel Nfebe 942f06cfee
Merge pull request #53554 from nextcloud/backport/53466/stable31
[stable31] fix(files_sharing): Hide link shares for users in excluded groups
2025-06-19 18:58:54 +07:00
nextcloud-command 5726c95b5e chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-19 17:56:24 +07:00
nextcloud-command dcf52c0297 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-19 17:51:05 +07:00
SebastianKrupinski c80d5553c4 fix: reload login page after password reset
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-19 17:51:05 +07:00
nextcloud-command 2c26df45a5
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-19 16:59:21 +07:00
Julien Veyssier b8fbd0c487
fix(files_versions): give the version label a min width so it does not get invisible if the author name is long
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-19 16:54:00 +07:00
MichaIng 023bbe7409
Merge pull request #53591 from nextcloud/backport/53210/stable31
[stable31] fix: clear opcache after app extraction
2025-06-19 14:25:49 +07:00
nextcloud-command e745d98af8 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-19 12:25:49 +07:00
nfebe a0b9e1381e feat(files_sharing): Hide external shares for users in excluded groups
- Added frontend check to hide link shares if, public sharing is disabled.

Signed-off-by: nfebe <fenn25.fn@gmail.com>

[skip ci]
2025-06-19 13:30:48 +07:00
Nextcloud bot f57af2d6a1
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:50 +07:00
Daniel Kesselberg 43a9fd4b1f
fix: clear opcache after app extraction
clear opcache post app update extraction to prevent outdated files issues.

opcache.validate_timestamps=0 disables automated file modification checks.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-18 20:28:48 +07:00
Andy Scherzinger c5433afecc
Merge pull request #53392 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/l10n-3.3.0
build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0
2025-06-18 14:04:55 +07:00
Ferdinand Thiessen 88e7b24936
Merge pull request #53571 from nextcloud/backport/53321/stable31
[stable31] [FilesList] Use the correct theming instance name from capabilities
2025-06-18 13:42:34 +07:00
Ferdinand Thiessen a45a2c16ff
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 12:53:24 +07:00
Julien Veyssier 5751b82715
fix(files): use the correct theming instance name from capabilities to set the page title
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-18 12:51:37 +07:00
Ferdinand Thiessen 6a211b244b
test: remove legacy tests covered by library unit tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 12:00:48 +07:00
nextcloud-command 42995a76e2 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-18 09:17:20 +07:00
dependabot[bot] cd24562a78 build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0
Dependabot couldn't find the original pull request head commit, 60b6e6ee5ae45085f2e4dfdfea8546ecef0e4df9.
2025-06-18 11:12:46 +07:00
Andy Scherzinger acab1571df
Merge pull request #53509 from nextcloud/backport/53436/stable31
[stable31] fix(UserRow): fallback to group name in case of undefined availableGroup
2025-06-18 11:10:40 +07:00
Andy Scherzinger ae5febb34d
Merge pull request #53532 from nextcloud/backport/53498/stable31
[stable31] fix(ObjectStore): Make S3 "connect_timeout" option configurable
2025-06-18 11:02:37 +07:00
Andy Scherzinger 6aae30c6ee
Merge pull request #53546 from nextcloud/backport/53369/stable31
[stable31] fix: hide guests group when searching for principals
2025-06-18 11:01:59 +07:00
Ferdinand Thiessen ba041fbfd7
Merge pull request #53536 from nextcloud/fix/fix-php-error-on-upgrade
[stable31] fix: Fix Undefined array key "flags" on upgrade
2025-06-18 09:45:29 +07:00
Nextcloud bot 05b870579b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:33 +07:00
Andy Scherzinger 18b01f3a08
Merge pull request #53547 from nextcloud/backport/53477/stable31
[stable31] fix: do not extract fields for blank template
2025-06-17 21:01:55 +07:00