b2bfc11713
change the y-offset of ANNOTATION_TYPE_IMAGE
2025-09-16 16:54:44 +02:00
eb353ab772
chore(Web): bump to 3.2.3
2025-09-15 15:51:10 +02:00
df66060de3
bump to 3.2.2
2025-09-11 09:29:34 +02:00
0a9e1dccb9
refactor(Interfaces): move Interfaces to Common
2025-09-10 16:42:52 +02:00
95b54fa1f1
feat(JsonExtensions): create to be able to make fluent Json serilization
2025-09-10 15:55:56 +02:00
e990a466aa
refactor(AnnotationHandler): update to use System.Text.Json.JsonSerializer
2025-09-10 15:38:05 +02:00
a9dda12bf9
chore(Web): bump to 3.2.1
2025-09-10 14:08:27 +02:00
f940caad1c
chore(Web): bump to 3.2.0
2025-09-10 13:42:08 +02:00
5bb3341f43
refactor(JsonSerializerSettings): set Ignore ReferenceLoopHandling
2025-09-09 20:39:21 +02:00
7568274c77
refactor(ReceiverSecretDto): remove
2025-09-09 20:32:35 +02:00
c59b179a8f
merge with EnvelopeReceiverBasicDto
2025-09-09 20:05:34 +02:00
c76a772768
fix references
2025-09-09 19:23:04 +02:00
e8f2c868b1
refactor(EnvelopeHistory): rename as History
2025-09-09 18:58:58 +02:00
ae669d05e7
refactor(EnvelopeDocument): rename as Document
2025-09-09 18:56:55 +02:00
fbbc05814f
refactor(DocumentReceiverElementDto): rename as SignatureDto
2025-09-09 18:56:18 +02:00
ec57906290
refactor(EnvelopeDocumentDto): rename as DocumentDto
2025-09-09 18:52:58 +02:00
fbfc20705d
refactor(Extensions): move to common
2025-09-09 18:26:06 +02:00
895eb8977e
refactor(Notifications): move to Common
2025-09-09 18:24:42 +02:00
390cbf9db5
refactor(Dto): move to common
2025-09-09 18:18:47 +02:00
207bc8bcbd
convert csrfToken to get method
2025-09-09 18:11:14 +02:00
1ac2a476d2
refactor(DocumentReceiverElementDto): remove Top and Left-properties
2025-09-09 16:55:34 +02:00
Developer 02
41f5d9f1e4
refactor: make CreateShowEnvelopeView and SignInEnvelopeAsync generic method
2025-09-09 14:08:20 +02:00
ed7068fe71
refactor(ReceiverReadDto): rename as ReceiverDto
2025-09-08 17:19:38 +02:00
876c5def56
fix(Extensions): update to add suffix
2025-09-08 16:53:44 +02:00
b43399ad01
fix(EGDbContext): add Envelope-property to Envelope-History relation definition on model builder
2025-09-08 16:16:22 +02:00
beada59593
refactor(HomeController): update EnvelopeLocked to use _mediator
2025-09-08 12:58:29 +02:00
b78aff102a
remove then-calback method implementation on EnvelopeLocked-endpoint.
2025-09-08 11:55:08 +02:00
67f068ef38
refactor(Envelope): rename Receivers property as EnvelopeReceivers
2025-09-08 11:48:54 +02:00
122df4bd62
chore: remove DevExpress.Data.v21.2 and GdPicture.NET.14
2025-09-08 11:32:53 +02:00
741ebc8975
minify js
2025-09-05 15:01:29 +02:00
ada76d5030
refactor(HomeController): add SetLanguage and GetLanguages endpoints
2025-09-05 14:42:04 +02:00
845d06fc4c
refactor(HomeController): add HttpGet-attribute to Error404 (fallback) endpoint
2025-09-05 14:32:22 +02:00
e48a86e21c
feat: add EnvelopeKeyRedirController to redirect /EnvelopeKey/{*path} to /Envelope/{*path}
2025-09-04 23:44:01 +02:00
1e6c9ed40e
refactor(HomeController): ranme EnvelopeKey route as Envelope
2025-09-04 23:38:11 +02:00
1d605e9da3
fix(EnvelopeController): remove envelopeKey route parameter
2025-09-04 23:17:24 +02:00
77070a8cfc
convert csrfToken constan variable
2025-09-04 23:07:32 +02:00
c479ea4179
remove README.md from static files
2025-09-04 19:10:31 +02:00
369d101d7b
refactor(network): Netzwerkklasse entfernen und Methoden statisch machen.
...
- Unnötige Funktionen entfernen.
2025-09-04 19:09:21 +02:00
86eb687296
remove npm components of bootstrap-icons
2025-09-04 19:01:41 +02:00
aa8f46a303
remove old envelope srrvice dependencies
2025-09-04 18:56:02 +02:00
2c825d2fe3
update post Envelope to handle without object
2025-09-04 18:45:00 +02:00
1e1517f88a
refactor(EnvelopeController): remove EnvelopeOldService
2025-09-04 18:01:01 +02:00
f20243d02c
update to configure email out
2025-09-03 18:39:33 +02:00
bb85437cc4
arrange folder structure of notification
2025-09-03 16:57:25 +02:00
fb5d2110bd
add DocSignedNotificationStatusHandler and implement the natification into EnveloepControler
2025-09-03 16:24:51 +02:00
6ab85f25eb
refactor(SignDocBehavior): add to handle the events after document status updateted
2025-09-03 12:49:16 +02:00
fa46dd1fa8
feat(Format): create to centrilize the formats.
...
- Add json serializer settings for diagnostics and implement to DocumentController
2025-09-03 11:06:47 +02:00
e623680c3f
refactor(DocumentController): migrate from legacy service to MediatR pattern
...
- Replace obsolete DocumentController implementation using EnvelopeOldService and direct dependencies
- Migrate to MediatR-based query handling via ReadEnvelopeReceiverAsync
- Remove obsolete constructors and actions marked for deprecation
- Add proper error handling with NotFoundException for missing envelope or document data
- Improve logging with structured JSON output for diagnostics
- Update base class from BaseController to ControllerBase and add ApiController attribute
- Rename action to GetDocument and apply explicit HttpGet routing
- Use IMediator for clean separation of concerns and alignment with CQRS pattern
2025-09-03 10:51:34 +02:00
6a34b65825
rename as ToEnvelopeKey
2025-09-01 15:43:13 +02:00
7a84726a3b
Refactor constant imports and enhance safety checks
...
Updated constant imports from static to regular usage across multiple controllers.
Improved null safety in `DebugEnvelopes.cshtml` by ensuring the `Receivers` property is not null before access.
Modified authorization attribute in `DocumentController.cs` to directly reference `Domain.Constants.ReceiverRole.FullyAuth`.
2025-09-01 11:31:39 +02:00