aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(lookup-server): Only flag new users for lookup update / deletebackport/51384/stable29Ferdinand Thiessen9 days1-1/+5
| | | | | | If the flag was already set then we do not need to overwrite it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51411 from nextcloud/backport/51229/stable29John Molakvoæ9 days1-2/+6
|\ | | | | [stable29] fix(lookup_server_connector): correctly handle account properties
| * fix(lookup_server_connector): fixed publishing of user properties to ↵AbangTor9 days1-2/+6
|/ | | | | | | | | lookup-server Fix of the bug in the lookup_server_connector module to publish public user information to the lookup-server. As described in issue [#25290](https://github.com/nextcloud/server/issues/25290) Signed-off-by: AbangTor <63029179+abangtor@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot9 days108-630/+708
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51392 from nextcloud/backport/51320/stable29Andy Scherzinger9 days7-36/+82
|\ | | | | [stable29] fix(external_storage): fix settings save
| * chore(assets): Recompile assetsnextcloud-command9 days4-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(external_storage): fix settings saveskjnldsv9 days3-30/+76
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #51407 from nextcloud/backport/51404/stable29Andy Scherzinger9 days13-75/+89
|\ | | | | [stable29] fix(lookup-server): disable when not using global scale
| * chore: compile assetsbackport/51404/stable29Ferdinand Thiessen9 days2-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen9 days11-62/+79
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(lookup-server): do not query data by defaultFerdinand Thiessen9 days6-15/+12
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(lookup-server): do not upload data by defaultFerdinand Thiessen9 days5-6/+6
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot10 days12-12/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot11 days12-36/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot12 days14-40/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot13 days40-118/+270
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-07210-382/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51242 from nextcloud/release/29.0.13_rc1v29.0.13rc1John Molakvoæ2025-03-061-2/+2
|\ | | | | 29.0.13 RC1
| * build(hub): 29.0.13 RC1release/29.0.13_rc1Arthur Schiwon2025-03-041-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #51260 from nextcloud/skjnldsbot/dep-upload-stable29John Molakvoæ2025-03-06207-7497/+7999
|\ \ | | | | | | [stable29] chore(deps): update `@nextcloud/upload` to 1.9.0
| * | chore(assets): recompile assetsskjnldsbot/dep-upload-stable29skjnldsv2025-03-06197-383/+304
| | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(cypress): rename select all clearskjnldsv2025-03-061-2/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(webpack): missing processskjnldsv2025-03-063-0/+7
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-03-062-1/+20
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: update babel and fix karmaskjnldsv2025-03-066-6723/+6647
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(deps): update `@nextcloud/l10n` and `@nextcloud/webpack-vue-config`skjnldsv2025-03-062-392/+908
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(deps): update `@nextcloud/vue` to 8.23.1skjnldsv2025-03-062-123/+232
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(deps): update `@nextcloud/upload` to 1.9.0skjnldsv2025-03-062-59/+66
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #51284 from nextcloud/backport/51281/stable29John Molakvoæ2025-03-0612-90/+178
|\ \ | | | | | | [stable29] fix(test): Add missing data-cy attribute for file actions
| * | test: Improve stability of live photo e2ee testsbackport/51281/stable29Louis Chemineau2025-03-062-68/+130
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix(test): Escape quotes in runOccCommand argumentLouis Chemineau2025-03-061-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | chore(tests): Fix using save/restore state in cypressLouis Chemineau2025-03-065-18/+30
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | test: Expose set and getVariable in Cypress testsLouis Chemineau2025-03-061-0/+13
| | | | | | | | | | | | | | | | | | Partial cherry pick of 4a90d5328 Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix(test): Add missing data-cy attribute for file actionsLouis Chemineau2025-03-063-3/+4
|/ / | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0630-26/+64
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-06458-796/+1476
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51286 from nextcloud/backport/51285/stable29Andy Scherzinger2025-03-055-7/+6
|\ \ | | | | | | [stable29] fix(translation): Fix string concatenation in LDAP endpoint
| * | chore(assets): Recompile assetsbackport/51285/stable29nextcloud-command2025-03-052-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(l10n): Fix leading spaces and unicode single quotesJoas Schilling2025-03-052-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> [skip ci]
| * | fix(translation): Fix string concatenation in LDAP endpointJoas Schilling2025-03-051-2/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51293 from nextcloud/backport/51280/stable29Andy Scherzinger2025-03-051-1/+2
|\ \ \ | | | | | | | | [stable29] fix(login): Properly target public page with attribute
| * | | fix(login): Properly target public page with attributebackport/51280/stable29Louis Chemineau2025-03-051-1/+2
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51253 from nextcloud/backport/50989/stable29Andy Scherzinger2025-03-051-1/+1
|\ \ \ | |/ / |/| | [stable29] fix: Use case insensitive check when validating login name
| * | fix: use mb_strtolower to convert login namebackport/50989/stable29Cleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
| * | fix: Improve string comparisonCleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
| * | fix: Use case insensitive check when validating login nameCleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
* | | Merge pull request #51278 from nextcloud/backport/51259/stable29Joas Schilling2025-03-051-10/+8
|\ \ \ | | | | | | | | [stable29] fix(files): Don't do session related work in the constructor of the View
| * | | fix: No IFactory in constructorbackport/51259/stable29Marcel Müller2025-03-051-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * | | fix(files): Don't do session related work in the constructor of the ViewJoas Schilling2025-03-051-10/+10
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51271 from nextcloud/backport/51256/stable29Joas Schilling2025-03-052-4/+9
|\ \ \ | |/ / |/| | [stable29] fix(dav): Handle long absence status earlier