Commit Graph

  • 7aeaba7c12 Add EnvelopeGenerator.ReceiverUI project and UI components feat/receiver-ui TekH 2025-12-05 09:08:57 +01:00
  • 2301a81a1c init receiver ui with react TekH 2025-12-04 18:11:47 +01:00
  • fc23ba840e chore(Web): bump to 3.8.2 master TekH 2025-11-20 16:47:45 +01:00
  • 140d271b28 refactor(privacy-policy): remove 6. Hinweisgebersystem TekH 2025-11-20 16:46:31 +01:00
  • a3b12a6957 bump to 3.8.1 TekH 2025-11-20 14:49:10 +01:00
  • 16bdc7820d update privacy policy (English) TekH 2025-11-20 14:14:25 +01:00
  • 06e32b99ea update privacy policy (German) title and last updated date TekH 2025-11-20 14:06:51 +01:00
  • c7c78f96a6 refactor(PDFBurner): fix merging errors TekH 2025-11-20 12:34:30 +01:00
  • 5c232e61f2 merge PDFBurner changes TekH 2025-11-20 11:57:00 +01:00
  • 24c9321c0f bump to 3.8.0 TekH 2025-11-20 10:34:19 +01:00
  • c75c2b1dd5 feat(envelope-api.js): append envKey query parameter to all outgoing requests TekH 2025-11-20 10:33:54 +01:00
  • 8445757f34 feat: replace default cookie events with custom EnvelopeCookieManager and introduce custom auth cookie name (env_auth) TekH 2025-11-20 10:32:32 +01:00
  • b088eb089f feat(EnvelopeCookieManager): add EnvelopeCookieManager to support envelope-specific cookie names TekH 2025-11-20 10:30:49 +01:00
  • e66c46767e refactor: convert markdown parsing to IIFE and preserve indentation feat/annotation-structural-storage TekH 2025-11-18 11:34:37 +01:00
  • bc732d311c feat: enable async marked parsing and improve markdown rendering TekH 2025-11-18 10:00:38 +01:00
  • c90d29d654 chore: remove IISProfileNetMulti TekH 2025-11-17 16:20:27 +01:00
  • 47a2e950ca chore: add IIS profile for .net 8 TekH 2025-11-17 15:37:50 +01:00
  • 6ef989213e chore(Web): add multi-targeting for net7.0, net8.0, and net9.0 with framework-specific package references TekH 2025-11-17 15:23:04 +01:00
  • 2a27b6161b chore(Web): bump to 3.7.0 TekH 2025-11-17 12:50:49 +01:00
  • efdc372b04 feat(envelope): bypass access-code flow when UseAccessCode is disabled TekH 2025-11-17 12:49:15 +01:00
  • 698b7ca1ac feat: render markdown content using marked library TekH 2025-11-15 00:56:19 +01:00
  • bf6947a28c chore(Web): bump to 3.6.0 TekH 2025-11-14 23:05:47 +01:00
  • e2e31e2e69 feat(ShowEnvelope): render envelope message using Markdown parser TekH 2025-11-14 23:02:37 +01:00
  • 73f6221c3c chore(Web): add marked.js TekH 2025-11-14 15:13:25 +01:00
  • 10f730a833 chore(Web): bump to 3.5.1 TekH 2025-11-14 14:31:16 +01:00
  • cf5a301942 refactor(EnvelopeController): add cancellation token to LogInEnvelope POST action TekH 2025-11-14 14:29:25 +01:00
  • e364f1f592 fix: handle rejected documents correctly with info alert and auto-reload TekH 2025-11-14 14:20:34 +01:00
  • 8a488d4e71 fix: improve finish handler error handling for unavailable envelopes TekH 2025-11-14 14:12:21 +01:00
  • f0be1a5b03 feat(annotation): update response status codes for signed/rejected checks TekH 2025-11-14 14:08:10 +01:00
  • 773721b634 fix(AnnotationController): enforce proper rejection and history checks in CreateOrUpdate TekH 2025-11-14 13:49:58 +01:00
  • 99e3e4c24d refactor: update CountHistoryQueryExtensions to use IEnumerable<EnvelopeStatus> and improve status handling TekH 2025-11-14 13:47:34 +01:00
  • b9c86ce3c6 refactor(CountHistoryQuery): replace single status filter with status range in CountHistoryQuery TekH 2025-11-14 13:39:39 +01:00
  • 637b45efe0 feat(history-query): support multiple status filters in CountHistoryQueryHandler TekH 2025-11-14 13:36:44 +01:00
  • 28b8c311f9 refactor(CountHistoryQuery): simplify AnyHistoryAsync extension to use UUID and status TekH 2025-11-14 13:27:26 +01:00
  • 00c7fe5316 feat(history): enhance ReadHistoryQuery to support Envelope object and UUID TekH 2025-11-14 13:24:02 +01:00
  • e5a061d5b5 feat(ReadHistoryQuery): enhance ReadHistoryQuery to support Envelope object and UUID TekH 2025-11-14 13:19:56 +01:00
  • 629b02863b refactor(history): introduce extension method and remove AutoMapper dependency TekH 2025-11-14 11:57:16 +01:00
  • 3b24755c35 feat(CountHistoryQuery): add CountHistoryQuery to retrieve envelope history count TekH 2025-11-14 11:49:51 +01:00
  • 864e9e8164 refactor(HistoryQueryBase): created to handle basic history queries. - imp to ReadHistoryQuery TekH 2025-11-14 11:46:15 +01:00
  • 7eff958d0a refactor(ReadHistoryQueryHandler): move to ReadHistoryQuery TekH 2025-11-14 11:33:57 +01:00
  • 1e2e018f7f MS Anpassungen MS-Form-Working Developer01 2025-11-12 21:43:50 +01:00
  • 6195d99fab refactor: remove usePdfBurner parameter from AddEnvelopeGeneratorServices feat/finalizer-service TekH 2025-11-12 16:55:06 +01:00
  • 50a372a224 feat(CCommonServicces.FinalizeDocument.PDFMerger): update to use SaveToStream instead of ConvertToPDFA TekH 2025-11-12 16:27:20 +01:00
  • 35dd2e8e07 refactor(email): replace Task.WhenAll with foreach in SendEmailBehavior TekH 2025-11-12 16:14:32 +01:00
  • fac5419589 refactor: simplify email sending logic and remove debug checks TekH 2025-11-12 15:44:37 +01:00
  • d442ad0ce0 refactor(SendEmailBehavior): update to add history recors when request is not debug TekH 2025-11-12 15:35:23 +01:00
  • cbe2acc37d feat(SendEmailBehavior): make SendEmailBehavior fully async and record history TekH 2025-11-12 15:32:06 +01:00
  • 40cc467b47 feat(SendEmailBehavior): add SendEmailBehavior for sending final emails after PDF burn TekH 2025-11-12 15:12:04 +01:00
  • d1513dab5e feat(WritePdfBehavior): add WritePdfBehavior to handle PDF writing pipeline TekH 2025-11-12 14:55:35 +01:00
  • dee424e7db feat(DefaultReadConfigQuery): add DefaultReadConfigQuery with caching and AutoMapper support TekH 2025-11-12 14:34:30 +01:00
  • e57e9e1834 fix(PdfMergeBehavior): improve error diagnostics and exception messages in PdfMergeBehavior TekH 2025-11-12 14:02:40 +01:00
  • 5b30465126 refactor(pdf): simplify and inline PDF merge logic in PdfMergeBehavior TekH 2025-11-12 13:59:35 +01:00
  • 2dfa1de7e1 refactor(PdfMergeBehavior): update to use SaveToStream instead of ConvertToPDFA TekH 2025-11-12 13:51:49 +01:00
  • e68965543e refactor(BurnPdfCommand): add Report property to forward report. TekH 2025-11-12 12:47:19 +01:00
  • 958bcdfc42 chore: wrap AddReportBehavior with #if WINDOWS directive TekH 2025-11-12 11:08:09 +01:00
  • d88ed324be refactor(Pdf\Behaviors): Handle the history recording process in another behavior named CreateHistoryBehavior TekH 2025-11-12 11:00:24 +01:00
  • 380b141738 refactor(project): add net8.0-windows target and unify net8.0 package references TekH 2025-11-12 10:51:04 +01:00
  • f3a15216a8 chore: update TargetFramework to net8.0-windows in project file TekH 2025-11-12 10:43:18 +01:00
  • 8a48bf6b51 feat(EnvelopeGenerator.Finalizer.Win): Create to process window-oriented services TekH 2025-11-12 10:17:37 +01:00
  • 0038eeed76 feat(EGDbContextBase): add EnvelopeReports-property TekH 2025-11-11 23:31:35 +01:00
  • 4ed118ed2b update to add as closed behavior TekH 2025-11-11 23:24:51 +01:00
  • 350aa259c8 chore(Application): add DevExpress.Reporting.Core Developer 02 2025-11-11 23:16:36 +01:00
  • 737de2202e remove unnecessary projects Developer 02 2025-11-11 23:08:50 +01:00
  • ff60cd7ef8 refactor: simplify AddReportBehavior by making DoCreateReport static and reordering base64 conversion Developer 02 2025-11-11 22:57:50 +01:00
  • e1aa7fe650 chore(Application): add CommonServices reference Developer 02 2025-11-11 22:51:14 +01:00
  • 9c0b1e3fa8 chore(App.VB): fix reference Developer 02 2025-11-11 22:33:46 +01:00
  • 6b34b55c4f chore(Application.VB): add System.Drawing.Common and DevExpress-packages TekH 2025-11-11 22:22:47 +01:00
  • 4a5608249e refactor(Application.VB): add dev express dependencies TekH 2025-11-11 21:59:27 +01:00
  • 965838513f create EnvelopeGenerator.Application.VB Developer 02 2025-11-11 21:49:56 +01:00
  • 9c4766518e feat(AddReportBehavior): add PDF report generation logic with logging Developer 02 2025-11-11 21:40:20 +01:00
  • 292b6b2ccf feat(AddReportBehavior): add report creation logic to AddReportBehavior Developer 02 2025-11-11 21:19:21 +01:00
  • 6f9b5d4b13 feat(envelope-reports): add extension method for reading envelope reports via ISender Developer 02 2025-11-11 19:21:22 +01:00
  • 8459706c45 feat: implement ReadEnvelopeReportQuery with handler and repository integration Developer 02 2025-11-11 18:22:23 +01:00
  • 972c63388e add EnvelopeReport to EnvelopeReportDto mapping Developer 02 2025-11-11 17:34:42 +01:00
  • cde9ed06a1 create EnvelopeReportDto Developer 02 2025-11-11 17:32:52 +01:00
  • d94f885e92 init a query to read envelope report by envelope id via mediator Developer 02 2025-11-11 17:27:46 +01:00
  • 028785a8c9 create EnvelopeReport-entity Developer 02 2025-11-11 17:11:32 +01:00
  • e6285f13f7 feat(AddReportBehavior): add conditional history creation based on Debug flag in AddReportBehavior Developer 02 2025-11-11 13:08:34 +01:00
  • 35b7b1a080 refactor(AddReportBehavior): update to add history record. TekH 2025-11-10 17:05:35 +01:00
  • 67d0980c63 move the behaviours about pdf to pdf dir TekH 2025-11-10 16:46:10 +01:00
  • c6a99b56a2 add GdPicture packages via nuget TekH 2025-11-10 16:18:42 +01:00
  • 31f5d1f340 add SaveBurnedPdfBehavior to services TekH 2025-11-10 15:29:16 +01:00
  • a2df5d7691 create SaveBurnedPdfBehavior TekH 2025-11-10 15:13:57 +01:00
  • f8c586dd31 feat(FinishEnvelopeJob): add PDF burning with concurrency control TekH 2025-11-10 15:01:07 +01:00
  • 8aea3c8301 refactor(BurnPdfCommand): add extension methods for ISender TekH 2025-11-10 14:00:21 +01:00
  • 495adb8c31 feat(dependency-injection): add optional usePdfBurner flag to AddServices TekH 2025-11-10 13:53:26 +01:00
  • 86c0a65540 refactor: add conditional PDFBurner and GdPicture service registration TekH 2025-11-10 13:43:44 +01:00
  • d2e8f1fc5e refactor: simplify GdPicture license resolution in dependency injection TekH 2025-11-10 13:29:02 +01:00
  • f8369e350f refactor(BurnPdfCommand): replace manual JSON serialization with ToJson extension TekH 2025-11-10 13:01:33 +01:00
  • b8a2ad97ef refactor(BurnPdfCommand): simplify BurnPdfCommand and improve envelope/document handling TekH 2025-11-10 12:58:04 +01:00
  • ffffc2d470 refactor(BurnPdfCommand): update BurnPdfCommand to use EnvelopeQueryBase and enhance request structure TekH 2025-11-10 09:30:04 +01:00
  • 36b03da084 fix(DependencyInjection): change AnnotationManager registration from Scoped to Transient TekH 2025-11-07 15:21:36 +01:00
  • defa53fa26 refactor(BurnPdfCommand): rename SourceBuffer to Document in BurnPdfCommand and handler TekH 2025-11-07 14:56:34 +01:00
  • 6134b58a4c refactor(BurnPdfCommand): extract GdPicture and math helpers into extension classes and simplify BurnPdfCommandHandler TekH 2025-11-07 14:46:55 +01:00
  • 5299016b43 move PSDPFKitModels namespace to Dto and rename as PSPDFKitInstant TekH 2025-11-07 13:51:53 +01:00
  • 55c20e83d8 refactor: convert BurnPdfCommand to record and update handler to return byte[] TekH 2025-11-07 13:44:53 +01:00
  • f1a140faa7 feat(BurnPdfCommandHandler): implement AddInkAnnotation for Annotation parameter TekH 2025-11-07 13:24:26 +01:00
  • b20d25e5b9 feat(BurnPdfCommandHandler): implement AddInkAnnotation for freehand annotations TekH 2025-11-07 13:21:33 +01:00
  • e21eb2c0d6 refactor(BurnPdfCommandHandler): rename AddInstantJSONAnnotationToPdf to AddInstantJsonAnnotationToPdf for consistent casing TekH 2025-11-07 13:16:14 +01:00
  • d237b4ab95 feat(BurnPdfCommand): implement AddImageAnnotation with attachment handling TekH 2025-11-07 13:14:02 +01:00