aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): do not show extension warning for folders renamingfix/files-rename-folderskjnldsv2025-02-192-4/+67
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #50896 from nextcloud/bugfix/noid/keep-job-class-limitationChristoph Wurst2025-02-191-1/+1
|\ | | | | fix(cron): Keep job class limitation when searching for the next job
| * fix(cron): Keep job class limitation when searching for the next jobbugfix/noid/keep-job-class-limitationJoas Schilling2025-02-191-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1940-38/+216
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50820 from nextcloud/fix/public-share-expirationPytal2025-02-189-9/+14
|\ | | | | fix(files_sharing): Fix public share expiration being set when toggle is not enabled
| * chore(assets): Recompile assetsfix/public-share-expirationnextcloud-command2025-02-188-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files_sharing): Fix public share expiration being set when toggle is not ↵Christopher Ng2025-02-181-2/+7
|/ | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #50779 from nextcloud/chore/mailer-testsFerdinand Thiessen2025-02-182-11/+25
|\ | | | | test(Mailer): Align tests for mailer with stable30
| * test(Mailer): Align tests for mailer with stable30chore/mailer-testsJosh2025-02-122-11/+25
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50814 from nextcloud/fix/tagsFerdinand Thiessen2025-02-186-20/+30
|\ \ | | | | | | fix(systemtags): do not hide if no tags
| * | chore(assets): Recompile assetsnextcloud-command2025-02-182-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(systemtags): do not hide if no tagsskjnldsv2025-02-181-1/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files): attach sidebar to main content for vue debugskjnldsv2025-02-183-16/+27
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #50873 from nextcloud/fix/download-permsFerdinand Thiessen2025-02-182-0/+34
|\ \ | | | | | | fix(files_sharing): block downloading if needed
| * | fix(files_sharing): block downloading if neededfix/download-permsFerdinand Thiessen2025-02-182-0/+34
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #50864 from nextcloud/fix/fix-psalm-taint-errors-2Joas Schilling2025-02-188-80/+65
|\ \ \ | | | | | | | | fix: Fix psalm taint false-positives by small refactorings
| * | | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2Côme Chilliet2025-02-178-80/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly make it clear that we trust admin input or that we correctly escape strings. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #50807 from nextcloud/fix/redirect-openfile-paramJohn Molakvoæ2025-02-188-56/+210
|\ \ \ \ | |_|/ / |/| | | fix(files): properly forward open params from short urls
| * | | chore: compile assetsfix/redirect-openfile-paramskjnldsv2025-02-182-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): properly show file not found errorskjnldsv2025-02-182-4/+55
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): properly forward open params from short urlsskjnldsv2025-02-184-49/+152
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1854-298/+1412
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50800 from nextcloud/fix/fix-psalm-taint-errorsFerdinand Thiessen2025-02-1712-118/+87
|\ \ | | | | | | fix: Fix psalm taint errors
| * | chore: Add missing star in phpdoc commentfix/fix-psalm-taint-errorsCôme Chilliet2025-02-171-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix false-positive psalm taint errors when outputting plain textCôme Chilliet2025-02-172-10/+10
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix psalm taint false-positive by escaping trusted inputCôme Chilliet2025-02-172-19/+11
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Correctly tag json encoding in BaseResponse to fix false-positiveCôme Chilliet2025-02-172-9/+9
| | | | | | | | | | | | | | | | | | …in psalm taint analysis Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Move config.php taint trust upstream directly in OC\Config classCôme Chilliet2025-02-173-55/+23
| | | | | | | | | | | | | | | | | | This solves some false-positive psalm taint errors Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Work around false-positive psalm taint error calling print_r in admin_auditCôme Chilliet2025-02-172-10/+2
| | | | | | | | | | | | | | | | | | | | | Same issue as var_export, print_r is listed as sink but it’s not when using return:true. Anyway, using the logger context feature is better. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Work around psalm taint false-positive by not using var_exportCôme Chilliet2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | var_export is listed as a taint sink because it may output stuff depending on the parameters. It was not the case here, but we can simply json_encode the result by passing it as context to the logger method rather than using var_export. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet2025-02-173-10/+6
| | | | | | | | | | | | | | | | | | | | | Especially with JSON_HEX_TAG it’s perfectly fine to echo JSON, and we only use it in JSON output anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix psalm taint error in L10N factoryCôme Chilliet2025-02-171-3/+24
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #50860 from ↵Kate2025-02-172-5/+5
|\ \ \ | |/ / |/| | | | | nextcloud/bugfix/noid/fix-activity-parameter-types
| * | fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-typesJoas Schilling2025-02-172-5/+5
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #49872 from solonovamax/masterStephan Orbaugh2025-02-171-8/+32
|\ \ | | | | | | Update & Expand Meta Tags
| * | feat(files_sharing): Add opengraph meta tags for multimedia, change ↵solonovamax2025-02-171-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opengraph type to website - Adds the following opengraph tags - images: - `og:image:type`: the mimetype of the image file - audio: - `og:audio`: a direct link to the audio file - `og:audio:type`: the mimetype of the audio file - video: - `og:video`: a direct link to the video file - `og:video:type`: the mimetype of the video file - Changes th `og:type` meta tag from `object` (which is not valid) to `website` Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
| * | feat(files_sharing): Add twitter meta tagssolonovamax2025-02-171-6/+18
|/ / | | | | | | | | | | | | | | | | | | | | | | Adds the following twitter meta tags - `twitter:card`: `summary_large_image` if the shared file is an image & it has a preview, otherwise `summary` - `twitter:title`: same as `og:title` - `twitter:description`: same as `og:description` - `twitter:image`: same as `og:image` Fixes nextcloud/server#49871 Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* | Merge pull request #50798 from nextcloud/fix/login-error-stateFerdinand Thiessen2025-02-173-3/+8
|\ \ | | | | | | fix(login): only show error state on login box if user interacted
| * | chore: Compile assetsfix/login-error-stateFerdinand Thiessen2025-02-172-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(login): only show error state on login box if user interactedFerdinand Thiessen2025-02-171-0/+5
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #50816 from nextcloud/fix/noid/transfer-ownership-selectJulien Veyssier2025-02-173-17/+9
|\ \ \ | | | | | | | | fix(transferownership): Allow searching new owner by email
| * | | chore(assets): Recompile assetsnextcloud-command2025-02-172-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(transferownership): allow searching by email, display ↵Julien Veyssier2025-02-171-14/+6
|/ / / | | | | | | | | | | | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #50791 from nextcloud/perf/remove-filecache-indexKate2025-02-174-5/+40
|\ \ \ | |/ / |/| | chore(filecache): remove index fs_id_storage_size
| * | chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues2025-02-134-5/+40
| | | | | | | | | | | | | | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-176-0/+170
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1616-10/+332
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50809 from nextcloud/fixPhp83DeprecationGit'Fellow2025-02-151-8/+4
|\ \ \ | | | | | | | | fix(repair): PHP8.3 deprecation warning
| * | | fix(repair): PHP8.3 deprecation warningfixPhp83DeprecationGit'Fellow2025-02-141-8/+4
| | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1528-24/+338
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>