Skip to content

feature/bug-fixes#1

Open
MWest2020 wants to merge 11 commits into
developmentfrom
feature/bug-fixes
Open

feature/bug-fixes#1
MWest2020 wants to merge 11 commits into
developmentfrom
feature/bug-fixes

Conversation

@MWest2020

Copy link
Copy Markdown
Member

Heropend na de migratie van Codeberg naar GitHub (2026-07-14).
Origineel, met review-historie: https://codeberg.org/Conduction/launchpad/pulls/141

routeName: 'core.Preview.getPreviewByFileId',
arguments: [
'fileId' => $node->getId(),
'x' => 256,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Minor — Preview thumbnail size increased 16× in area

Old path requested 64×64; new path requests 256×256 with a=1 (aspect-preserved). Nextcloud will serve the nearest cached size, but on cold cache this triples per-file preview generation cost. If the files widget renders many rows simultaneously, dashboard load will trigger a burst of preview jobs. Worth confirming the frontend <img> display size is constrained (so the browser downscales cleanly) and that pagination/virtualisation is in place before this lands on large deployments.

@WilcoLouwerse WilcoLouwerse left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVE — reviewed the 6 new commits since the Codeberg migration (pre-reviewed commits skipped as instructed). The ManifestController DoesNotExistException catch, widgetBridge / registerDashboardWidgets side-effect imports, FilesWidgetService preview-URL emit, and the OSM tile CSP addition all check out on inspection.

One 🟢 minor heads-up on the preview thumbnail size bump: #1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants