Commit Graph

  • 6f16921a79 Remove Obsolete attributes and update FirstAsync behavior TekH 2026-01-30 14:41:54 +01:00
  • 1afc95f9c6 Add obsolete FirstAsync extension to TaskExtensions TekH 2026-01-30 14:24:57 +01:00
  • 6aed820196 Mark TaskExtensions and new helpers as [Obsolete] TekH 2026-01-30 14:20:05 +01:00
  • e17c4d02f8 Update Annotation model import to PsPdfKitAnnotation TekH 2026-01-30 13:07:00 +01:00
  • 8187924a8c Add EnvelopeAuthExtensions for envelope claim handling TekH 2026-01-30 13:06:40 +01:00
  • 1bf530f7e7 Add EnvelopeClaimTypes for custom envelope claim strings TekH 2026-01-30 13:06:27 +01:00
  • 9cadc8e901 Add PSPDFKit annotation model and utilities TekH 2026-01-30 13:02:34 +01:00
  • 1d4ad13532 Add core model classes for auth, culture, images, and links TekH 2026-01-30 12:55:44 +01:00
  • 03a8154b1c Add ConfigController to expose annotation config via API TekH 2026-01-30 09:43:26 +01:00
  • 20b8acd3fc Add AnnotationController for envelope annotation workflow TekH 2026-01-30 09:42:29 +01:00
  • a3afeb175f Refactor controllers for MediatR and cleaner API design TekH 2026-01-28 14:14:04 +01:00
  • 114555c843 Add XML docs to ReadEnvelopeReceiverQueryHandler ctor TekH 2026-01-28 14:10:03 +01:00
  • f294ef2fde Refactor EnvelopeTypeController to use MediatR TekH 2026-01-28 13:48:02 +01:00
  • 02ad819da9 Refactor EnvelopeReceiverController to use MediatR only TekH 2026-01-28 13:43:34 +01:00
  • 041d98ca78 Refactor EnvelopeController to use MediatR exclusively TekH 2026-01-28 13:41:43 +01:00
  • afea2fb5ea Refactor envelope queries into unified ReadEnvelopeQuery TekH 2026-01-28 13:34:54 +01:00
  • beeb9e4e75 Refactor EmailTemplateController to use generic IRepository TekH 2026-01-28 13:13:37 +01:00
  • 30d13b1ffb Add MediatR query handler for reading receiver details TekH 2026-01-28 13:09:51 +01:00
  • 814df63306 Add MediatR query/handler for reading envelope types TekH 2026-01-28 12:55:44 +01:00
  • 830d1af44a Add ReadUserEnvelopesQuery and handler with filtering TekH 2026-01-28 12:54:22 +01:00
  • 94018d2a36 Add query handler to fetch receiver's latest used name TekH 2026-01-28 12:51:40 +01:00
  • cf5a724bf2 Add username filter to ReadEnvelopeReceiverQuery handler TekH 2026-01-28 12:42:21 +01:00
  • 172f2e27d7 Bump version to 3.9.0 in EnvelopeGenerator.Web.csproj TekH 2026-01-27 12:07:02 +01:00
  • d350e2ae48 Add envelope validation to BurnAnnotsToPDF function TekH 2026-01-27 11:49:19 +01:00
  • 2779452d72 Add ReadOnly property to Envelope class TekH 2026-01-27 11:49:02 +01:00
  • 5ebc6c6739 Update SQL to include ENVELOPE_TYPE in envelope query TekH 2026-01-26 15:07:58 +01:00
  • 891593755e Remove DLL ref, update configs, add WCF metadata TekH 2026-01-26 15:02:49 +01:00
  • 796b233ba4 Add contract type check to envelope validation feat/read-and-confirm-form-ui TekH 2026-01-23 17:37:14 +01:00
  • b20260674e Improve PDF font handling; simplify report SQL fields TekH 2026-01-22 15:57:09 +01:00
  • 7e5ff6bcb2 Refactor APIEnvelopeJob to use primary constructor TekH 2026-01-22 12:47:58 +01:00
  • 6eed9b1e31 Update WorkerSettings with SQL Server connection string TekH 2026-01-22 10:14:44 +01:00
  • d4b1a4921c Refactor worker to use config, DI, and Quartz scheduling TekH 2026-01-22 09:51:35 +01:00
  • f078bafdde Refactor Jobs namespace and improve PDF handling TekH 2026-01-22 09:51:16 +01:00
  • 786a3e128d Add EnvelopeGenerator.WorkerService as background worker TekH 2026-01-20 16:46:30 +01:00
  • ff3a146636 Add job framework for envelope processing and PDF finalization TekH 2026-01-20 16:28:05 +01:00
  • 40b2cad598 Add EnvelopeGenerator.Jobs project to the solution TekH 2026-01-20 15:52:41 +01:00
  • 5c675be0ed Add type check to Handle method in AnnotationHandler TekH 2026-01-20 13:57:52 +01:00
  • 58164be640 Handle missing PsPdfKitAnnotation with blank JSON TekH 2026-01-20 13:57:43 +01:00
  • a639377195 Make PsPdfKitAnnotation property and param nullable TekH 2026-01-20 13:57:29 +01:00
  • e3d6e87ee5 Allow nullable annotation param; validate for non-readonly TekH 2026-01-20 12:11:49 +01:00
  • 2795b91386 Refactor handleFinish to streamline READ_AND_CONFIRM flow and improve validation checks TekH 2026-01-20 11:57:04 +01:00
  • ca248c3aa6 Support READ_AND_CONFIRM flow in handleFinish TekH 2026-01-20 11:44:40 +01:00
  • 383634fca6 Conditionally add btn_refresh event based on READ_AND_CONFIRM TekH 2026-01-20 11:11:59 +01:00
  • 75097afa06 Add refresh button to envelope UI when not read-only TekH 2026-01-20 11:11:39 +01:00
  • 77975c0644 Conditionally show "reset" button in mobile toolbar TekH 2026-01-20 11:11:25 +01:00
  • 5707213edd Conditionally apply PDF background for read-only envelopes TekH 2026-01-20 10:54:31 +01:00
  • ad54ba9dc4 Conditionally load annotations based on READ_AND_CONFIRM TekH 2026-01-20 10:54:16 +01:00
  • 1f233153cf Restrict page view tracking to READ_AND_CONFIRM mode TekH 2026-01-20 10:38:37 +01:00
  • 513ec007eb Set ViewData["ReadAndConfirm"] for envelope read-only state TekH 2026-01-20 10:30:25 +01:00
  • 1305714da2 Move ReadOnly property from Envelope to EnvelopeDto TekH 2026-01-20 10:30:07 +01:00
  • 1e90cda393 Add READ_AND_CONFIRM JS constant from ViewData flag TekH 2026-01-20 09:54:45 +01:00
  • 5a5cbcb14d Track viewed PDF pages and persist state in sessionStorage TekH 2026-01-19 17:06:43 +01:00
  • a35f06070a Remove total page count logging after PSPDFKit load TekH 2026-01-19 17:03:05 +01:00
  • 2606066103 Add logging for page changes and total pages in PSPDFKit TekH 2026-01-19 16:57:34 +01:00
  • 7495e062a9 Remove EnvelopeSigningType enum and update envelope logic TekH 2026-01-19 16:50:02 +01:00
  • 293044bec3 Handle envelope type with framework-specific properties TekH 2026-01-19 16:21:58 +01:00
  • e0ff976d21 Add unit tests for EnvelopeSigningType.Normalize method TekH 2026-01-19 16:08:39 +01:00
  • bec45ab1f1 Refactor test namespaces to EnvelopeGenerator.Tests.Application TekH 2026-01-19 16:02:39 +01:00
  • fecd054a5c Add EnvelopeSigningType enum and Normalize extension TekH 2026-01-19 16:01:13 +01:00
  • 32b488c50f Refactor test dependency resolution in DocSignedNotificationTests TekH 2026-01-19 15:56:12 +01:00
  • 9cfdd16970 Refactor test DB config to support SQL Server and fix seeding TekH 2026-01-19 15:51:09 +01:00
  • 4da5848253 Refactor test namespaces; update package version TekH 2026-01-19 15:14:59 +01:00
  • 88da210ba2 Update DigitalData.Core.Abstraction.Application to 1.6.0 TekH 2026-01-19 15:13:53 +01:00
  • e6b41f10c8 Merge branch 'feat/receiver-ui' of http://git.dd:3000/AppStd/EnvelopeGenerator into feat/receiver-ui feat/receiver-ui OlgunR 2025-12-10 11:16:27 +01:00
  • dc78ad4a24 Improve canvas mouse position accuracy; add settings.json OlgunR 2025-12-10 11:16:13 +01:00
  • b282318298 Add launchSettings.json for ReceiverUIBlazor project TekH 2025-12-10 09:55:32 +01:00
  • 8d68ea8c57 Add IIS publish profile for EnvelopeGenerator.ReceiverUIBlazor TekH 2025-12-10 09:55:24 +01:00
  • 7cb8b02b1d Revamp UI colors and fonts for warmer, modern look OlgunR 2025-12-09 10:58:53 +01:00
  • cc1d33462c Add drag-and-drop PDF support to Blazor app OlgunR 2025-12-09 10:42:11 +01:00
  • cd85b4fffc Improve PDF reset logic and modernize UI styling OlgunR 2025-12-09 10:26:01 +01:00
  • ab3e7fb4e9 Error while dragging fields fixed OlgunR 2025-12-09 09:50:10 +01:00
  • 4a7676765c Fixed error while loading file OlgunR 2025-12-09 08:57:39 +01:00
  • 562ceb9c3f First results converting receiver-ui-react into a Blazor Web App OlgunR 2025-12-08 16:21:10 +01:00
  • 751ea706df Created EnvelopeGenerator.ReceiverUIBlazor OlgunR 2025-12-08 16:06:26 +01:00
  • 490ad9f7cf Created EnvelopeGenerator.ReceiverUIBlazor OlgunR 2025-12-08 16:04:51 +01:00
  • 7aeaba7c12 Add EnvelopeGenerator.ReceiverUI project and UI components 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 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