tekh tekh
  • Joined on 2024-01-19
tekh created branch refactor/result-status-structure in AppStd/ReC 2026-04-02 21:02:56 +02:00
tekh pushed to master at AppStd/ReC 2026-03-30 15:45:01 +02:00
2e157656a7 Update validator registration assembly in DI setup
tekh pushed to master at AppStd/ReC 2026-03-30 15:31:16 +02:00
8042a6f898 Update project version to 2.1.0-beta
f25fc627fe Update AutoMapper to version 16.1.1
Compare 2 commits »
tekh pushed to master at AppStd/ReC 2026-03-30 14:42:46 +02:00
d6af24cd91 Remove PlaceholderResolutionException class
bb5eac023c Change ReplacePlaceholders to return NULL for unresolved
77baf395ce Update ReplacePlaceholders mapping to use single argument
6c9eab6df6 Refactor ResultViewDto status and add info/error fields
c64794755d Remove "EXEC" from stored procedure call in builder
Compare 23 commits »
tekh pushed to master at AppStd/ReC 2026-03-30 09:08:03 +02:00
b66a49f74d Refactor: add StoredProcedureBuilder for SQL calls
70dc52139d Refactor SQL param and command construction in procedures
210ed9be8d Refactor SQL construction with StringBuilder for clarity
b2544b64e3 Refactor: use named params in SP calls, cleanup usings
0b1e0d25ca Explicitly set SqlDbType.TinyInt for relevant SQL parameters
Compare 8 commits »
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