libresign/lib/Controller
Vitor Mattos 75766e27fd
feat: add email notification preferences to account search
Include acceptsEmailNotifications field in search results for account
method signers. This field indicates whether a user accepts email
notifications based on both Activity admin settings and user
preferences. Returns false when user has no email, Activity app is
unavailable, or notifications are disabled at admin or user level.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-16 19:12:58 -03:00
..
AccountController.php refactor: migrate services to use IdDocs instead of AccountFile 2025-12-02 13:56:34 -03:00
AdminController.php refactor: move SignatureFlow enum to dedicated Enum directory 2025-12-11 11:45:53 -03:00
AEnvironmentAwareController.php chore: Add SPDX header 2024-05-14 12:32:04 -03:00
AEnvironmentPageAwareController.php chore: Add SPDX header 2024-05-14 12:32:04 -03:00
CertificatePolicyController.php chore: implement Rector 2025-05-21 11:06:17 -03:00
CrlApiController.php fix: use enum 2025-11-27 16:42:23 -03:00
CrlController.php chore: add more data to URL of CRL file 2025-11-10 09:43:57 -03:00
DevelopController.php fix: update PDF path in DevelopController 2025-12-15 16:02:35 -03:00
FileController.php fix: add status and created_at fields to file upload response 2025-12-11 09:33:18 -03:00
FileElementController.php chore: update documentation 2025-05-12 22:25:32 -03:00
IdDocsController.php feat(id-docs): Add sortBy and sortOrder parameters to API endpoint 2025-12-03 08:52:11 -03:00
IdentifyAccountController.php feat: add email notification preferences to account search 2025-12-16 19:12:58 -03:00
ISignatureUuid.php chore: Add SPDX header 2024-05-14 12:32:04 -03:00
LibresignTrait.php chore: rename method to be more specific 2025-06-03 18:39:38 -03:00
NotifyController.php chore: update documentation 2025-05-19 22:58:43 -03:00
PageController.php refactor: move SignatureFlow enum to dedicated Enum directory 2025-12-11 11:45:53 -03:00
RequestSignatureController.php feat: add signatureFlow parameter to request-signature endpoint 2025-12-12 17:00:53 -03:00
SettingController.php chore: converted method to have Factor at name 2025-04-11 10:42:55 -03:00
SignatureElementsController.php refactor: update File entity and controllers for IdDocs 2025-12-02 13:56:45 -03:00
SignFileController.php fix: handle null user in getIdentificationDocumentsStatus call 2025-12-02 14:10:24 -03:00