tekh tekh
  • Joined on 2024-01-19
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-03 08:44:44 +01:00
22b494a262 refactor(di): unify Application and Infrastructure DI registrations under a central method
209785dda5 refactor(DependencyInjection): created to handle DependencyInjection
44ea893f05 move memory-cache injection to Application-layer
b4aa7984aa chore(Application): Update your packages with vulnerabilities
7c5a505ad1 add serilog
Compare 5 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-10-31 10:14:03 +01:00
bd6d57e1e8 feat: integrate EnvelopeGenerator infrastructure, DB context, and services
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-10-30 16:31:35 +01:00
8403ce2c6a init EnvelopeGenerator.Finalizer
tekh created branch feat/finalizer-service in AppStd/EnvelopeGenerator 2025-10-30 16:31:33 +01:00
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-30 15:07:56 +01:00
c3deaae63b refactor(Service): add UserConfig
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-29 17:42:43 +01:00
bb0197e6ba refactor: wrap repository access in a DI scope in PDFBurner
ec2935b524 refactor: update EnvelopeGenerator factory initialization with PostBuildBehavior
4fd7982cba refactor: update EnvelopeGenerator infrastructure service initialization
ddcf5edc00 update DigitalData.Core.Abstractions
74d207caa3 refactor(EnvelopeGenerator.Service): update Microsoft.Extensions.Logging.Abstractions to 7.0.0
Compare 5 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-10-29 16:25:44 +01:00
5567f6731b chore(Core.Abstractions): bump to 4.3.0
fc297d92fa feat(factory): add IServiceScopeFactory property to Factory class
50a056d110 feat(Factory): add PostBuildBehavior to control post-build modification behavior in Factory
Compare 3 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-28 17:13:36 +01:00
a367c12551 chore(Web): bump to 3.5
35a328f8dc feat(pdfburner): adjust background rendering in BurnElementAnnotsToPDF
d259a15b4b refactor: add DigitalData.Core.Abstractions.Interfaces import and make Background method width/height configurable
23e0e5ddbe fix(pdfburner): correct annotation X-coordinate handling in BurnElementAnnotsToPDF
0bb85c28c1 fix: adjust annotation position calculation in PDFBurner
Compare 19 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-28 09:10:20 +01:00
8ad7c37261 refactor(PdfBurner): update BurnAnnotsToPDF to add form field
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-28 08:40:02 +01:00
ef28bbaaf1 refactor(pdf-burner): replace annotation type constants with AnnotationType class
258de6244c refactor(pdf-burner): organize code with regions for better readability
a845b85a5c refactor(PDFBurner): separate element annotation burning into dedicated method and simplify BurnAnnotsToPDF logic
02a7b706cf refactor(PDFBurner): extract instant JSON annotation burning logic into separate method
7912469709 refactor(pdf): add output stream disposal management to Pdf class
Compare 13 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-10-23 10:34:16 +02:00
d87f36898b chore(Abstraction.Application): bump to 1.4.0
62e43024a6 chore(Abstractions): bump to 4.2.0
daa3f4d5be feat: add IServiceProvider extension to resolve IRepository<TEntity>
10ff9b9745 refactor(Factory): rename Instance as Shared
ea2340974a refactor(FactoryTests): created unit tests for Factory
Compare 9 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-10-23 09:01:17 +02:00
f2808d090f refactor(Infrastructure): bump to 2.4.5
0084e6f758 refactor(Abstraction.Application): bump to 1.3.7
90ce4e487c refactor: remove IRepository and DbRepository
1febae72c2 refactor(DbRepositoryFactory): remvoed
Compare 4 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-22 18:35:10 +02:00
0107602a84 upg Abstraction.Application and Application projects
02ecd88758 feat(TestAnnotationController): include receiver signature in RemoveSignatureNotification
17c7e46388 fix(AnnotationController): use PublishSafely for docSignedNotification
f3af30c67d feat(DocSignedNotificationExtensions): add PublishSafely extension for DocSignedNotification
90e10d3d04 refactor(RemoveSignatureNotification): update handlers to throw exception if there is no filter
Compare 6 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-22 11:00:57 +02:00
1edcfed318 refactor(RemoveSignatureNotification): Alle Filter von Handlern an die Bedingung binden, dass sie nicht null sind.
2004c7ced2 feat(RemoveSignatureNotification): extend RemoveSignatureNotification with EnvelopeId and ReceiverId
40135fb8a2 feat(RemoveHistoryHandler): add filtering by receiver signature in RemoveHistoryHandler
b57c0aa9c7 refactor(RemoveDocStatusHandler): update RemoveDocStatusHandler to support conditional receiver signature filtering
2c4c18935f feat(RemoveSignatureNotification): add ReceiverSignature to RemoveSignatureNotification
Compare 7 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-21 11:46:15 +02:00
911c812b19 refactor(Annotation): change Id column type from int to bigint in Annotation entity
8ae0f79365 refactor(AnnotationDto): split AnnotationDto into AnnotationCreateDto and AnnotationDto
0ca54fe1fe feat(DocSignedNotification): replace Annotations with PsPdfKitAnnotation in DocSignedNotification
a1d6b5347f refactor(annotation): simplify mapSignature function to return a flat array
6cc631111c refactor(annotation): simplify field mapping and return structured objects
Compare 7 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-20 17:05:33 +02:00
7919f02ffd feat(annotation): enhance mapSignature to support drawn signatures
04ae14c660 refactor(annotation): update mapSignature to handle frames and signatures separately
cff79730b0 fix(annotations): correctly decode base64 for FRAME annotations
188cb67306 feat(annotations): add fixBase64 and map FRAME annotations to nearest signature
abaa315b24 feat(utils): add findNearest function to calculate closest point
Compare 8 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-17 13:46:22 +02:00
52306d481f refactor(app): simplify annotation creation and improve signature handling
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-17 10:20:18 +02:00
f046be240b refactor(annotations): replace global element index with element.id in generateId
16e5d5c692 feat(AnnotationHandler): add handler for DocSignedNotification to create annotations
e64ad44b71 refactor(annotation): simplify PSPDFKitInstantJSON deserialization in CreateAnnotationCommand
e88bd55198 refactor(AnnotationHandler): rename as DocStatusHandler
4abed0e1bc fix(data): define navigation property for Envelope–Document relationship
Compare 5 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-15 16:20:59 +02:00
69821e64c6 refactor(Document): update Document entity structure and file properties
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-10-14 10:03:44 +02:00
f13a2434f7 refactor(CreateAnnotationCommand): make JsonSerializerOptions static.