[stable33] fix: 7171 signing after 12.3.0#7175
Merged
vitormattos merged 7 commits intostable33from Mar 6, 2026
Merged
Conversation
Use mimetype fallback for PDF detection and id fallback for envelope file mapping, restoring Files menu compatibility on environments where node shape differs. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Handle fileid/id and mime/mimetype variants so inline status and action availability remain correct across Nextcloud node representations. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Guard credential deletion when userId is missing to prevent TypeError after malformed queued jobs with null arguments. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Add regressions for single-file mimetype handling and batch envelope mapping from node id when fileid is absent. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Cover status action behavior when node payload exposes id and mimetype fields instead of legacy fileid and mime. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…eletion Add regression tests for SignFileJob and SignSingleFileJob empty argument flows to assert safe cleanup behavior. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Add a Playwright scenario that uploads a PDF in Files, opens the context menu with right click, triggers Open in LibreSign, and verifies the LibreSign sidebar opens for the uploaded file. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
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.
Backport of PR #7174