aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: skip transfering shares that we can't findbackport/49761/stable30Robin Appelman42 hours1-7/+17
| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #51551 from nextcloud/release/30.0.8_rc1v30.0.8rc1Benjamin Gaussorgues4 days1-2/+2
|\ | | | | 30.0.8 RC1
| * build(hub): 30.0.8 RC1release/30.0.8_rc1Benjamin Gaussorgues4 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51548 from nextcloud/backport/51544/stable30Benjamin Gaussorgues4 days1-0/+5
|\ \ | |/ |/| [stable30] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable30Joas Schilling4 days1-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #51274 from nextcloud/backport/51148/stable30Andy Scherzinger4 days12-191/+334
|\ | | | | [stable30] fix(files): also show file list headers on empty views
| * chore: compile assetsbackport/51148/stable30Ferdinand Thiessen4 days2-3/+3
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * test: fix CI when running Karma testsFerdinand Thiessen4 days3-173/+206
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): also show file list headers on empty viewsFerdinand Thiessen4 days7-15/+125
| | | | | | | | | | | | | | It is needed, e.g. for the note-to-recipient, that the headers are also shown when there is no content (yet). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51535 from nextcloud/backport/51333/stable30Git'Fellow4 days1-8/+8
|\ \ | | | | | | [stable30] fix(files): Make sure file pointer exists
| * | fix(files): Make sure file pointer existsbackport/51333/stable30Git'Fellow4 days1-8/+8
| |/ | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot4 days30-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51370 from nextcloud/backport/51361/stable30Joas Schilling4 days1-28/+31
|\ \ | |/ |/| [stable30] fix(base.php): Correct order for booting \OC\Server
| * fix(base.php): Correct order for booting \OC\Serverbackport/51361/stable30Joas Schilling12 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 #51518 from nextcloud/ci/noid/3rdparty-30Joas Schilling5 days1-0/+0
|\ \ | | | | | | [stable30] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-30Joas Schilling5 days1-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51303 from nextcloud/backport/51302/stable30Louis5 days2-2/+2
|\ \ | | | | | | [stable30] test: Remove `.only()` calls
| * | test: Remove `.only(` callsbackport/51302/stable30Louis Chemineau2025-03-062-2/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot5 days40-6/+268
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot6 days22-0/+120
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot7 days54-150/+1378
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot8 days138-3642/+3808
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51436 from nextcloud/backport/51434/stable30Ferdinand Thiessen8 days3-3/+3
|\ \ \ | | | | | | | | [stable30] fix(mime-types): adjust compiled mime types and sign
| * | | fix(mime-types): adjust compiled mime types and signbackport/51434/stable30Ferdinand Thiessen10 days3-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51461 from nextcloud/release/30.0.7v30.0.7Arthur Schiwon8 days1-2/+2
|\ \ \ \ | | | | | | | | | | 30.0.7
| * | | | build(hub): 30.0.7release/30.0.7Arthur Schiwon9 days1-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot9 days114-256/+356
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51429 from nextcloud/release/30.0.7_rc2v30.0.7rc2Arthur Schiwon10 days1-2/+2
|\ \ \ | | | | | | | | 30.0.7 RC2
| * | | build(hub): 30.0.7 RC2release/30.0.7_rc2Arthur Schiwon10 days1-2/+2
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #51416 from nextcloud/backport/51384/stable30John Molakvoæ10 days1-1/+5
|\ \ \ | | | | | | | | [stable30] fix(lookup-server): Only flag new users for lookup update / delete
| * | | fix(lookup-server): Only flag new users for lookup update / deletebackport/51384/stable30Ferdinand Thiessen10 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 #51412 from nextcloud/backport/51405/stable30John Molakvoæ10 days2-4/+1
|\ \ \ \ | |/ / / |/| | | [stable30] fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`
| * | | fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`backport/51405/stable30Ferdinand Thiessen10 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 #51401 from nextcloud/backport/51379/stable30Andy Scherzinger10 days1-1/+3
|\ \ \ \ | |/ / / |/| | | [stable30] fix(AppDiscover): Strip double-quotes from folder name
| * | | fix(AppDiscover): Ensure created cache folder is safe-chars onlybackport/51379/stable30Git'Fellow10 days1-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot10 days108-630/+708
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51393 from nextcloud/backport/51320/stable30Andy Scherzinger10 days7-36/+82
|\ \ \ \ | | | | | | | | | | [stable30] fix(external_storage): fix settings save
| * | | | chore(assets): Recompile assetsnextcloud-command10 days4-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(external_storage): fix settings saveskjnldsv10 days3-30/+76
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #51406 from nextcloud/backport/51404/stable30Andy Scherzinger10 days13-75/+89
|\ \ \ \ | |/ / / |/| | | [stable30] fix(lookup-server): disable when not using global scale
| * | | chore: compile assetsbackport/51404/stable30Ferdinand Thiessen10 days2-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen10 days11-62/+79
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(lookup-server): do not query data by defaultFerdinand Thiessen10 days6-15/+12
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(lookup-server): do not upload data by defaultFerdinand Thiessen10 days5-6/+6
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | / Fix(l10n): Update translations from TransifexNextcloud bot11 days12-12/+38
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot12 days12-36/+88
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot13 days14-40/+76
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0840-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 #51241 from nextcloud/release/30.0.7_rc1v30.0.7rc1John Molakvoæ2025-03-061-2/+2
|\ \ | | | | | | 30.0.7 RC1