tekh tekh
  • Joined on 2024-01-19
tekh pushed to master at AppStd/ReC 2026-03-27 11:46:33 +01:00
29bc0cf8b5 Relax RESULT validation to allow StatusId, Info, or Error
c8b264cef6 Improve null safety in InsertObjectProcedureValidator
078525d85d Refactor RecAction invoke endpoint to use profileId param
Compare 3 commits »
tekh pushed to master at AppStd/ReC 2026-03-27 09:12:28 +01:00
b3dfdd1e5c Update namespaces to Common.Dto for DTO-related files
bd78ada686 Remove all DTO class definitions from application
2b4773a4c0 Remove Root and ActionId from ResultViewDto
ff7d6c99ae Update RecActionViewDto mapping and add Profile property
fa438e70cb Allow ReplacePlaceholders to handle null objects safely
Compare 16 commits »
tekh pushed to master at AppStd/ReC 2026-03-26 12:48:51 +01:00
e96773f3c4 Remove DbModelConfigurationException and related logic
06e92b588f Remove DbModel configuration and related JSON file
b922cbbb30 Remove ConfigureDbModel from dependency injection setup
6c56375e3e Refactor RecDbContext to remove dynamic view mapping
fa9aa23f32 Add EF Core data annotations to view models
Compare 33 commits »
tekh pushed to master at AppStd/ReC 2026-03-25 09:41:10 +01:00
894b7bb070 Improve error handling and resource cleanup in action handler
a707cce6e4 Refactor error handling in Pre/Postprocessing behaviors
2ca85a2372 Refactor action behaviors to use Unit instead of bool
dbe09cd07b Refactor error handling in RecActionView invocation
690dcea7a8 Add PostprocessingBehavior to MediatR pipeline
Compare 21 commits »
tekh pushed to master at AppStd/ReC 2026-03-24 11:29:49 +01:00
302fee4908 Refactor tests to send commands directly to mediator
3e10176d98 Add PreprocessingBehavior for action command pipeline
4f0f99e0f8 Refactor InsertResultProcedure execution method
8fb4b4005c Refactor UpdateObjectProcedure to use DTO properties
b3bb7144ef Refactor IUpdateProcedure to generic with Id and Data props
Compare 43 commits »
tekh pushed to master at AppStd/ReC 2026-03-18 12:07:50 +01:00
754ef88644 Bump version to 2.0.2-beta in ReC.API.csproj
95ece6fdcf Remove unused imports from ResultController.cs
87194df697 Refactor and expand REST action authentication support
b38d53248c Force HTTP/1.1 for NTLM when UseHttp1ForNtlm is enabled
56b604bd35 Add UseHttp1ForNtlm option to RecAction config
Compare 10 commits »
tekh pushed to master at AppStd/FakeNTLMServer 2026-03-18 12:05:01 +01:00
b08d88ee0f Configure NLog only in non-development environments
58f228dc6f Add NLog file logging configuration and error handling
a68cb68c5c Add NLog and NLog.Web.AspNetCore dependencies
f78b8dfd9e Bump version to 1.0.1-beta in project file
Compare 4 commits »
tekh pushed to master at AppStd/FakeNTLMServer 2026-03-18 09:44:06 +01:00
eac1ab3929 Revert "Enable Windows Authentication in web.config"
665b44ad82 Revert "Enable anonymous authentication alongside Windows auth"
32ff0a4888 Enable anonymous authentication alongside Windows auth
81c6604295 Enable Windows Authentication in web.config
893b44565c Enable Swagger via config and add project version metadata
Compare 14 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2026-03-12 16:12:13 +01:00
64c018b92e Add DbSets for ElementAnnotation and DocumentStatus
tekh pushed to master at AppStd/EnvelopeGenerator 2026-03-11 17:45:39 +01:00
176672d7eb Add interface import and update email sending condition
05d54e87c3 Bump version to 3.12.3 in project file
Compare 2 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2026-03-11 14:12:14 +01:00
06c2a07fbc Replace DateTime.UtcNow with DateTime.Now for timestamps
tekh pushed to feat/wisag-customization at AppStd/EnvelopeGenerator 2026-03-11 14:10:32 +01:00
7271106892 Update company logo and CSS classes in UI config
tekh pushed to master at AppStd/EnvelopeGenerator 2026-03-11 12:59:24 +01:00
7cb1546934 Add Reject endpoint to AnnotationController
60db762bcc Bump project version to 3.12.2
5e840db04c Refactor envelope rejection logic in EnvelopeController
e724a74f9c Bump version to 3.12.1 in project file
48b7afcdc1 Restrict rejection check to ReadAndSign envelopes
Compare 10 commits »
tekh pushed to feat/wisag-customization at AppStd/EnvelopeGenerator 2026-03-11 12:58:55 +01:00
d02149cb6b Update AllowedOrigins to use localhost:8080 instead of 7202
8d8b9a6ea0 Update PSPDFKit license key in appsettings file
96a2abdda8 Update NLog log directory path in appsettings.Logging.json
6cc2d77fc0 Update Default DB connection string and credentials
Compare 4 commits »
tekh created branch feat/wisag-customization in AppStd/EnvelopeGenerator 2026-03-11 12:58:55 +01:00
tekh pushed to bugfix/read-confirm-reject-stops-flow at AppStd/EnvelopeGenerator 2026-03-11 12:32:41 +01:00
7cb1546934 Add Reject endpoint to AnnotationController
60db762bcc Bump project version to 3.12.2
5e840db04c Refactor envelope rejection logic in EnvelopeController
e724a74f9c Bump version to 3.12.1 in project file
48b7afcdc1 Restrict rejection check to ReadAndSign envelopes
Compare 10 commits »
tekh created branch bugfix/read-confirm-reject-stops-flow in AppStd/EnvelopeGenerator 2026-03-11 12:32:40 +01:00
tekh pushed to master at AppStd/EnvelopeGenerator 2026-03-10 13:21:22 +01:00
1f5468b1ac Refactor PDF canvas transform to use Save/Restore state
b20aafe7a5 Fix PDF/A conversion status check in PDFMerger
466d0a3a7a Refactor envelope and annotation data retrieval logic
7281cb47c3 Remove duplicate ProjectReference in BBTests.vbproj
Compare 14 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-03-09 21:27:21 +01:00
7af934ea19 Integrate DevExpress Reporting for envelope history
b65367fb6d Refactor FinalizeDocumentJob dependencies and method call
25c31108cb Add EnvelopeReport repository dependency to ReportCreator
4083833b19 Add EnvelopeReports DbSet to EGDbContextBase
f53bc65acf Add EnvelopeReport entity mapped to VWSIG_ENVELOPE_REPORT
Compare 16 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-03-09 10:19:06 +01:00
cc4a7d8c20 Refactor ActionService: DI, CancellationToken support
0b8068f926 Add summary comment to ActionService for migration context
9fd7a68798 Refactor envelope processing for per-item error handling
d6e2690bb8 Refactor envelope fetch to use EF LINQ instead of SQL
Compare 4 commits »