libresign/lib
Vitor Mattos 8af983763d
feat: include status and statusText in signer responses
Add status and statusText fields to all signer data returned by
FileService. This includes:
- Signers from LibreSign metadata (loadLibreSignSigners)
- Signers from PDF certificate data (loadSignersFromCertData)
- Signers in file listings (associateAllAndFormat)

The status field contains the numeric code (0=Draft, 1=Pending, 2=Signed)
and statusText contains the localized label.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-11 14:34:36 -03:00
..
Activity fix: psalm issues about override 2025-10-07 18:23:41 -03:00
AppInfo fix: psalm issues about override 2025-10-07 18:23:41 -03:00
BackgroundJob feat(crl): revoke certificates when user account is deleted 2025-11-27 16:00:48 -03:00
Collaboration/Collaborators fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Command fix: use enum 2025-11-27 16:42:23 -03:00
Controller refactor: move SignatureFlow enum to dedicated Enum directory 2025-12-11 11:45:53 -03:00
DataObjects chore: make possible to don't have an image as signature 2025-04-11 10:42:55 -03:00
Dav refactor(dav): add libresign- prefix to DAV property names 2025-12-03 01:01:31 -03:00
Db feat: add getTextOfSignerStatus method to SignRequestMapper 2025-12-11 14:34:13 -03:00
Enum feat: add getLabel method to SignRequestStatus enum 2025-12-11 14:28:17 -03:00
Events chore: cover with tests and improve make class to be testable 2025-08-02 20:03:06 -03:00
Exception fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Files refactor: move SignatureFlow enum to dedicated Enum directory 2025-12-11 11:45:53 -03:00
Handler Merge pull request #6054 from LibreSign/feat/disable-identify-methods-none-engine 2025-12-09 13:03:10 -03:00
Helper refactor: move SignRequestStatus enum to dedicated Enum directory 2025-12-11 11:42:11 -03:00
Listener fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Middleware fix: psalm issues about override 2025-10-07 18:23:41 -03:00
Migration fix: Update migration to properly set SignRequest status 2025-12-10 19:07:55 -03:00
Notification fix: prevent warning when send notifications 2025-10-21 11:54:19 -03:00
Service feat: include status and statusText in signer responses 2025-12-11 14:34:36 -03:00
Settings refactor: move SignatureFlow enum to dedicated Enum directory 2025-12-11 11:45:53 -03:00
Capabilities.php fix: psalm issues about override 2025-10-07 18:23:41 -03:00
ResponseDefinitions.php feat: add status and statusText to LibresignSigner type 2025-12-11 14:34:26 -03:00