tekh tekh
  • Joined on 2024-01-19
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-13 17:15:21 +02:00
ecc7552951 refactor: move CreateAnnotationCommand extension to separate static class
d10f19d92a refactor(annotation): add lazy JSON deserialization for PSPDFKitInstantJSON
5e53f2b691 refactor(CreateAnnotationCommand): update to return IEnumerable<Signature> as result
f56928f44f feat(CreateAnnotationCommand): implement CreateAnnotationCommand and handler logic
faa37e0dcd add CreateAnnotationCommandHandler without implementation
Compare 11 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-10-13 13:49:03 +02:00
3b825d4ea3 refactor(Abstraction.Repository): removed
a06adfdcdf chore: bump Abstraction.Application to v1.3.6 and Infrastructure to v2.4.4
00e5f6c0e9 refactor(Repository): add Query getter metod to Repository calss and interface to be able to create read-only query without expression
Compare 3 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-10 15:01:25 +02:00
79c26eb5b5 refactor(PDFBurner): replace fieldName with egName and simplify form field handling
tekh created branch feat/annotation-structural-storage in AppStd/EnvelopeGenerator 2025-10-10 15:01:24 +02:00
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-09 19:07:03 +02:00
1f745ae79c refactor(pdfburner): simplify form field handling and improve default field naming
ce7ca39c39 add isLabel property
7b6f916486 refactor(PDFBurner): rename Annotation.internalType to fieldName for clarity
Compare 3 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-09 11:26:10 +02:00
57422a481c feat(PDFBurner): support unstructured annotations and simplify processing
e96523b786 update to use IRepository<T>
3b7d0e1321 refactor(RemoveSignatureNotification): create with handlers to remove signatures of a document
9adc1ea4e7 refactor(annotation): remove unnecessary loop
Compare 4 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-08 00:47:33 +02:00
510f5e9ddd fix: update to set to hold the value of id in a varable to be able to use form fields
44b204ca68 add structred id to image annotations
b72ac68daf refactor(annotations.js): move generateId method to outsite of createAnnotations method
7d85d59ace add hasStructuredID property isntead of throwing exception and filter it
4fad41bd0b update to use # as seperator instead of _
Compare 9 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-07 09:41:35 +02:00
3f116ce11a refactor(annotation): generate deterministic annotation IDs based on envelopeId, receiverId, and element index
41738bb36c refactor(annotation): add envelope id and receiver id input parameters
320b2ecc77 refactor(AnnotationData): add SignatureAnnotations-getter method to split signatures
b02cc3d7a4 refactor(PDFBurner): convert to Sub
14f2d9b6af refactor(PDFBurner): remove sigAnnotType parameter from AddInstantJSONAnnotationToPDF method
Compare 6 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-02 11:18:39 +02:00
42870b973d refactor(frmFinalizePDF): configure Factory.Shared
33041a8b96 update to add triggers as dictionary
79db05be26 update to use Factory.Shared
f24a218d12 refactor(FinalizeDocumentJob): add EnvelopeGeneratorInfrastructure-Services
44a9971cf8 refactor(DependencyInjection.Config): add AddSQLExecutor method
Compare 13 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-10-01 15:39:33 +02:00
1e35692a02 bump to 1.3.5
a6048238d4 refactor(IFactory): add Repository getter method
8708f54996 chore(Abstraction.Application): bump to 1.3.4
568f5990b2 refactor: replace Static service accessor with Factory implementation
Compare 4 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-10-01 09:41:05 +02:00
04b3d630fe update to ignore appsettings.migration.json
d39a3d283d bump to 3.4.1
7cae9a5291 feat(pdf): add overload for Page to apply design across all pages
6f31d7b1d0 refactor(pdf): optimize background rendering with single concat per page
06431028cb refactor(EnvelopeLocked): add if smsExpiration-statetment to timer script
Compare 5 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-09-30 21:27:56 +02:00
b8751379c5 Bump version numbers for core projects
a38447a36f Refactor for .NET framework compatibility
Compare 2 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-09-30 20:03:15 +02:00
fde0398c89 Bump version to 2.4.2 in project file
ebf79309d1 Refactor Static class to be generic
5a3cbe8ecf Improve exception message in Static.cs
d5a8619b4d Add repository access methods to Static class
7689005a14 Add conditional compilation for framework-specific code
Compare 17 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-29 11:23:16 +02:00
eafcd79749 create appsettings.Logging
78473a45f1 move TFARegParams to appsettings.Security
5c10636e37 refactor(appsettings.GSM): create and move GtxMessagingParams
91c8043a23 refactor: move TFARegParams to appsettings.UI
5e77b300d6 fix: add PSPDFKitLicenseKey
Compare 12 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-29 09:23:31 +02:00
7e1ef838d7 chore(Web): bump to 3.4
16657f6a31 refactor(Pdf): Add Background-method to place a background behind the signatures.
Compare 2 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-19 15:31:11 +02:00
4fcef41fc0 minimize return statement
9a2959b307 remvoe createElementFromHTML
d51c7ac5ae convert to function
925187e294 remove UI class to simplify
80c6b5bc64 update signatureCount to init in constructor
Compare 9 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-19 13:58:51 +02:00
877c88d52b refactor: replace repeated GET+JSON parsing with reusable getJson helper
9c730e8f42 refactor(api-service): rename as envelope-api
7a1c669fb0 move getAnnotationParams to api-service
62411b4d2b move logout-method to api-service
f04fcde7b9 move setLanguage to api-service
Compare 6 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-19 13:17:05 +02:00
ceff62cb64 refactor: unify and simplify request helper methods
f1f4c6eaef create envelope region
f8297808ec create request helper methods region
0fc6fd650c refactor(postAnnotation): rename as signEnvelope
13af2ae3e1 refactor: move postAnnotations to ap-service
Compare 14 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-18 20:52:03 +02:00
a8a73724e6 refactor(EnvelopeController): add logic to check the claims with role
8059e0aae4 remove old routes
4c5116695b remove envelope receiver id input
ffa31fbebc change LogInEnvelope route
e536e523b8 fix(EnvelopeController): rename CreateEnvelopeLockedView as EnvelopeLocked
Compare 15 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-09-17 17:49:12 +02:00
6327fef2e0 chore(Web): bump to 3.3.0
d0bfe795d7 refactor(HomeController): Ändern Sie den Routenparameter „EnvelopeReceiverReadOnly” von einem String-Schlüssel zu einer langen ID
10b1de4cf0 remove envelopeRejected-endpoint
cf3535b4de refactor(HomeController): remove envelopeSigned endpoint
Compare 4 commits »