[19.0][ADD] dms_libreoffice_preview: server-side LibreOffice→PDF office preview - #484
Closed
dnplkndll wants to merge 2 commits into
Closed
[19.0][ADD] dms_libreoffice_preview: server-side LibreOffice→PDF office preview#484dnplkndll wants to merge 2 commits into
dnplkndll wants to merge 2 commits into
Conversation
dnplkndll
force-pushed
the
19.0-add-dms_libreoffice_preview
branch
2 times, most recently
from
June 19, 2026 21:26
b46c7b3 to
faf9c3e
Compare
dnplkndll
marked this pull request as ready for review
June 19, 2026 21:32
…or office files Assisted-by: Claude Opus 5
…PR branch Assisted-by: Claude Opus 5
dnplkndll
force-pushed
the
19.0-add-dms_libreoffice_preview
branch
from
September 7, 2026 21:42
faf9c3e to
5124423
Compare
Member
|
This is covered in a more generic way in OCA/mail#258 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds in-browser preview of office files (doc/docx/odt/xls/xlsx/ods/ppt/pptx/odp/rtf) in DMS by registering an office-mimetype handler (score 10) into the dms_preview_pane preview registry: the server converts the file to PDF via LibreOffice (cached as an ir.attachment, keyed on the content checksum, 60s soffice cap). Leaves score 20 free for a future dms_onlyoffice.
Depends on #483 (dms_preview_pane), pinned in
test-requirements.txtuntil it lands — theDetect unreleased dependenciesred is that pin. Thedmspin is gone now that #475 has merged, and the branch is rebased on19.0.Requires the libreoffice deb (
external_dependencies). The conversion tests skip themselves whensofficeis absent, which it is on the OCA runners; they were run locally against a real LibreOffice to confirm they pass rather than merely skip.AI-assisted (Claude Code); every change reviewed, tested, and owned by the author.