Commit Graph

  • c523153654 Add "Full Finalize Test" button for PDF finalization debug TekH 2026-03-10 02:16:58 +01:00
  • 82c85643c8 Add EF Core, SqlClient, and Microsoft.Extensions packages TekH 2026-03-10 01:45:46 +01:00
  • 69892d566c Add System.ComponentModel.Annotations reference to project TekH 2026-03-10 01:23:26 +01:00
  • 2f41348c59 Add System.ComponentModel.Annotations NuGet package TekH 2026-03-10 01:23:06 +01:00
  • 0d56ac7448 Downgrade several NuGet package dependencies TekH 2026-03-10 00:02:32 +01:00
  • 18a563ecd1 Improve annotation handling and date retrieval robustness TekH 2026-03-10 00:02:22 +01:00
  • 73df248d15 Update System.Text.Json to 8.0.6 and enhance ClickOnce config TekH 2026-03-09 22:50:55 +01:00
  • 7af934ea19 Integrate DevExpress Reporting for envelope history TekH 2026-03-09 21:27:06 +01:00
  • b65367fb6d Refactor FinalizeDocumentJob dependencies and method call TekH 2026-03-09 21:26:52 +01:00
  • 25c31108cb Add EnvelopeReport repository dependency to ReportCreator TekH 2026-03-09 21:26:19 +01:00
  • 4083833b19 Add EnvelopeReports DbSet to EGDbContextBase TekH 2026-03-09 21:25:30 +01:00
  • f53bc65acf Add EnvelopeReport entity mapped to VWSIG_ENVELOPE_REPORT TekH 2026-03-09 21:25:15 +01:00
  • 070d9be00c Remove obsolete State class and DI registration TekH 2026-03-09 16:52:52 +01:00
  • 6f7b04a26e Refactor: remove strict checks and logging in finalization TekH 2026-03-09 16:31:31 +01:00
  • 473358e2b9 Make ExportPath non-nullable in ConfigDto TekH 2026-03-09 16:30:39 +01:00
  • 8f3aa69cbf Refactor document save to use async repository update TekH 2026-03-09 16:18:20 +01:00
  • eededeb1f1 Remove SendFinalEmailWithAttachment and related logic TekH 2026-03-09 15:41:56 +01:00
  • 737774f077 Remove PDF annotation and envelope data methods TekH 2026-03-09 15:34:58 +01:00
  • 69499273cc Refactor FinalizeDocumentJob to async and use docStatusRepo TekH 2026-03-09 15:32:32 +01:00
  • ead33ab2e7 Refactor Envelope properties; add DefaultDocument property TekH 2026-03-09 15:09:51 +01:00
  • d1e2840617 Clean up debug logging in FinalizeDocumentJob TekH 2026-03-09 11:35:49 +01:00
  • a39ef6a0e2 Improve error handling in FinalizeDocumentJob TekH 2026-03-09 11:30:43 +01:00
  • 7d620988d8 Refactor envelope finalization into a private method TekH 2026-03-09 11:25:36 +01:00
  • cc4a7d8c20 Refactor ActionService: DI, CancellationToken support TekH 2026-03-09 10:18:53 +01:00
  • 0b8068f926 Add summary comment to ActionService for migration context TekH 2026-03-09 10:12:32 +01:00
  • 9fd7a68798 Refactor envelope processing for per-item error handling TekH 2026-03-09 09:42:55 +01:00
  • d6e2690bb8 Refactor envelope fetch to use EF LINQ instead of SQL TekH 2026-03-09 09:38:08 +01:00
  • f04385a03c Remove EnvelopeModel class and its GetById method TekH 2026-03-06 14:53:14 +01:00
  • c88e7b2b9e Refactor FinalizeDocumentJob to use async repository access TekH 2026-03-06 14:53:00 +01:00
  • 0ee7ec82d6 Mark TempFiles class and members as obsolete TekH 2026-03-06 14:48:19 +01:00
  • a6d6dc8c4d Add expiration, reminder, and comment fields to EnvelopeDto TekH 2026-03-06 14:43:59 +01:00
  • ab038df8b9 Update nullability for Title and Comment properties TekH 2026-03-06 14:43:27 +01:00
  • d29abf53e7 Set envelope default message by type using resources OlgunR 2026-03-06 14:23:18 +01:00
  • 302249451b Remove ConstantsTests and add Domain folder to test project TekH 2026-03-06 14:16:22 +01:00
  • a4082fca45 Remove ConfigModel and DbConfig classes TekH 2026-03-06 13:58:29 +01:00
  • f3ae8a9c49 Refactor config loading to async MediatR query in job TekH 2026-03-06 13:58:16 +01:00
  • d6058c41d0 Remove DocumentPathOrigin from DbConfig and usages TekH 2026-03-06 13:51:20 +01:00
  • 79d093c492 Add new properties to ConfigDto for TFA and metadata TekH 2026-03-06 13:22:44 +01:00
  • 56c65b6fbb Add new properties to Config entity with mappings TekH 2026-03-06 13:22:22 +01:00
  • 2af18842c4 Merge branch 'master' into feat/service-host TekH 2026-03-06 13:06:38 +01:00
  • 7c7674c822 Show "Confirmed by" or "Signed by" label conditionally web-multi-lang-integr TekH 2026-03-06 12:55:30 +01:00
  • 65f606f573 Update finalize dialog text based on READ_AND_CONFIRM flag TekH 2026-03-06 12:55:19 +01:00
  • 41e0d4691b Add in-memory caching to ReadDefaultConfigQueryHandler TekH 2026-03-06 11:54:50 +01:00
  • 64e0a4f749 Centralize cache key definitions in CacheKey class TekH 2026-03-06 11:41:47 +01:00
  • 4cf54d36b9 Add EnforceSingleResult to config query and improve errors TekH 2026-03-06 11:35:49 +01:00
  • 967fd2ba04 Set Message default via ctor for .NET Framework only OlgunR 2026-03-06 11:16:27 +01:00
  • 020cecabf3 Add query/handler to fetch default config via MediatR TekH 2026-03-06 11:08:03 +01:00
  • f8ce9a03ec Update envelope prompts for clarity and consistency OlgunR 2026-03-06 11:03:05 +01:00
  • 40c899e47e Merge branch 'master' into feat/service-host TekH 2026-03-06 10:29:27 +01:00
  • 0341505f8d Merge branch 'origin/bugfix/history-inconsistency' TekH 2026-03-06 10:15:22 +01:00
  • d4eee1718e Bump version to 3.12.0 in project file TekH 2026-03-06 10:13:45 +01:00
  • 9b042d8f45 Merge branch 'master' of http://git.dd:3000/AppStd/EnvelopeGenerator TekH 2026-03-06 09:54:26 +01:00
  • ad0c847172 Add SigningProcessTitle resource; rename rejection key OlgunR 2026-03-06 09:53:18 +01:00
  • f6d57b1e38 Update progress bar to show Confirmations or Signatures TekH 2026-03-06 09:52:12 +01:00
  • b64d2b7478 Refactor: cache IsReadAndConfirm() result in variable TekH 2026-03-06 09:50:33 +01:00
  • f8c7f60cf9 Add resource strings for document confirmation workflows OlgunR 2026-03-06 09:50:21 +01:00
  • 44edef8ba1 Update envelope view title logic for confirm state TekH 2026-03-06 09:43:16 +01:00
  • 647c5d2353 Add localization extensions for confirmation resources TekH 2026-03-06 09:31:19 +01:00
  • 4ce1d2a370 Add RejectionInfo1ForConfirmation extension method TekH 2026-03-06 09:28:12 +01:00
  • bcc53bf9f1 Update rejection header for read and confirm envelopes TekH 2026-03-06 09:27:41 +01:00
  • f1e38e3bd3 Reverse IsReadAndConfirm logic for envelope status texts TekH 2026-03-06 09:17:17 +01:00
  • e095860b17 Update EnvelopeSigned page to handle confirm vs sign TekH 2026-03-06 01:25:07 +01:00
  • 9cfc74aa88 Refactor title logic and fix localizer syntax in view TekH 2026-03-06 01:23:06 +01:00
  • 7cd6ca3a5f Update EnvelopeSigned view model and title logic TekH 2026-03-06 01:20:47 +01:00
  • 9b660cb25a Pass model to EnvelopeSigned view on already signed check TekH 2026-03-06 01:20:25 +01:00
  • 3d43d1896d Add DocConfirmed extension method to Resource.cs TekH 2026-03-06 01:20:12 +01:00
  • bae62c7c08 Merge branch 'master' into feat/service-host TekH 2026-03-04 17:22:28 +01:00
  • bcc17f6def Bump version to 3.11.0 in EnvelopeGenerator.Web.csproj feat/email-temp-placeholder TekH 2026-03-04 16:49:07 +01:00
  • 8e3c334fa3 Update final status to 'Lesebestätigung' for read confirm TekH 2026-03-04 16:19:45 +01:00
  • 08299451bb Customize email placeholders by envelope action type TekH 2026-03-04 16:19:33 +01:00
  • 59d6d25bdd Add ChangedWhen property to History entity TekH 2026-03-04 16:09:50 +01:00
  • 9a516ab3c9 Update and align NuGet dependencies; drop net7.0 from Web TekH 2026-03-04 16:09:40 +01:00
  • 8fed342dc5 Remove [SIGNATURE_TYPE] placeholder from MailParams TekH 2026-03-04 15:17:47 +01:00
  • f44643aa3e Add dynamic email placeholders for confirm/sign workflows TekH 2026-03-04 15:02:04 +01:00
  • 86c99596c4 Implement IEnvelope interface in EnvelopeDto TekH 2026-03-04 14:19:11 +01:00
  • 2d0c08b2ce Implement IEnvelope and update Envelope.ReadOnly property TekH 2026-03-04 14:19:02 +01:00
  • e0aa963184 Add IEnvelope interface and IsReadAndConfirm extension TekH 2026-03-04 14:18:28 +01:00
  • 4335a500f1 Update envelope type 2 confirmation message OlgunR 2026-03-04 09:33:29 +01:00
  • 0e2c653784 Refactor SignatureLinkText to DocumentProcess property OlgunR 2026-03-04 09:30:29 +01:00
  • 92d88812e8 Add SignatureLinkText to EmailData and template support OlgunR 2026-03-03 12:44:54 +01:00
  • af60dfe338 Refactor email content logic into EmailData class OlgunR 2026-03-03 10:42:18 +01:00
  • a7fff24f80 Add EnvelopeTypeId to EmailData and dynamic signature type OlgunR 2026-03-03 09:19:18 +01:00
  • fcfa414b58 Add resources for document confirmation process (i18n) origin/bugfix/history-inconsistency OlgunR 2026-02-27 14:40:08 +01:00
  • afa3694cd7 Add MapAddedWhen to History mapping in MappingProfile TekH 2026-02-27 11:34:17 +01:00
  • 48f4ea0c50 Use UTC for AddedWhen timestamp in CreateHistoryCommand TekH 2026-02-27 11:33:53 +01:00
  • 74c4ddda83 Remove ModifyDocStatusCommandBase and its properties TekH 2026-02-27 11:32:45 +01:00
  • f9b1e583df Remove SaveDocStatusCommand and always create doc status TekH 2026-02-27 11:31:41 +01:00
  • 7c8e0d8481 Merge branch 'refactor/api-unification' into origin/bugfix/history-inconsistency TekH 2026-02-27 11:21:10 +01:00
  • 41dde6f016 Remove BaseModel and BaseService from Jobs namespace TekH 2026-02-26 21:24:21 +01:00
  • c5b167f0d4 Refactor FinalizeDocumentJob for DI and logging improvements TekH 2026-02-26 21:24:03 +01:00
  • a70faebde6 Refactor ReportModel: remove BaseModel, mark obsolete TekH 2026-02-26 21:23:07 +01:00
  • 3e01052579 Mark State class obsolete and remove LogConfig property TekH 2026-02-26 21:22:41 +01:00
  • f49b907574 Refactor EnvelopeModel for DI and logging improvements TekH 2026-02-26 21:22:15 +01:00
  • 86ed96ae76 Refactor ConfigModel for DI and improved logging TekH 2026-02-26 21:21:44 +01:00
  • 9dbfdaa15e Mark ActionService as obsolete and stub out methods TekH 2026-02-26 19:02:57 +01:00
  • 9d66f1d19e Remove BaseClass and logging utilities TekH 2026-02-26 19:02:45 +01:00
  • 14cef05d02 Refactor MSSQLServer to use IConfiguration for connection TekH 2026-02-26 19:02:31 +01:00
  • bdfb973d55 Refactor ReportCreator: DI, logging, and deprecations TekH 2026-02-26 18:57:58 +01:00
  • 15a18b1bfd Refactor PDFBurner to use dependency injection TekH 2026-02-26 18:55:50 +01:00
  • 6fac1cd96a Refactor PDFMerger for DI and remove BaseClass inheritance TekH 2026-02-26 17:24:13 +01:00