-
-
Notifications
You must be signed in to change notification settings - Fork 95
feat: sign usign twofactor_gateway #5459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vitormattos
wants to merge
48
commits into
main
Choose a base branch
from
feat/sign-using-twofactor_gateway
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
0b14fe3
to
63f7d9c
Compare
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Solve #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
At context of LibreSign search, the field shareType need to be the sign method. Signed-off-by: Vitor Mattos <[email protected]>
only is valid if the result have a method and the method is not empty Signed-off-by: Vitor Mattos <[email protected]>
fix #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
fix #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
fix #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
fix: #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
fix: #5459 (comment) Signed-off-by: Vitor Mattos <[email protected]>
Signed-off-by: Vitor Mattos <[email protected]>
AntDavidLima
requested changes
Sep 23, 2025
* Send a file | ||
* | ||
* Send a new file to Nextcloud and return the fileId to request to sign usign fileId | ||
* Send a new file to Nextcloud and return the fileId to request to signature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
* Send a new file to Nextcloud and return the fileId to request to signature | |
* Send a new file to Nextcloud and return the fileId to request signature |
} | ||
|
||
private function formatForNcSelect(array $list): array { | ||
$return = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$return doesn't sound very descriptive, maybe $formattedList would be better.
Any97Cris
approved these changes
Sep 23, 2025
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.
Objective
Allow requesting a document signature by adding a WhatsApp number (or another configured gateway) and sending the signing link directly to this number.
How to test
Administration settings
Only the gateways configured in the Twofactor Gateway app will be visible.
Sign request flow
👉 Don’t worry about the number of tabs, in most scenarios there will be no more than three. For demonstration purposes, all available methods were enabled to show compatibility with multiple signature request options.
To-do