tekh tekh
  • Joined on 2024-01-19
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-06 21:54:58 +01:00
15f6ee7be0 add ExportDocumentException
1051c5356f add CreateReportException
7b13350fbf add BurnAnnotationException
2bada327d8 add MergeDocumentException
a47729ebca feat(pdf): implement annotation burning logic in BurnPdfCommandHandler
Compare 15 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-06 11:28:43 +01:00
05130d6163 feat(FinishEnvelopeJob): enhance FinishEnvelopeJob logging for finalized envelopes
tekh pushed to master at AppStd/DigitalData.Core 2025-11-06 00:25:27 +01:00
9f2a13df6f bump to 2.5.2
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-06 00:22:16 +01:00
567b9c9565 refactor(Envelope): remove unnecessary [NotMapped] attribute from DocResult property
b798181f91 feat(notification): implement handler to remove document result on signature removal
7e8fc25ec9 refactor: update core inf and abst.app
db76162697 Refactor: Convert envelope query filters to LINQ query syntax
2b4573ea73 feat(ReadEnvelopeQuery): implement ReadEnvelopeQueryHandler with filtering support
Compare 11 commits »
tekh pushed to master at AppStd/DigitalData.Core 2025-11-05 14:31:51 +01:00
0cf6d2690a chore(Infrastructure): bump to 2.5.0
afbbac7b81 core(Abstraction.Application): bump to 1.5.0
d16a4b6bb4 refactor(repository): make UpdateAsync more flexible with Action<TEntity>
Compare 3 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-04 17:43:27 +01:00
86c9fdfcd7 refactor: inject IScheduler via DI instead of using StdSchedulerFactory directly
89ec887510 feat(quartz): integrate Quartzmon dashboard and CommandDotNet
7d5b988842 fix(middleware): add UseRouting before UseAuthorization
3c456562cc refactor: replace QuartzHostedService with QuartzServer and remove unnecessary using
4d6b01030c refactor(startup): migrate from generic Host to WebApplication and integrate Web API support
Compare 10 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-04 09:53:59 +01:00
b5cd42b6fa add WorkerOptions.
187f4a42fc feat(GdPictureOptions): Created to configure parameters related to GdPicture.
23d4b2f31e chore: move finalizer to presentation layer
8e71e5b4bb feat(third-party-modules): add query and handler for reading third-party modules with filtering by name and active status
b693615561 feat(ThirdPartyModuleDto): create DTO of ThirdPartyModule with mapping profile
Compare 12 commits »
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 »