Joas Schilling
a5e6f46eb0
fix(l10n): Improve english source strings
...
- No leading/trailing whitespace
- Use asci single quote
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-26 15:06:47 +01:00
Joas Schilling
5498f99b11
Merge pull request #51046 from nextcloud/automated/noid/stable30-update-ca-cert-bundle
...
[stable30] fix(security): Update CA certificate bundle
2025-02-26 08:50:09 +01:00
nextcloud-command
6bb0db88ca
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2025-02-26 02:31:16 +00:00
Nextcloud bot
6a92fc0eae
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-26 00:22:03 +00:00
Maksim Sukharev
3262ca0649
Merge pull request #50997 from nextcloud/backport/50956/stable30
2025-02-25 17:34:58 +01:00
Louis
ff494f56dc
Merge pull request #51024 from nextcloud/backport/50903/stable30
...
[stable30] fix(files_versions): Do not expire versions newer than min age
2025-02-25 17:22:16 +01:00
nextcloud-command
581abe3cdd
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-02-25 16:08:16 +00:00
Maksim Sukharev
4a7531ea0f
fix: wipe local storages on log out
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-02-25 16:59:07 +01:00
Louis Chemineau
28959970dc
fix(files_versions): Do not expire versions newer than min age
...
The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted.
Fix https://github.com/nextcloud/server/issues/19791
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-25 15:03:13 +00:00
Côme Chilliet
5c0af8565c
Merge pull request #51016 from nextcloud/backport/50874/stable30
...
[stable30] fix: Initialize lastConnectionCheck after first connection
2025-02-25 16:01:34 +01:00
Louis Chemineau
d3b4b21e29
fix: Initialize lastConnectionCheck after first connection
...
We are checking whether the DB connection is alive once every 30 seconds. But when we are lacking the last check time, we are skipping the check and reconnect logic. This is causing the reconnect logic to never fire in those cases.
It seems to me that "those cases", are actually always the case, as upon initialization, we are not using the proper connection name to store the time.
In the `connect()` logic, when `$this->_conn` is null, `$this->getConnectionName()` is returning `replica`, so `$this->lastConnectionCheck` will be equal to `['replica' => time()];`
60711ea4cf/lib/private/DB/Connection.php (L215-L221)
60711ea4cf/lib/private/DB/Connection.php (L891-L893)
2b6d7bf65f/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php (L136-L139)
Then, if the connection name ends up as being 'primary', the reconnect logic is skipped:
60711ea4cf/lib/private/DB/Connection.php (L874-L880)
Follow-up of https://github.com/nextcloud/server/pull/41819
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-25 11:07:34 +00:00
Nextcloud bot
b80f386be4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-25 00:21:46 +00:00
Nextcloud bot
26957e8a79
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-24 21:01:18 +00:00
Andy Scherzinger
62223af192
Merge pull request #51002 from nextcloud/backport/50958/stable30
...
[stable30] Fix: NotFoundException for anonymous users
2025-02-24 21:25:04 +01:00
dependabot[bot]
9fa48aed77
Merge pull request #50966 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/cypress-1.0.0-beta.14
2025-02-24 20:06:49 +00:00
Andy Scherzinger
b7e8bf8d6c
Merge pull request #50965 from nextcloud/dependabot/npm_and_yarn/stable30/cypress-split-1.24.14
...
chore(deps-dev): bump cypress-split from 1.24.11 to 1.24.14
2025-02-24 21:04:43 +01:00
dependabot[bot]
c8be2ca7c7
chore(deps-dev): bump @nextcloud/cypress
...
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress ) from 1.0.0-beta.13 to 1.0.0-beta.14.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases )
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.13...v1.0.0-beta.14 )
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 19:50:20 +00:00
dependabot[bot]
5c88246c35
chore(deps-dev): bump cypress-split from 1.24.11 to 1.24.14
...
Bumps [cypress-split](https://github.com/bahmutov/cypress-split ) from 1.24.11 to 1.24.14.
- [Release notes](https://github.com/bahmutov/cypress-split/releases )
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.24.11...v1.24.14 )
---
updated-dependencies:
- dependency-name: cypress-split
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 20:48:50 +01:00
Andy Scherzinger
aa0a1797da
Merge pull request #50969 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/eslint-config-8.4.2
...
chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
2025-02-24 20:47:34 +01:00
nextcloud-command
3bd24ba401
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-02-24 19:32:30 +00:00
dependabot[bot]
e3befb8df2
chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
...
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>
2025-02-24 20:27:29 +01:00
Kate
88c506e31e
Merge pull request #51004 from nextcloud/backport/50985/stable30
2025-02-24 20:03:41 +01:00
Ferdinand Thiessen
d3dbe3ab2c
refactor: convert sanitize account properties repair step to background job
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-24 16:44:49 +01:00
Ferdinand Thiessen
bb73628ebe
fix: Optimize repair step performance
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-24 16:42:45 +01:00
Ferdinand Thiessen
9fdd48dd2d
fix: validate account properties as a repair step
...
Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step,
`ValidateAccountProperties` which validates and sanitizes all account
properties.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-24 16:42:44 +01:00
Kostiantyn Miakshyn
3012a87bac
Fix: NotFoundException for anonymous users
...
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
2025-02-24 15:13:48 +00:00
Nextcloud bot
c4467ba1e4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-24 00:22:12 +00:00
dependabot[bot]
0733816c1d
Merge pull request #50967 from nextcloud/dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.20
2025-02-23 13:45:28 +00:00
dependabot[bot]
bec6021721
chore(deps): bump libphonenumber-js from 1.11.19 to 1.11.20
...
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js ) from 1.11.19 to 1.11.20.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master )
---
updated-dependencies:
- dependency-name: libphonenumber-js
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-02-23 13:29:12 +00:00
Nextcloud bot
c25c45cc34
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-23 00:22:14 +00:00
Nextcloud bot
efd8072040
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-22 00:22:10 +00:00
John Molakvoæ
d13c7d1d61
Merge pull request #50947 from nextcloud/backport/50943/stable30
2025-02-21 14:33:54 +01:00
skjnldsv
2b844498da
fix(cypress): selection key event trigger
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-02-21 14:17:52 +01:00
Joas Schilling
bb2291d6d7
Merge pull request #50952 from nextcloud/backport/50949/stable30
...
[stable30] ci(autochecks): Run some autochecks also on non-PHP files
2025-02-21 14:11:50 +01:00
skjnldsv
f0f1f53378
chore: compile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-02-21 14:07:13 +01:00
skjnldsv
e5c55bf562
fix(files): handle failed node properly
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-02-21 14:07:13 +01:00
John Molakvoæ
516a2fbb9a
Merge pull request #50945 from nextcloud/backport/50930/stable30
2025-02-21 14:02:10 +01:00
Joas Schilling
03b3773c91
ci(autochecks): Run some autochecks also on non-PHP files
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-21 13:48:48 +01:00
John Molakvoæ
356db0f6ec
Merge pull request #50914 from nextcloud/chore/stable30-vue_8_23_1
...
[stable30] Update `@nextcloud/vue` to v8.23.1
2025-02-21 12:56:17 +01:00
Ferdinand Thiessen
fcce38441f
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-21 12:50:57 +01:00
Ferdinand Thiessen
534f49f9fe
chore(deps): Update @nextcloud/vue to v8.23.1
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-21 12:49:16 +01:00
John Molakvoæ
b9f2926e9d
Merge pull request #50940 from nextcloud/backport/50053/stable30
...
[stable30] fix: Change UserAgent to *cloud
2025-02-21 12:34:04 +01:00
John Molakvoæ
de4a157de7
Merge pull request #50948 from nextcloud/backport/50946/stable30
...
[stable30] fix(l10n): Fix triple dot in translation
2025-02-21 12:28:51 +01:00
nextcloud-command
67ad65a81a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-02-21 11:21:01 +00:00
Joas Schilling
7914ee8e18
fix(l10n): Fix triple dot in translation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-21 11:04:46 +00:00
skjnldsv
e601503000
fix(cypress): opendetails tests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-02-21 09:55:23 +00:00
Johannes Endres
b61ae01c52
fix: Change UserAgent to *cloud
...
Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Johannes Endres <je@johannes-endres.de>
2025-02-21 09:29:26 +00:00
John Molakvoæ
306fa8da91
Merge pull request #50931 from nextcloud/backport/50910/stable30
2025-02-21 10:11:04 +01:00
nextcloud-command
d84cd4fe65
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-02-21 09:54:04 +01:00
skjnldsv
0394037b80
fix(cypress): action selector menu lookup
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-02-21 09:54:04 +01:00