tekh tekh
  • Joined on 2024-01-19
tekh pushed to master at AppStd/ReC 2025-11-27 17:34:09 +01:00
6f5409f528 Implement HeaderQueryBehavior with database support
03498275d7 Implement BodyQueryBehavior and add SQL Server support
f8581deaf9 Refactor DbContext and add IRecDbContext interface
8ea7d47868 Add DbSets and configure keyless entity in RecDbContext
2bbfd96d62 Add keyless query result entities for headers and bodies
Compare 26 commits »
tekh pushed to master at AppStd/ReC 2025-11-26 21:55:26 +01:00
dcc0e8c806 Add logging to handle null RestType in RecActionCommand
73ee0302ef Limit concurrent HTTP requests with SemaphoreSlim
d80e0d3562 Refactor HTTP requests to enable parallel execution
1e35e4a057 Add HttpClient registration to DI container
7c00060f74 Refactor HTTP handling in InvokeRecActionCommand
Compare 17 commits »
tekh pushed to master at AppStd/ReC 2025-11-25 17:15:36 +01:00
d8d75829f0 Refactor ActionController to use MediatR
5697eb3dd8 Add InvokeRecActionCommandExtensions for ISender
2cf4d73cf3 Refactor InvokeRecActionQuery to InvokeRecActionCommand
495a5247bc Add InvokeRecActionQuery class for MediatR request
5ba012cc13 Refactor infrastructure service setup
Compare 21 commits »
tekh pushed to master at AppStd/ReC 2025-11-25 09:35:22 +01:00
b6000a56d6 Add ActionController and Swagger support
3f5d3a8c08 Add new ReC.Client project to solution
72e4f53b5d Add ReC.Application project to the solution
f35e29ae49 Add ReC.Infrastructure project to the solution
cb1b02196c Add ReC.Domain project to solution
Compare 7 commits »
tekh created repository AppStd/ReC 2025-11-25 00:12:34 +01:00
tekh pushed to master at AppStd/EnvelopeGenerator 2025-11-20 16:55:21 +01:00
fc23ba840e chore(Web): bump to 3.8.2
tekh pushed to master at AppStd/EnvelopeGenerator 2025-11-20 16:46:48 +01:00
140d271b28 refactor(privacy-policy): remove 6. Hinweisgebersystem
a3b12a6957 bump to 3.8.1
Compare 2 commits »
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 »