Commit Graph

  • ed4fd6ce96 feat(Edit): created to handle pdf edit operations fluently TekH 2025-09-24 16:07:51 +02:00
  • 0fa641c15d feat(Extensions): Add PDF editing extension methods using iText TekH 2025-09-24 14:12:35 +02:00
  • 8709bd5c2e feat(PdfEditor): Erstellen ein PDF-Bearbeitungsprojekt, das sowohl .NET als auch das .NET Framework unterstützt. TekH 2025-09-24 13:08:56 +02:00
  • 7a6f2a3304 refactor(EnvelopeController): remove unnecessary document assigment TekH 2025-09-24 10:07:51 +02:00
  • b5d744c1cd fix(annotation): invoke sigature background creation to fix z-index problem TekH 2025-09-23 19:25:09 +02:00
  • a1f4898c35 refactor(annotation.js): split to regions TekH 2025-09-23 18:08:08 +02:00
  • 841cc4fd8d refactor(annotations.js): update createAnnotations to return signatures and remove instance input TekH 2025-09-22 17:19:00 +02:00
  • e2df610544 refactor(EnvelopeController): update EnvelopeReceiverReadOnly to use without then-calback-method TekH 2025-09-22 13:26:09 +02:00
  • 95fd16fff0 Download the relevant Google font locally TekH 2025-09-22 12:52:12 +02:00
  • 4fcef41fc0 minimize return statement TekH 2025-09-19 15:28:11 +02:00
  • 9a2959b307 remvoe createElementFromHTML TekH 2025-09-19 15:26:20 +02:00
  • d51c7ac5ae convert to function TekH 2025-09-19 15:23:40 +02:00
  • 925187e294 remove UI class to simplify TekH 2025-09-19 15:22:48 +02:00
  • 80c6b5bc64 update signatureCount to init in constructor TekH 2025-09-19 15:18:50 +02:00
  • 7d4106d0a5 refactor(app): simplify App initialization and rename PSPDFKit instance TekH 2025-09-19 15:16:59 +02:00
  • 3b9b930b82 remove ActionType object TekH 2025-09-19 15:07:24 +02:00
  • 9ec6fcf272 update to use roload instead of rejection redirection TekH 2025-09-19 15:03:23 +02:00
  • c38a50af34 make env.xsrfToken lazy loading - remove env.envKey TekH 2025-09-19 14:58:14 +02:00
  • 877c88d52b refactor: replace repeated GET+JSON parsing with reusable getJson helper TekH 2025-09-19 13:58:07 +02:00
  • 9c730e8f42 refactor(api-service): rename as envelope-api TekH 2025-09-19 13:53:12 +02:00
  • 7a1c669fb0 move getAnnotationParams to api-service TekH 2025-09-19 13:50:19 +02:00
  • 62411b4d2b move logout-method to api-service TekH 2025-09-19 13:36:47 +02:00
  • f04fcde7b9 move setLanguage to api-service TekH 2025-09-19 13:32:01 +02:00
  • 2a352265a8 freeze env and url objects TekH 2025-09-19 13:18:45 +02:00
  • ceff62cb64 refactor: unify and simplify request helper methods TekH 2025-09-19 13:16:48 +02:00
  • f1f4c6eaef create envelope region TekH 2025-09-19 11:52:37 +02:00
  • f8297808ec create request helper methods region TekH 2025-09-19 11:50:25 +02:00
  • 0fc6fd650c refactor(postAnnotation): rename as signEnvelope TekH 2025-09-19 11:49:14 +02:00
  • 13af2ae3e1 refactor: move postAnnotations to ap-service TekH 2025-09-19 11:47:49 +02:00
  • 3914b827fb refactor(url): convert getter methods to variables TekH 2025-09-19 11:44:23 +02:00
  • a5ab217ac6 refactor(env): remove lazy loading to simplfy TekH 2025-09-19 11:42:37 +02:00
  • 4075739522 Split the URL into two objects as URL and environment TekH 2025-09-19 11:41:41 +02:00
  • 8abf8260bf update to use lazy loading TekH 2025-09-19 11:35:07 +02:00
  • 451e7e7daa feat(lazy): created to handle lazy loading TekH 2025-09-19 10:36:14 +02:00
  • 6622442d95 convert to camel case TekH 2025-09-19 10:20:23 +02:00
  • dcd5dc71de covnert Url to object TekH 2025-09-19 10:07:38 +02:00
  • 3fe09f8382 rename API as Url TekH 2025-09-19 10:06:09 +02:00
  • bac9aebbc3 refactor(api): replace arrow functions with function declarations and simplify defaults TekH 2025-09-19 09:59:57 +02:00
  • a8a73724e6 refactor(EnvelopeController): add logic to check the claims with role TekH 2025-09-18 20:48:09 +02:00
  • 8059e0aae4 remove old routes TekH 2025-09-18 19:53:09 +02:00
  • 4c5116695b remove envelope receiver id input TekH 2025-09-18 19:51:43 +02:00
  • ffa31fbebc change LogInEnvelope route TekH 2025-09-18 18:37:10 +02:00
  • e536e523b8 fix(EnvelopeController): rename CreateEnvelopeLockedView as EnvelopeLocked TekH 2025-09-18 18:35:37 +02:00
  • 1d64c19605 add cancelation token TekH 2025-09-18 18:19:22 +02:00
  • 29e6ba8733 Refactoring (EnvelopeController): Vereinheitlichung der Verarbeitung von gesperrten Ansichten TekH 2025-09-18 18:18:59 +02:00
  • 2e6eeafd74 refactor(EnvelopeController): add read-only region TekH 2025-09-18 17:22:40 +02:00
  • 643501f484 refactor(EnvelopeController): simplify EnvelopeController actions and view handling TekH 2025-09-18 17:14:28 +02:00
  • 0c900d219c refactor(EnvelopeController): add Send Access Code-region TekH 2025-09-18 16:19:40 +02:00
  • 8d8757810c refactor(EnvelopeController): move rejection and signing check to Main-endpoint TekH 2025-09-18 16:15:33 +02:00
  • 9dec681ce5 Home und View in Home und Envelope unterteilen TekH 2025-09-18 14:01:21 +02:00
  • 01ec2b3df2 refactor(HomeController): Als Home- und Envelope-Controller aufteilen TekH 2025-09-18 13:16:33 +02:00
  • d64d46920a refactor(api-services): change wrong url route TekH 2025-09-18 12:59:01 +02:00
  • 6147a619a8 refactor(EnvelopeReceiverReadOnly): fix nullability problem TekH 2025-09-18 12:33:00 +02:00
  • 6327fef2e0 chore(Web): bump to 3.3.0 TekH 2025-09-17 17:48:58 +02:00
  • d0bfe795d7 refactor(HomeController): Ändern Sie den Routenparameter „EnvelopeReceiverReadOnly” von einem String-Schlüssel zu einer langen ID TekH 2025-09-17 13:59:31 +02:00
  • 10b1de4cf0 remove envelopeRejected-endpoint TekH 2025-09-17 13:17:25 +02:00
  • cf3535b4de refactor(HomeController): remove envelopeSigned endpoint TekH 2025-09-17 13:07:06 +02:00
  • 56074c2b9f refactor(HomeController): add fromRoute attributes TekH 2025-09-17 10:49:18 +02:00
  • c41c521fca rename postEnvelope as postAnnotation TekH 2025-09-17 10:40:17 +02:00
  • 7bc6cc92a0 remove setLangAsync-method TekH 2025-09-17 10:37:43 +02:00
  • 660a4c24df refactor(EnvelopeController): Umbenennen in AnnotationController TekH 2025-09-17 10:35:11 +02:00
  • 5d65f58a55 feat(EnvelopeController): sign out user after envelope actions TekH 2025-09-17 10:31:09 +02:00
  • 6691471276 fix(pdfburner): correct y-position adjustment for signature seal annotations TekH 2025-09-16 17:37:20 +02:00
  • b2bfc11713 change the y-offset of ANNOTATION_TYPE_IMAGE TekH 2025-09-16 16:54:44 +02:00
  • 5d758601b9 Merge branch 'master' of http://git.dd:3000/AppStd/EnvelopeGenerator TekH 2025-09-16 11:28:32 +02:00
  • 210bb821da DocResult-Column was defined wrong. Correct: DOC_RESULT Developer01 2025-09-16 09:02:38 +02:00
  • 69afea012b Handling InsertReceivers und kleinigkeiten frm Main Developer01 2025-09-16 09:00:43 +02:00
  • 3ac61e75f5 ReceiverVM Vereinheitlichung Developer01 2025-09-16 08:05:50 +02:00
  • eb353ab772 chore(Web): bump to 3.2.3 TekH 2025-09-15 15:51:10 +02:00
  • 991943d6bd refactor(SendMailHandler): remove TextToHtml TekH 2025-09-15 14:23:48 +02:00
  • b5fec7bb46 refactor(DocSignedNotificationTests): add again EmailOut DbRepository using Fake.EGDbContext2Prod TekH 2025-09-15 14:02:58 +02:00
  • 9eaa777fb6 feat(Fake): enhance Fake host with production DbContext support TekH 2025-09-15 13:18:30 +02:00
  • ccc4e948f3 feat(TestBase): seed real email templates in TestBase setup TekH 2025-09-15 12:44:36 +02:00
  • d5afb2201c refactor(DocSignedNotificationTests): DocSignedNotificationTests aktualisieren, um SendSignedMailHandler zu verwenden TekH 2025-09-15 11:18:44 +02:00
  • 7fbf0ebbfc refactor(TestBase): add ConfigureServices-callback method to be able to add custom services to testes TekH 2025-09-15 11:00:00 +02:00
  • cb0c361cdb test: enhance DocSignedNotificationTests with AutoMapper and notification mapping TekH 2025-09-15 10:48:25 +02:00
  • 796c59cd38 chore: update Core.Abstraction.Application to 1.3.1 TekH 2025-09-15 10:38:01 +02:00
  • 86780477fe refactor(Fake): update CreateReceiverCommand to be able to add email address TekH 2025-09-12 14:19:57 +02:00
  • 27a2d5ecc4 refactor(DIExtensions): update to scan EmailProfilerDispatcher TekH 2025-09-12 13:50:48 +02:00
  • 83460bd92b refactor(DIExtensions): update dependecy inejction to scan assemblies TekH 2025-09-12 13:40:53 +02:00
  • b8bffdb4bc chore: update package versions and to solve vulnerabilities TekH 2025-09-12 13:21:28 +02:00
  • df66060de3 bump to 3.2.2 TekH 2025-09-11 09:29:34 +02:00
  • 4da7445271 remove removed reference TekH 2025-09-11 09:25:22 +02:00
  • 0a9e1dccb9 refactor(Interfaces): move Interfaces to Common TekH 2025-09-10 16:42:52 +02:00
  • 95b54fa1f1 feat(JsonExtensions): create to be able to make fluent Json serilization TekH 2025-09-10 15:55:56 +02:00
  • e990a466aa refactor(AnnotationHandler): update to use System.Text.Json.JsonSerializer TekH 2025-09-10 15:38:05 +02:00
  • 4eb6d87770 add MsgBox TekH 2025-09-10 15:02:19 +02:00
  • e2c3d4ad52 init DocSignedNotificationTest TekH 2025-09-10 14:21:14 +02:00
  • a9dda12bf9 chore(Web): bump to 3.2.1 TekH 2025-09-10 14:08:27 +02:00
  • fd157c4443 refactor(ReadEnvelopeReceiverQuery): add receiver filter to signatures TekH 2025-09-10 14:04:48 +02:00
  • f940caad1c chore(Web): bump to 3.2.0 TekH 2025-09-10 13:42:08 +02:00
  • 8db72037e0 refactor(form): vbproj aktualisieren, um mit .net 8 zu konfigurieren. - Verwandte Referenzen für net 9 hinzufügen. - Backup-XML-Datei für altes vbproj erstellen. refactor/form-net8-migr TekH 2025-09-10 13:27:48 +02:00
  • 6b89b9bbf2 refactor(ModifyDocStatusCommandBase): add EnvelopeId and ReceiverId properties TekH 2025-09-09 23:15:19 +02:00
  • 83ff3da795 fix(ReceiverAlreadySignedQuery) TekH 2025-09-09 21:57:59 +02:00
  • 5bb3341f43 refactor(JsonSerializerSettings): set Ignore ReferenceLoopHandling TekH 2025-09-09 20:39:21 +02:00
  • 7568274c77 refactor(ReceiverSecretDto): remove TekH 2025-09-09 20:32:35 +02:00
  • c59b179a8f merge with EnvelopeReceiverBasicDto TekH 2025-09-09 20:05:34 +02:00
  • 248c5bce5a refactor(Common.Model): rename as Common.Query TekH 2025-09-09 19:39:50 +02:00
  • c76a772768 fix references TekH 2025-09-09 19:23:04 +02:00
  • 3ba7bfd15a refactor(EnvelopeHistoryDto): rename HostoryDto TekH 2025-09-09 19:01:20 +02:00