aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetsbackport/51250/stable29nextcloud-command42 hours7-7/+7
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen43 hours1-1/+7
| | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci]
* fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen43 hours4-8/+26
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: pass hide download attribute while creating the share to fix github ↵yemkareems43 hours2-5/+8
| | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2 days118-340/+340
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51550 from nextcloud/release/29.0.14_rc1v29.0.14rc1Benjamin Gaussorgues3 days1-2/+2
|\ | | | | 29.0.14 RC1
| * build(hub): 29.0.14 RC1release/29.0.14_rc1Benjamin Gaussorgues3 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51547 from nextcloud/backport/51544/stable29Joas Schilling3 days1-0/+5
|\ \ | |/ |/| [stable29] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable29Joas Schilling3 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 Schilling11 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 Schilling4 days1-0/+0
|\ \ | | | | | | [stable29] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-29Joas Schilling4 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 Schiwon8 days1-2/+2
|\ \ | | | | | | 29.0.13
| * | build(hub): 29.0.13release/29.0.13Arthur Schiwon8 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 Schiwon9 days1-2/+2
|\ \ | | | | | | 29.0.13 RC2
| * | build(hub): 29.0.13 RC2release/29.0.13_rc2Arthur Schiwon9 days1-2/+2
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #51415 from nextcloud/backport/51384/stable29John Molakvoæ9 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 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 #51414 from nextcloud/backport/51405/stable29John Molakvoæ9 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 Thiessen9 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æ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>