Commit Graph

  • 3ca99fdd83 Add models for auth, contact, culture, and annotations TekH 2026-06-22 14:56:03 +02:00
  • 9e37bf1fe2 Enhance authentication and configuration setup TekH 2026-06-22 14:28:43 +02:00
  • 9a0837caa9 Refactor rendering and add PDF resource TekH 2026-06-22 10:44:34 +02:00
  • 030646f33d Enhance service configuration and DI setup TekH 2026-06-18 16:15:00 +02:00
  • 88317e40f5 Add AGENTS.md - Quick-start guide for AI agents TekH 2026-06-18 13:33:21 +02:00
  • 6fe99d0cd0 docs: add culture management migration warnings for Server/Auto TekH 2026-06-18 12:50:45 +02:00
  • 45018d04b1 Refactor culture initialization logic TekH 2026-06-18 12:43:56 +02:00
  • b5af3e61ed Improve language display in LanguageSelector TekH 2026-06-18 10:34:05 +02:00
  • 314608f27f Fix duplicate root route entry in ReceiverUI docs TekH 2026-06-17 17:04:52 +02:00
  • ba9f233993 Add Language Selector component to footer TekH 2026-06-17 16:57:39 +02:00
  • 9d962708c4 Initialize culture settings in App.razor TekH 2026-06-17 16:55:44 +02:00
  • c93a056ca5 Add CultureService and localization support TekH 2026-06-17 16:54:40 +02:00
  • a88a26c248 Remove EGDbContextFactory and related configuration code TekH 2026-06-17 16:26:24 +02:00
  • 1e963ea215 Add support for JWT authentication TekH 2026-06-17 16:25:57 +02:00
  • 02b857382c Replace SignatureService with DocReceiverElementService TekH 2026-06-17 16:09:57 +02:00
  • ca4ec7cb6f Rename SignatureController to DocReceiverElementController TekH 2026-06-17 16:09:26 +02:00
  • f2356b3ce4 Refactor SignatureService to DocReceiverElementService TekH 2026-06-17 16:07:43 +02:00
  • d61fe79613 Add localization support to the application TekH 2026-06-17 16:05:26 +02:00
  • 714cb9555f feat(i18n): add sender-side UI resources and extension methods TekH 2026-06-17 15:58:30 +02:00
  • 315a022cb8 feat: Add sender-side UI resource strings for all languages TekH 2026-06-17 15:55:13 +02:00
  • 746635979b Ensure _allEnvelopes is never null after assignment TekH 2026-06-17 15:10:31 +02:00
  • 31548728cd Refactor EnvelopeStatus to shared domain library TekH 2026-06-17 15:10:17 +02:00
  • 06c8af2ed8 Remove EnvelopeGenerator.Dto project from solution TekH 2026-06-17 14:38:30 +02:00
  • 6b7a1f3fde Fix project configuration in EnvelopeGenerator.sln TekH 2026-06-17 14:27:22 +02:00
  • 9f57baf2e5 refactor(ReceiverUI/Models): update to use Application layer's DTO TekH 2026-06-17 14:05:01 +02:00
  • 73d793f0a0 remove ApiExplorerSettings attribute TekH 2026-06-17 11:53:01 +02:00
  • 65bb68feef Update DevExpress package versions to 25.2.8 TekH 2026-06-17 11:05:53 +02:00
  • c5e97ee30b move dto to common dir TekH 2026-06-17 09:46:27 +02:00
  • 3a4f449b59 Add EnvelopeGenerator.Dto project to the solution TekH 2026-06-17 09:45:22 +02:00
  • 6ca7767e4d Enhance grid functionality in EnvelopeSenderPage TekH 2026-06-17 09:41:46 +02:00
  • 4237f0a815 Add CellDisplayTemplate for ID column in grid TekH 2026-06-16 17:01:38 +02:00
  • 3302be9348 Refactor grid columns and improve UI styling TekH 2026-06-16 16:47:11 +02:00
  • 4572e20c51 Restrict Logout method to Sender auth scheme TekH 2026-06-16 16:32:53 +02:00
  • b3a70d7259 Add sender authentication check to EnvelopeSenderPage TekH 2026-06-16 15:55:59 +02:00
  • bb81920d44 Refactor sender page styles and add versioned URLs TekH 2026-06-16 15:05:00 +02:00
  • 3b66de0691 Enhance EnvelopeSenderPage with new UI and features TekH 2026-06-15 17:00:23 +02:00
  • 9f6004ba8c Refactor EnvelopeDto and add EnvelopeStatus enum TekH 2026-06-15 16:59:37 +02:00
  • ef246bae32 Add LogoutSenderAsync method to AuthService TekH 2026-06-15 16:59:16 +02:00
  • e4ebb29969 Add authorization and data fetching to sender page TekH 2026-06-15 16:24:45 +02:00
  • 83cdb9dfe9 Update launch settings for HTTPS and ReceiverUI profiles TekH 2026-06-15 16:20:28 +02:00
  • c5db676e01 Add EnvelopeService to DI container in Program.cs TekH 2026-06-15 15:56:49 +02:00
  • 95c8e15887 Add EnvelopeDto and EnvelopeService for API integration TekH 2026-06-15 15:40:59 +02:00
  • 561b844e59 Add filtering for active and completed envelopes TekH 2026-06-15 15:07:12 +02:00
  • 011960be75 Add EnvelopeStatus extensions and update documentation URL TekH 2026-06-15 14:55:01 +02:00
  • 3a2fa77862 refactor(WebUI): configure HtpClient TekH 2026-06-15 11:33:03 +02:00
  • cfa6dbd2de remove deprecated parameter TekH 2026-06-15 11:18:34 +02:00
  • eb2603f389 remove wwwroot/app.css and add js and css dependencies TekH 2026-06-15 11:04:35 +02:00
  • 456178bee1 migrate shared components TekH 2026-06-15 10:54:08 +02:00
  • 2c41c74510 refactor(COPILOT_CONTEXT): update to be compatible with the migration from ReceiverUI to WebUI TekH 2026-06-15 10:44:19 +02:00
  • bb73795d68 remove MIGRATION_CONTEXT.md TekH 2026-06-15 10:41:53 +02:00
  • 207992d95a fix(WebUI.Client.Services): resolve doc comment icons TekH 2026-06-15 10:27:51 +02:00
  • d6bafc64a6 Fix BOM issue in using directives in Report.cs and ReportsFactory.cs TekH 2026-06-15 10:18:31 +02:00
  • 3090711892 resolve comment icons TekH 2026-06-15 10:13:22 +02:00
  • 9dbd8f7952 remove Home.razor TekH 2026-06-15 09:59:42 +02:00
  • 48a41f2987 refactor(wwwroot): move docs, fonts, fake-data, images and js files. - update appsettings.json to fix TekH 2026-06-15 09:59:18 +02:00
  • 96688a951c refaactor: move css files to WebUI TekH 2026-06-15 09:50:19 +02:00
  • 6f07de3ec4 refactor(Pages): set the render mode of SSR pages as InteractiveServer TekH 2026-06-15 09:40:41 +02:00
  • 4611266224 fix(WebUI): resove referances TekH 2026-06-15 09:30:00 +02:00
  • c529d03129 move ssr pages TekH 2026-06-15 09:26:00 +02:00
  • 829fab9647 Add PDF viewer, signature, and typing enhancements TekH 2026-06-15 09:20:12 +02:00
  • b2e3605b54 migrate pdf-viewer.js TekH 2026-06-12 22:15:15 +02:00
  • 8cbdee2491 Integrate DevExpress and enhance app services TekH 2026-06-12 21:52:52 +02:00
  • 151c785af9 Enhance JSON options and authorization policies TekH 2026-06-12 15:21:50 +02:00
  • fa354a05cc Update authorization policy in ConfigController TekH 2026-06-12 15:21:29 +02:00
  • 1326407462 Update AuthController to use specific auth scheme TekH 2026-06-12 15:15:44 +02:00
  • a3c653ddb3 Simplify Envelope to EnvelopeDto mapping TekH 2026-06-12 15:15:09 +02:00
  • 8d736cdc5e Refactor EnvelopeDto property for receiver handling TekH 2026-06-12 15:14:51 +02:00
  • 4281eaeb22 migrate predefined report to WebUI TekH 2026-06-12 14:46:22 +02:00
  • 150fca5f47 Add data models, randomization, and report factory setup TekH 2026-06-12 14:04:37 +02:00
  • 1f889d8b58 Add signature workflow models, services, and configurations TekH 2026-06-12 14:02:55 +02:00
  • d599fe3156 Migrate initial YARP setup and client-side pages TekH 2026-06-12 13:56:12 +02:00
  • 6c40c48ac8 Add pages for sender/receiver login and homepage UI TekH 2026-06-12 13:25:29 +02:00
  • 536b8ef5da Integrate YARP and DevExpress Blazor components TekH 2026-06-12 13:10:17 +02:00
  • d35a35c75e feat(webui): migrate to hybrid Blazor architecture TekH 2026-06-12 12:48:32 +02:00
  • 7fb1a87cf2 Add Blazor WebAssembly and Server projects TekH 2026-06-12 12:25:24 +02:00
  • a3b33637fd Update authorization scheme for GetAsync method TekH 2026-06-11 23:04:53 +02:00
  • bc3134a033 Update Envelope to EnvelopeDto mapping configuration TekH 2026-06-11 23:04:43 +02:00
  • f106255c6b Add Receivers property to EnvelopeDto TekH 2026-06-11 23:04:31 +02:00
  • cb103dcb69 Restrict UserId visibility and update query includes TekH 2026-06-11 23:04:05 +02:00
  • 8c1dd9c40d Make boolean properties nullable in Envelope class TekH 2026-06-11 23:03:35 +02:00
  • ee358ffaab Update project version to 1.4.2 TekH 2026-06-11 17:14:20 +02:00
  • 0780dbdd94 Enhance PDF viewer and add embed page with file upload TekH 2026-06-11 17:13:17 +02:00
  • d722742fe8 Remove unused DevExpress Reporting CSS file TekH 2026-06-11 15:55:26 +02:00
  • 8c42105f58 Add PDF viewer with drag-and-drop file upload support TekH 2026-06-11 15:33:22 +02:00
  • 88b196ed6d Refactor report handling and improve async operations TekH 2026-06-11 14:11:56 +02:00
  • c99511de29 Add FORM_APPLICATION_CONTEXT.md for migration documentation TekH 2026-06-11 13:52:55 +02:00
  • 7d0c5a0ee5 Improve error handling and logging for envelope receiver TekH 2026-06-11 13:40:30 +02:00
  • 7001d7351f Remove default "fake" fallback for EnvelopeKey usage TekH 2026-06-11 13:37:55 +02:00
  • cf16312394 Refactor error handling in DocumentService and consumers TekH 2026-06-11 13:33:15 +02:00
  • ecb7f45f14 Refactor report creation and property initialization TekH 2026-06-11 13:12:40 +02:00
  • 0ba5578d94 Update appsettings.json configuration options TekH 2026-06-11 13:11:51 +02:00
  • e093471a24 Refactor: Replace ForceToUseFakeDocument property TekH 2026-06-11 13:07:17 +02:00
  • b16ae70762 Remove signature-related functionality TekH 2026-06-11 13:02:53 +02:00
  • c3e8f09291 Simplify EnvelopeReceiverPage logic and update settings TekH 2026-06-11 12:51:04 +02:00
  • a9fb82bbea Refactor _dotNetRef type and remove unused redirection TekH 2026-06-11 11:59:21 +02:00
  • 895fd5c509 Add route for DxReportViewer in yarp.json TekH 2026-06-11 11:58:58 +02:00
  • 3b4278d7e0 Add envelope viewer with signature functionality TekH 2026-06-11 11:52:11 +02:00
  • 6d1fb05e10 Update solution items in EnvelopeGenerator.sln TekH 2026-06-11 11:38:59 +02:00
  • 26da78fa22 Refactor ReceiverUI: Rename files, update routes TekH 2026-06-11 11:38:32 +02:00
  • 9eee2b523d Refactor YARP routes and update configurations TekH 2026-06-11 11:38:19 +02:00