aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from Transifexautomated/noid/stable30-fix-npm-auditNextcloud bot28 hours30-10/+266
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51510 from nextcloud/backport/51477/stable30Andy Scherzinger35 hours4-3/+41
|\ | | | | [stable30] fix(profile): allow to unset phone number
| * chore(assets): Recompile assetsnextcloud-command36 hours2-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(profile): allow to reset phone numberFerdinand Thiessen36 hours2-0/+38
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51325 from nextcloud/backport/51216/stable30Sebastian Krupinski39 hours1-5/+2
|\ | | | | [stable30] fix: remote account activity translation
| * fix:remote account activity translationbackport/51216/stable30SebastianKrupinski40 hours1-5/+2
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #51467 from nextcloud/backport/51441/stable30Sebastian Krupinski40 hours1-2/+2
|\ | | | | [stable30] fix(CalDav): alter invitation attachment filename and type
| * fix(CalDav): alter invitation attachment filename and typebackport/51441/stable30SebastianKrupinski2 days1-2/+2
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2 days16-0/+70
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot3 days22-104/+542
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51570 from nextcloud/backport/49761/stable30Git'Fellow4 days1-7/+17
|\ | | | | [stable30] fix: skip transfering shares that we can't find
| * fix: skip transfering shares that we can't findbackport/49761/stable30Robin Appelman4 days1-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 Thiessen4 days1-2/+7
|\ \ | | | | | | [stable30] fix: log which file cannot be opened
| * | fix: log which file cannot be openedbackport/48793/stable30Robin Appelman5 days1-2/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot4 days92-278/+912
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51473 from nextcloud/backport/51469/stable30Andy Scherzinger4 days7-56/+94
|\ \ \ | |/ / |/| | [stable30] fix(files_sharing): ensure share status action works also in grid view
| * | chore(assets): Recompile assetsbackport/51469/stable30nextcloud-command4 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 Thiessen4 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 Schiwon5 days1-2/+2
|\ \ | | | | | | 30.0.8
| * | build(hub): 30.0.8release/30.0.8Arthur Schiwon5 days1-2/+2
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot5 days118-340/+340
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51551 from nextcloud/release/30.0.8_rc1v30.0.8rc1Benjamin Gaussorgues6 days1-2/+2
|\ | | | | 30.0.8 RC1
| * build(hub): 30.0.8 RC1release/30.0.8_rc1Benjamin Gaussorgues6 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51548 from nextcloud/backport/51544/stable30Benjamin Gaussorgues6 days1-0/+5
|\ \ | |/ |/| [stable30] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable30Joas Schilling6 days1-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #51274 from nextcloud/backport/51148/stable30Andy Scherzinger6 days12-191/+334
|\ | | | | [stable30] fix(files): also show file list headers on empty views
| * chore: compile assetsbackport/51148/stable30Ferdinand Thiessen6 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 Thiessen6 days3-173/+206
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): also show file list headers on empty viewsFerdinand Thiessen6 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'Fellow6 days1-8/+8
|\ \ | | | | | | [stable30] fix(files): Make sure file pointer exists
| * | fix(files): Make sure file pointer existsbackport/51333/stable30Git'Fellow6 days1-8/+8
| |/ | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot6 days30-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51370 from nextcloud/backport/51361/stable30Joas Schilling6 days1-28/+31
|\ \ | |/ |/| [stable30] fix(base.php): Correct order for booting \OC\Server
| * fix(base.php): Correct order for booting \OC\Serverbackport/51361/stable30Joas Schilling14 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 Schilling7 days1-0/+0
|\ \ | | | | | | [stable30] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-30Joas Schilling7 days1-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51303 from nextcloud/backport/51302/stable30Louis7 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 bot7 days40-6/+268
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot8 days22-0/+120
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot9 days54-150/+1378
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot10 days138-3642/+3808
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51436 from nextcloud/backport/51434/stable30Ferdinand Thiessen10 days3-3/+3
|\ \ \ | | | | | | | | [stable30] fix(mime-types): adjust compiled mime types and sign
| * | | fix(mime-types): adjust compiled mime types and signbackport/51434/stable30Ferdinand Thiessen12 days3-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51461 from nextcloud/release/30.0.7v30.0.7Arthur Schiwon11 days1-2/+2
|\ \ \ \ | | | | | | | | | | 30.0.7
| * | | | build(hub): 30.0.7release/30.0.7Arthur Schiwon11 days1-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot11 days114-256/+356
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51429 from nextcloud/release/30.0.7_rc2v30.0.7rc2Arthur Schiwon12 days1-2/+2
|\ \ \ | | | | | | | | 30.0.7 RC2
| * | | build(hub): 30.0.7 RC2release/30.0.7_rc2Arthur Schiwon12 days1-2/+2
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #51416 from nextcloud/backport/51384/stable30John Molakvoæ12 days1-1/+5
|\ \ \ | | | | | | | | [stable30] fix(lookup-server): Only flag new users for lookup update / delete