tekh tekh
  • Joined on 2024-01-19
tekh pushed to master at AppStd/ReC 2026-05-21 12:58:54 +02:00
d215b2f567 Update ReC.Client version and metadata
1703646927 Improve test robustness and dynamic profile resolution
03a8736161 Add TryResolveProfileIdAsync method for test profiles
f4240b6452 Refactor tests for UpdateResult and ReadResult queries
f66fbb30e8 Handle BadRequestException and improve test robustness
Compare 13 commits »
tekh pushed to master at AppStd/ReC 2026-05-21 08:34:32 +02:00
1fc395f495 Improve ReCClient static client and documentation
9e1bee9ea3 Refactor and enhance static ReCClient configuration
Compare 2 commits »
tekh pushed to master at AppStd/ReC 2026-05-21 08:31:34 +02:00
09c0a5f3cf Refactor static IServiceProvider initialization
46eccf7a9b Validate logger presence for LogSuccessfulRequests
275746afde Clarify static API and sync wrapper usage in ReC.Client
b06d8029c4 Add ReC.Client.xwiki to Solution Items in ReC.sln
e69bc9cdb9 Refactor ReCClient API for async and DI compatibility
Compare 24 commits »
tekh pushed to master at AppStd/ReC 2026-05-20 00:31:15 +02:00
6d8e51ad70 Add ReCClientOptions for configurable client behavior
01ac7ece1e Add optional logging control to HandleResponseAsync
e0c2aab2b1 Add support for configurable options in ReCClient
a43d1ebc20 Add optional ReCClientOptions configuration support
f96ad1ac7e Add ReCClientOptions for configurable logging behavior
Compare 14 commits »
tekh pushed to feat/blazor-receiver-ui at AppStd/EnvelopeGenerator 2026-05-13 23:12:01 +02:00
8a6120ff96 Merge branch 'master' into feat/blazor-receiver-ui
b5748550d1 Fix typo in document confirmation message
64c018b92e Add DbSets for ElementAnnotation and DocumentStatus
176672d7eb Add interface import and update email sending condition
Compare 80 commits »
tekh pushed to feat/blazor-receiver-ui at AppStd/EnvelopeGenerator 2026-05-13 22:47:55 +02:00
5b90c02a1f Add YARP reverse proxy for /api routes and API config
4da21133a6 Add signature pad and animated visor/cord canvas
8ee3ae55d9 Add custom CSS, Bootstrap Icons, and signature pad script
d30a42238f Add Blazor receiver UI and error page CSS styles
bb371ad6af Add main receiver-side Blazor pages for e-sign portal
Compare 21 commits »
tekh pushed to feat/blazor-receiver-ui at AppStd/EnvelopeGenerator 2026-05-12 15:17:56 +02:00
d24049cc02 Refactor: cleanup deprecated Blazor UI, remove placeholders & WASM
tekh pushed to master at AppStd/DigitalData.Auth 2026-05-12 10:39:34 +02:00
6bcc16cead Update project version to 1.3.0
a461cbaa71 Add CommonUserRoles section to appsettings.json
ce69779c9f Enhance JWT user claims with configurable roles
31a371ecb9 Update consumer name for Id 2 in repository config
e530bceacd Update Audience for sign-flow-gen in consumer-repository
Compare 8 commits »
tekh pushed to master at AppStd/ReC 2026-04-17 15:14:37 +02:00
a924e32291 Bump version to 2.4.0-beta in ReC.API.csproj
28a4146069 Auto-detect Content-Type and Accept headers if enabled
17d40817f2 Update version to 2.3.0-beta
330443d2c9 Add config options for EF Core logging and error details
6ca876c762 Improve HTTP header handling and error resilience
Compare 6 commits »
tekh pushed to master at AppStd/ReC 2026-04-17 00:47:46 +02:00
761fd208e5 Bump version to 2.2.1-beta
d149cbea3a Improve error handling in query behaviors for SQL execution
bb2dd4d63b Stricter error handling in BodyQuery and HeaderQuery behaviors
4bde1d090f Refactor query behaviors to process action collections
6681e56afc Refactor entity selection to use EntityType enum
Compare 70 commits »
tekh pushed to bugfix/raw-sql-query-behaviors at AppStd/ReC 2026-04-17 00:47:27 +02:00
761fd208e5 Bump version to 2.2.1-beta
d149cbea3a Improve error handling in query behaviors for SQL execution
bb2dd4d63b Stricter error handling in BodyQuery and HeaderQuery behaviors
4bde1d090f Refactor query behaviors to process action collections
Compare 4 commits »
tekh created branch bugfix/raw-sql-query-behaviors in AppStd/ReC 2026-04-17 00:47:27 +02:00
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-16 17:14:51 +02:00
6681e56afc Refactor entity selection to use EntityType enum
d61f5ce885 Update validators to use IsInEnum for Entity property
6374a5c257 Add EntityType enum and support in StoredProcedureBuilder
3b4954d387 Remove FakeRequest class and ResultType enum
42d586604e Add UpdateObjectProcedureValidator with validation rules
Compare 49 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-14 21:05:28 +02:00
cb7d154f64 Refactor LicenseManager registration with factory
a3f404b9ae Refactor to use LicenseManagerFactory in PDF jobs
1f7eb5d4ea Add LicenseManagerFactory for GdPicture license caching
e1ae3ffccb Increase log verbosity; add InitialJobState config
3e3bfaa904 Remove GdPictureLicenseKey from WorkerOptions
Compare 10 commits »
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-14 20:53:56 +02:00
ddb8b2673e Add support for five new RESULT_REFERENCE parameters
a70aee6e28 Add Reference1-5 properties to UpdateResultDto
f329543793 Add support for five new RESULT_REFERENCE parameters
645891150c Add Reference1-5 properties to InsertResultCommand
95cb34394c Add ProfileTypeName property to RecActionView
Compare 6 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-14 11:46:34 +02:00
6a9792bb57 Refactor WorkerController to manage job state via API
6954a86358 Add job state check and improve Worker options handling
d6c5b63c49 Register JobStateManager as singleton in DI container
8ca360d47e Add InitialJobState and GdPictureLicenseKey to WorkerOptions
2dadefecc5 Add JobStateManager for thread-safe job state tracking
Compare 10 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-13 11:26:15 +02:00
f0f92c5400 Ensure DocResult is included in envelope query handling
7e34f01f6a Include doc result in GetDocResultAsync query
f449767bf9 Add [NotMapped] for Envelope property on .NET Framework
f8ec6065c2 Add IncludeDocResult option to EnvelopeQueryBase
fabfe80666 Change FinalizeDocumentJob to scoped, add ReportCreator
Compare 6 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-09 15:38:58 +02:00
e5295b8302 Add global exception handling middleware
00a9cf06da Refactor envelope doc query and improve result validation
1b387238e8 Configure EnvelopeReport as a keyless entity
bda4f3dbef Add conditional Windows Service & Kestrel config support
2458d0c07a Configure Kestrel endpoint and hosting options in settings
Compare 21 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-08 10:49:50 +02:00
90031db6a5 Add query/handler for retrieving a single envelope
bc07af9622 Refactor jobs to use EnvelopeDto/ReceiverDto instead of entities
4caf8cd192 Refactor to use EnvelopeDto in report generation
5423d5317b Update DI and add EF Core SqlServer for all frameworks
6c8c8f22a3 Add EnvelopeReceivers to EnvelopeDto
Compare 15 commits »
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-02 21:02:56 +02:00
e816340755 Improve HTTP status info formatting in result views
64e8e2a5cc Add HTTP status formatting/parsing to ResultView
0edf2626a7 Add Info property to InsertResultCommand in test
1d16276a8a Add InfoDetail property to InsertResultCommand
4eae092031 Update result handling and error status in command handler
Compare 10 commits »