Commit graph

79063 commits

Author SHA1 Message Date
nextcloud-command
06da430e21
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:52:45 +02:00
Julien Veyssier
b639a3e136
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:51:15 +02:00
MichaIng
60ebe42ef5
Merge pull request #53593 from nextcloud/backport/53210/stable30
[stable30] fix: clear opcache after app extraction
2025-06-19 14:25:35 +02:00
Nextcloud bot
300bf91047
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:57 +00:00
Andy Scherzinger
42e16a9879
Merge pull request #53531 from nextcloud/backport/53498/stable30
[stable30] fix(ObjectStore): Make S3 "connect_timeout" option configurable
2025-06-18 21:03:56 +02:00
Andy Scherzinger
94cc856207
Merge pull request #53395 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/l10n-3.3.0
build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0
2025-06-18 21:00:43 +02:00
Daniel Kesselberg
b4cbdadd71
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:29:57 +02:00
nextcloud-command
1b7799e4d3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-18 13:26:25 +00:00
Ferdinand Thiessen
b81419e517
test: remove legacy tests covered by library unit tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 15:21:43 +02:00
dependabot[bot]
520e325516
build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0
Dependabot couldn't find the original pull request head commit, cc02a516760450b823f26fd30e7626b13ee8c649.
2025-06-18 13:14:43 +00:00
Ferdinand Thiessen
2c3cfbcbf8
Merge pull request #53572 from nextcloud/backport/53321/stable30
[stable30] [FilesList] Use the correct theming instance name from capabilities
2025-06-18 13:31:05 +02:00
Ferdinand Thiessen
c07aa673bc
chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 12:49:00 +02:00
Julien Veyssier
678d62b0b7
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:44:23 +02:00
Daniel Calviño Sánchez
5830546c1b fix(ObjectStore): Make S3 "connect_timeout" option configurable
The hardcoded connection timeout of 5 seconds may not be enough in some
cases, so now it is got from the ObjectStore arguments in Nextcloud
configuration, falling back to 5 if not set.

The connection timeout is set in seconds, but decimal precision can be
used for subsecond accuracy (for example, 4.2 for 4200 milliseconds).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-18 11:02:22 +02:00
Andy Scherzinger
18bbd08fbe
Merge pull request #53519 from nextcloud/backport/51609/stable30
[stable30] fix(files_versions): only handle path updates when there is path
2025-06-18 10:09:02 +02:00
Andy Scherzinger
5d540311f8
Merge pull request #53346 from nextcloud/backport/53291/stable30
[stable30] fix(core): correctly show displayname when picking a file
2025-06-18 05:50:29 +02:00
nextcloud-command
600ed4b6de chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-18 11:32:42 +08:00
Ferdinand Thiessen
15a16b61fd fix(core): correctly show displayname when picking a file
Ensure that the display name is shown instead of the filename (important for public shares).
Fixed in the library but the legacy wrapper still uses it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-18 11:30:51 +08:00
Nextcloud bot
772ecb640d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:40 +00:00
Andy Scherzinger
33756535d7
Merge pull request #53542 from nextcloud/backport/53534/stable30
[stable30] fix(core): getRequestToken import typo
2025-06-17 20:08:13 +02:00
Ferdinand Thiessen
6481ccbe37 fix(files_versions): only handle path updates when there is path
`getPathForNode` can fail with null for various reasons (e.g. no owner),
in this cases we need to just skip the event handling.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 20:00:33 +02:00
skjnldsv
82982cc3b9 fix(core): getRequestToken import typo
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 13:51:29 +00:00
John Molakvoæ
0f40e373f1
Merge pull request #53544 from nextcloud/backport/53140/stable30 2025-06-17 15:17:26 +02:00
nextcloud-command
fe5649fb69 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-17 14:50:23 +02:00
skjnldsv
63907b0bfd fix(files): auto reload sidebar tags on update
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-06-17 14:50:23 +02:00
Ferdinand Thiessen
6442fb7389
Merge pull request #53533 from nextcloud/fix-running-files-external-s3-tests-in-stable30-ci
[stable30] ci: Fix running files external s3 tests
2025-06-17 11:15:36 +02:00
Nextcloud bot
28aa97df8f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 08:00:40 +00:00
Andy Scherzinger
a0713a6d19
Merge pull request #53521 from nextcloud/backport/53326/stable30
[stable30] fix: refactor request token handling and do not update with invalid result
2025-06-17 07:05:12 +02:00
Daniel Calviño Sánchez
45b06784a7 ci: Fix running files_external S3 tests
PHP >= 8.4 is not supported in Nextcloud 30.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-17 06:15:37 +02:00
Nextcloud bot
997cd55929
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 00:22:49 +00:00
nextcloud-command
be3260acbd chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-16 23:14:24 +00:00
Ferdinand Thiessen
50fd4418fa
fix: adjust code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:28:19 +02:00
Ferdinand Thiessen
afc8bce9d0
chore(core): fix typo in session heartbeat service
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:19 +02:00
Ferdinand Thiessen
edad5b2229
fix: the core config is not loaded on error pages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:19 +02:00
Ferdinand Thiessen
ed717d3d2d
test: adjust karma global state mock
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:18:18 +02:00
Ferdinand Thiessen
fdfc346572
test(core): migrate session heartbeat tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
05405b3571
refactor(OC): restructure session heartbeat code - use types and human reading order
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
86aaffd2ec
refactor(OC): migrate session heart beat to Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:56 +02:00
Ferdinand Thiessen
d332a22e78
fix(OC): validate request token and move logic to one place
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-17 00:17:55 +02:00
Ferdinand Thiessen
b423283781
refactor(OC): migrate request token handling to Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-16 20:51:24 +02:00
Joas Schilling
2fb8e92067
Merge pull request #53366 from nextcloud/backport/53314/stable30
[stable30] fix(notifications): Fix check for hasNotifiers when all apps use Regi…
2025-06-16 16:37:00 +02:00
Maksim Sukharev
58f34c4502
Merge pull request #53510 from nextcloud/backport/53436/stable30 2025-06-16 14:59:56 +02:00
nextcloud-command
d24b805b3d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-16 12:25:07 +00:00
Maksim Sukharev
c2a2944539 fix(UserRow): fallback to group name in case of undefined availableGroup
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-16 11:55:14 +00:00
Nextcloud bot
3b43a14931
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-16 00:23:18 +00:00
Nextcloud bot
46ea43aa01
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-15 00:22:30 +00:00
dependabot[bot]
acb8618517
Merge pull request #53488 from nextcloud/dependabot/npm_and_yarn/stable30/core-js-3.43.0 2025-06-14 14:24:51 +00:00
nextcloud-command
e6a27d3b58 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-14 14:10:42 +00:00
dependabot[bot]
b9f95b4956 build(deps): bump core-js from 3.42.0 to 3.43.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.42.0 to 3.43.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.43.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-version: 3.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 16:06:33 +02:00
dependabot[bot]
d54b635952
Merge pull request #53490 from nextcloud/dependabot/npm_and_yarn/stable30/ts-jest-29.4.0 2025-06-14 09:40:08 +00:00