summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51550 from nextcloud/release/29.0.14_rc1v29.0.14rc1Benjamin Gaussorgues2 days1-2/+2
|\ | | | | 29.0.14 RC1
| * build(hub): 29.0.14 RC1release/29.0.14_rc1Benjamin Gaussorgues2 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51547 from nextcloud/backport/51544/stable29Joas Schilling2 days1-0/+5
|\ \ | |/ |/| [stable29] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable29Joas Schilling2 days1-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot3 days30-252/+310
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51369 from nextcloud/backport/51361/stable29Joas Schilling3 days1-28/+31
|\ | | | | [stable29] fix(base.php): Correct order for booting \OC\Server
| * fix(base.php): Correct order for booting \OC\Serverbackport/51361/stable29Joas Schilling10 days1-28/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change had broken authentication with an older FastCGI Apache2 module, because the IRequest object got initialised before the fix from self::handleAuthHeaders() copied the authentication headers into the correct $_SERVER variables. Since this part is completely independent from any Nextcloud code it is now done as a first thing within the init() call. Additionally similar issues could happen when another class would boot too early and read other global PHP settings like ini values and default timezone, so those are now also moved to the beginning. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51517 from nextcloud/ci/noid/3rdparty-29Joas Schilling3 days1-0/+0
|\ \ | | | | | | [stable29] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-29Joas Schilling3 days1-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot4 days40-6/+268
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot5 days22-0/+120
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot6 days54-150/+1378
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot7 days138-3642/+3808
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51435 from nextcloud/backport/51434/stable29Ferdinand Thiessen7 days3-3/+3
|\ \ | | | | | | [stable29] fix(mime-types): adjust compiled mime types and sign
| * | fix(mime-types): adjust compiled mime types and signbackport/51434/stable29Ferdinand Thiessen7 days3-3/+3
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51462 from nextcloud/release/29.0.13v29.0.13Arthur Schiwon7 days1-2/+2
|\ \ | | | | | | 29.0.13
| * | build(hub): 29.0.13release/29.0.13Arthur Schiwon7 days1-2/+2
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot8 days114-256/+356
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51430 from nextcloud/release/29.0.13_rc2v29.0.13rc2Arthur Schiwon8 days1-2/+2
|\ \ | | | | | | 29.0.13 RC2
| * | build(hub): 29.0.13 RC2release/29.0.13_rc2Arthur Schiwon8 days1-2/+2
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #51415 from nextcloud/backport/51384/stable29John Molakvoæ8 days1-1/+5
|\ \ | | | | | | [stable29] fix(lookup-server): Only flag new users for lookup update / delete
| * | fix(lookup-server): Only flag new users for lookup update / deletebackport/51384/stable29Ferdinand Thiessen8 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 #51414 from nextcloud/backport/51405/stable29John Molakvoæ8 days2-4/+1
|\ \ \ | |/ / |/| | [stable29] fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`
| * | fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`backport/51405/stable29Ferdinand Thiessen8 days2-4/+1
|/ / | | | | | | | | | | | | | | | | | | | | 1. mimetypes with a dot do not work with our mime detector (only checks last dot). 2. all of those files are tar files compressed as gzip / bzip2 so the real mimetype of the file is the compression not the tar. We could at max. set mime to `application/x-tar+gzip`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51411 from nextcloud/backport/51229/stable29John Molakvoæ8 days1-2/+6
|\ \ | | | | | | [stable29] fix(lookup_server_connector): correctly handle account properties
| * | fix(lookup_server_connector): fixed publishing of user properties to ↵AbangTor8 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 bot14 days210-382/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51242 from nextcloud/release/29.0.13_rc1v29.0.13rc1John Molakvoæ14 days1-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æ14 days207-7497/+7999
|\ \ | | | | | | [stable29] chore(deps): update `@nextcloud/upload` to 1.9.0
| * | chore(assets): recompile assetsskjnldsbot/dep-upload-stable29skjnldsv14 days197-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 clearskjnldsv14 days1-2/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(webpack): missing processskjnldsv14 days3-0/+7
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen14 days2-1/+20
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: update babel and fix karmaskjnldsv14 days6-6723/+6647
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(deps): update `@nextcloud/l10n` and `@nextcloud/webpack-vue-config`skjnldsv14 days2-392/+908
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(deps): update `@nextcloud/vue` to 8.23.1skjnldsv14 days2-123/+232
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>