aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): skip expiration notify for invalid share recordbackport/50542/stable30Luka Trovic17 hours1-2/+6
| | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> [skip ci]
* Fix(l10n): Update translations from Transifexautomated/noid/stable30-fix-npm-auditNextcloud bot26 hours22-104/+542
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51570 from nextcloud/backport/49761/stable30Git'Fellow39 hours1-7/+17
|\ | | | | [stable30] fix: skip transfering shares that we can't find
| * fix: skip transfering shares that we can't findbackport/49761/stable30Robin Appelman41 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 #51584 from nextcloud/backport/48793/stable30Ferdinand Thiessen41 hours1-2/+7
|\ \ | | | | | | [stable30] fix: log which file cannot be opened
| * | fix: log which file cannot be openedbackport/48793/stable30Robin Appelman2 days1-2/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2 days92-278/+912
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51473 from nextcloud/backport/51469/stable30Andy Scherzinger2 days7-56/+94
|\ \ \ | |/ / |/| | [stable30] fix(files_sharing): ensure share status action works also in grid view
| * | chore(assets): Recompile assetsbackport/51469/stable30nextcloud-command2 days4-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): ensure share status action works also in grid viewFerdinand Thiessen2 days3-50/+88
|/ / | | | | | | | | | | | | | | | | | | | | | | Remove some hacks from files app about the *files_sharing* status action, in general not sure why this hack was there instead of being in the correct app - but it broke the grid view. So now the sharing information is also available in grid view. Moreover the icon is fixed in size to not overflow the actions menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51576 from nextcloud/release/30.0.8v30.0.8Arthur Schiwon3 days1-2/+2
|\ \ | | | | | | 30.0.8
| * | build(hub): 30.0.8release/30.0.8Arthur Schiwon3 days1-2/+2
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot3 days118-340/+340
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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 Thiessen9 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>