Commit Graph

  • 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
  • 79d2636c14 Refactor TempFiles to use ILogger and DI for logging TekH 2026-02-25 17:15:51 +01:00
  • 2172ce8203 Register AnnotationManager as transient service TekH 2026-02-25 17:03:59 +01:00
  • 51ab9fb094 Remove placeholder DbConfig registration from DI TekH 2026-02-25 16:47:59 +01:00
  • d8a002cd22 Rename ServiceCollectionExtensions to DependencyInjection TekH 2026-02-25 16:43:23 +01:00
  • e36684820e Add DI registrations for FinalizeDocumentJob services TekH 2026-02-25 16:42:38 +01:00
  • 2a5d953623 Add LoggerExtensions with LogError extension method TekH 2026-02-25 16:40:40 +01:00
  • 0aba9e91e2 Add DataRowExtensions for safe value retrieval with defaults TekH 2026-02-25 16:39:55 +01:00
  • 1a0973075b Standardize error logging with LogError method TekH 2026-02-25 13:43:51 +01:00
  • b8fd26611c Refactor Logger error handling and add extension method TekH 2026-02-25 13:42:33 +01:00
  • 0ca372bf45 Update logging methods to use standard naming conventions TekH 2026-02-25 13:38:55 +01:00
  • 5230076d5d Rename Logger.Warn to Logger.LogWarning throughout codebase TekH 2026-02-25 13:37:50 +01:00
  • b28084bf19 Replace Info logging with LogInformation TekH 2026-02-25 13:37:00 +01:00
  • cbc983e070 Rename Logger.Debug to Logger.LogDebug across codebase TekH 2026-02-25 13:36:50 +01:00
  • 3b06f3fdac Remove JobDataKeys.cs and its string constants TekH 2026-02-25 13:34:04 +01:00
  • a12d74871d Refactor PDF burner options naming in WorkerOptions TekH 2026-02-25 13:33:39 +01:00
  • 45b715ed74 Refactor job execution to remove Quartz and job runner TekH 2026-02-25 13:29:00 +01:00
  • 9d5e2e6ad2 Refactor FinalizeDocumentJob config to use WorkerOptions TekH 2026-02-25 13:27:01 +01:00
  • c5d2d79563 Rename FinalizeDocumentJobOptions to JobOptions TekH 2026-02-25 11:55:35 +01:00
  • 15d4573321 Übersetzendie FinalizeDocumentJob-Funktion des EnvelopeGenerator.Service-Projekts in C# und kopieren sie. TekH 2026-02-25 11:52:31 +01:00
  • 9b70ca8ce6 Refactor envelope status translation logic OlgunR 2026-02-25 11:30:22 +01:00
  • 66c1fb3698 Replace ContractType.ReadAndSign with literal value 2 OlgunR 2026-02-24 11:30:26 +01:00
  • 8766b9e386 Add RaC resource strings and update localization for statuses OlgunR 2026-02-24 11:14:13 +01:00
  • 9419cb69ad Refactor StatusTranslated property for better fallback logic OlgunR 2026-02-24 11:13:46 +01:00
  • eb46590c1d Make worker delay configurable via appsettings.json TekH 2026-02-23 17:17:27 +01:00
  • c93c32307a feat(FinalizeDocument): aus CommonJobs kopiert, mit einfachen Fehlerbehebungen unter Verwendung von Copilot - Programmiersprache von VSC zu C# geändert - Framework von .NET Framework zu .NET geändert TekH 2026-02-23 17:12:25 +01:00
  • 41cca7fa64 Refactor properties and add JsonIgnore for .NET builds TekH 2026-02-23 17:06:50 +01:00
  • b01c17ab18 Add custom exception classes and Extensions folder TekH 2026-02-23 16:09:11 +01:00
  • 3250f36c1f Add RaC resource strings and update comments to English OlgunR 2026-02-23 16:03:19 +01:00
  • 887d76e2fc Add IsReadAndSign and enhance StatusTranslated logic OlgunR 2026-02-23 16:03:09 +01:00
  • 6d2ec4cc0b Update DI and Logging packages to v8, adjust binding redirects TekH 2026-02-23 15:54:52 +01:00
  • c8834dc3be Add Worker background service to log periodic messages TekH 2026-02-23 11:10:15 +01:00
  • e385fdda95 Add EnvelopeGenerator.ServiceHost ASP.NET Core Web API project TekH 2026-02-23 11:10:01 +01:00
  • 898097cdb5 Remove EnvelopeGenerator.Jobs project from solution TekH 2026-02-23 10:56:03 +01:00
  • 689a1b355a Remove EnvelopeGenerator.WorkerService project TekH 2026-02-23 10:54:32 +01:00
  • 3b3330bd54 Enhance SQL connection security with encryption options TekH 2026-02-23 10:04:34 +01:00
  • 511fad3950 Remove try-catch from Button1/2_Click event handlers TekH 2026-02-23 09:58:07 +01:00
  • f5f137396e Rename ChangedWhen to ActionDate; add wrapper for compatibility TekH 2026-02-23 09:38:13 +01:00
  • 0d78e9b8f5 Refactor TestEnvelopeController to use MediatR TekH 2026-02-23 09:15:50 +01:00
  • 8258d9f43f Refactor UpdateDocStatusCommand to use generic base class TekH 2026-02-19 14:32:45 +01:00
  • 01f3335238 Refactor ModifyDocStatusCommandBase properties TekH 2026-02-19 14:32:35 +01:00
  • f303ba042b Refactor contract type handling in EnvelopeType entity OlgunR 2026-02-19 13:57:31 +01:00
  • ae33254743 Refactor envelope type handling and validation logic OlgunR 2026-02-19 13:37:58 +01:00
  • 1d0c758e00 Refactor CreateDocStatusCommand structure and properties TekH 2026-02-18 12:48:44 +01:00
  • 711f7d12e8 Update MappingProfile for improved DocumentStatus mapping TekH 2026-02-18 12:48:11 +01:00
  • 43d89699a9 Add StatusChangedWhen to DocumentStatus entity TekH 2026-02-18 12:47:23 +01:00
  • 341713d4cb Replace resource strings with hardcoded English messages OlgunR 2026-02-18 08:48:52 +01:00
  • f1b34dfa42 Use localized status messages from Resources.Envelope OlgunR 2026-02-17 16:46:43 +01:00
  • d842332d97 Update to v3.10.0 and revise Bootstrap Icons set refactor/api-unification TekH 2026-02-17 14:08:46 +01:00
  • f5b0f25d96 Add ImageSharp dependency to all major projects TekH 2026-02-17 13:51:07 +01:00
  • 60afc0f320 Update NuGet packages and remove chat.svg reference TekH 2026-02-17 13:38:48 +01:00
  • ce7af03064 Update System.Security.AccessControl to v6.0.1 TekH 2026-02-17 12:40:25 +01:00
  • 8e9bf5d46f Update NuGet packages and binding redirects to latest versions TekH 2026-02-17 12:35:40 +01:00
  • 07f951ba98 Update Microsoft.Identity.Client to 4.82.1 across solution TekH 2026-02-17 11:54:47 +01:00
  • 3336af0541 Update HtmlSanitizer to v9.0.892 across all projects TekH 2026-02-17 11:51:31 +01:00
  • 4deec9c064 Upgrade BouncyCastle to 2.6.2 and update binding redirects TekH 2026-02-17 10:56:13 +01:00
  • a1a7f0eef7 Only append envKey if ENV_KEY is defined TekH 2026-02-17 09:59:27 +01:00
  • 352618a745 Improve locale resolution in loadPSPDFKit function TekH 2026-02-16 18:35:36 +01:00
  • 8cf6484786 Dynamic locale support for date formatting functions TekH 2026-02-16 17:34:49 +01:00
  • 7345b8f877 Localize toolbar button titles using localized object TekH 2026-02-16 17:34:33 +01:00
  • dc6a2027d6 Refactor UI messages for localization support TekH 2026-02-16 17:34:17 +01:00