tekh tekh
  • Joined on 2024-01-19
tekh pushed to master at AppStd/EnvelopeGenerator 2025-11-20 14:35:13 +01:00
16bdc7820d update privacy policy (English)
06e32b99ea update privacy policy (German) title and last updated date
c7c78f96a6 refactor(PDFBurner): fix merging errors
Compare 3 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2025-11-20 11:57:19 +01:00
5c232e61f2 merge PDFBurner changes
24c9321c0f bump to 3.8.0
c75c2b1dd5 feat(envelope-api.js): append envKey query parameter to all outgoing requests
8445757f34 feat: replace default cookie events with custom EnvelopeCookieManager and introduce custom auth cookie name (env_auth)
b088eb089f feat(EnvelopeCookieManager): add EnvelopeCookieManager to support envelope-specific cookie names
Compare 119 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-11-18 15:48:28 +01:00
e66c46767e refactor: convert markdown parsing to IIFE and preserve indentation
bc732d311c feat: enable async marked parsing and improve markdown rendering
c90d29d654 chore: remove IISProfileNetMulti
47a2e950ca chore: add IIS profile for .net 8
6ef989213e chore(Web): add multi-targeting for net7.0, net8.0, and net9.0 with framework-specific package references
Compare 9 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-11-14 23:02:50 +01:00
e2e31e2e69 feat(ShowEnvelope): render envelope message using Markdown parser
73f6221c3c chore(Web): add marked.js
Compare 2 commits »
tekh pushed to feat/annotation-structural-storage at AppStd/EnvelopeGenerator 2025-11-14 14:44:06 +01:00
10f730a833 chore(Web): bump to 3.5.1
cf5a301942 refactor(EnvelopeController): add cancellation token to LogInEnvelope POST action
e364f1f592 fix: handle rejected documents correctly with info alert and auto-reload
8a488d4e71 fix: improve finish handler error handling for unavailable envelopes
f0be1a5b03 feat(annotation): update response status codes for signed/rejected checks
Compare 16 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-12 17:00:52 +01:00
6195d99fab refactor: remove usePdfBurner parameter from AddEnvelopeGeneratorServices
50a372a224 feat(CCommonServicces.FinalizeDocument.PDFMerger): update to use SaveToStream instead of ConvertToPDFA
35dd2e8e07 refactor(email): replace Task.WhenAll with foreach in SendEmailBehavior
fac5419589 refactor: simplify email sending logic and remove debug checks
d442ad0ce0 refactor(SendEmailBehavior): update to add history recors when request is not debug
Compare 20 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-11 23:16:55 +01:00
350aa259c8 chore(Application): add DevExpress.Reporting.Core
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-11 23:09:22 +01:00
737de2202e remove unnecessary projects
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-11 22:59:32 +01:00
ff60cd7ef8 refactor: simplify AddReportBehavior by making DoCreateReport static and reordering base64 conversion
e1aa7fe650 chore(Application): add CommonServices reference
9c0b1e3fa8 chore(App.VB): fix reference
Compare 3 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-11 22:22:57 +01:00
6b34b55c4f chore(Application.VB): add System.Drawing.Common and DevExpress-packages
4a5608249e refactor(Application.VB): add dev express dependencies
Compare 2 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-11 21:51:08 +01:00
965838513f create EnvelopeGenerator.Application.VB
9c4766518e feat(AddReportBehavior): add PDF report generation logic with logging
292b6b2ccf feat(AddReportBehavior): add report creation logic to AddReportBehavior
6f9b5d4b13 feat(envelope-reports): add extension method for reading envelope reports via ISender
8459706c45 feat: implement ReadEnvelopeReportQuery with handler and repository integration
Compare 10 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-10 17:11:12 +01:00
35b7b1a080 refactor(AddReportBehavior): update to add history record.
67d0980c63 move the behaviours about pdf to pdf dir
c6a99b56a2 add GdPicture packages via nuget
31f5d1f340 add SaveBurnedPdfBehavior to services
a2df5d7691 create SaveBurnedPdfBehavior
Compare 13 commits »
tekh pushed to feat/finalizer-service at AppStd/EnvelopeGenerator 2025-11-07 15:21:56 +01:00
36b03da084 fix(DependencyInjection): change AnnotationManager registration from Scoped to Transient
defa53fa26 refactor(BurnPdfCommand): rename SourceBuffer to Document in BurnPdfCommand and handler
6134b58a4c refactor(BurnPdfCommand): extract GdPicture and math helpers into extension classes and simplify BurnPdfCommandHandler
5299016b43 move PSDPFKitModels namespace to Dto and rename as PSPDFKitInstant
55c20e83d8 refactor: convert BurnPdfCommand to record and update handler to return byte[]
Compare 26 commits »
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 »