tekh tekh
  • Joined on 2024-01-19
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-03 11:14:30 +01:00
2fcea78574 Add Swagger doc filter for /api/auth proxy login endpoint
e8e428f935 Update default Audience value in AuthTokenKeys
9450ed3486 Remove old Login endpoint and related documentation
583a07c646 Add YARP reverse proxy support to API project
51ad4fbc2c Add YARP reverse proxy route for auth login requests
Compare 22 commits »
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-02 11:43:22 +01:00
a60d0f63e2 Update CORS origins and authentication config values
2481059b49 Update AuthClientParams URL and Audience in dev settings
Compare 2 commits »
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-02 11:17:11 +01:00
6334097d5e Remove CommonServices project reference from API
9baa126c8c Update LocalizationController namespace and localizer types
1ef46013cd Remove EnvelopeGenerator.Terminal from solution
72dffd1043 Update SQL to use User.GetId() for current user context
eda30472b9 No changes detected in diff
Compare 8 commits »
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-02 09:38:36 +01:00
a59d4836d4 Add EnvelopeGenerator.API project, remove GeneratorAPI
f475cf4ea9 Remove dotnet-ef tool config and IIS publish profiles
Compare 2 commits »
tekh created branch refactor/api-unification in AppStd/EnvelopeGenerator 2026-02-02 09:38:35 +01:00
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-30 15:08:09 +01:00
d39018ca39 Add TfaRegistrationController for receiver TFA endpoints
b49482137f Add ReadOnlyController for envelope sharing flows
bd40404d97 Add DocumentController for envelope document retrieval
6f16921a79 Remove Obsolete attributes and update FirstAsync behavior
1afc95f9c6 Add obsolete FirstAsync extension to TaskExtensions
Compare 13 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-28 14:14:21 +01:00
a3afeb175f Refactor controllers for MediatR and cleaner API design
114555c843 Add XML docs to ReadEnvelopeReceiverQueryHandler ctor
f294ef2fde Refactor EnvelopeTypeController to use MediatR
02ad819da9 Refactor EnvelopeReceiverController to use MediatR only
041d98ca78 Refactor EnvelopeController to use MediatR exclusively
Compare 12 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-27 12:07:07 +01:00
172f2e27d7 Bump version to 3.9.0 in EnvelopeGenerator.Web.csproj
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-27 12:03:50 +01:00
d350e2ae48 Add envelope validation to BurnAnnotsToPDF function
2779452d72 Add ReadOnly property to Envelope class
5ebc6c6739 Update SQL to include ENVELOPE_TYPE in envelope query
891593755e Remove DLL ref, update configs, add WCF metadata
Compare 4 commits »
tekh pushed to feat/read-and-confirm-form-ui at AppStd/EnvelopeGenerator 2026-01-26 09:13:20 +01:00
796b233ba4 Add contract type check to envelope validation
tekh pushed to feat/read-and-confirm-form-ui at AppStd/EnvelopeGenerator 2026-01-22 17:15:08 +01:00
tekh created branch feat/read-and-confirm-form-ui in AppStd/EnvelopeGenerator 2026-01-22 17:15:07 +01:00
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-22 15:57:19 +01:00
b20260674e Improve PDF font handling; simplify report SQL fields
7e5ff6bcb2 Refactor APIEnvelopeJob to use primary constructor
6eed9b1e31 Update WorkerSettings with SQL Server connection string
d4b1a4921c Refactor worker to use config, DI, and Quartz scheduling
f078bafdde Refactor Jobs namespace and improve PDF handling
Compare 5 commits »
tekh pushed to master at AppStd/ReC 2026-01-22 10:41:32 +01:00
27d731a5b0 Bump version to 2.0.0-beta in ReC.API.csproj
b8f797f14d Make EndpointAuthType non-nullable with default NoAuth
6feef53733 Update namespaces and usings for Insert procedures
878e096c57 Refactor TypeId to use RestType enum in InsertActionProcedure
2ded140ad5 Rename SqlExceptionNumber to BadRequestSqlExceptionNumber
Compare 7 commits »
tekh pushed to master at AppStd/EnvelopeGenerator 2026-01-22 09:22:04 +01:00
786a3e128d Add EnvelopeGenerator.WorkerService as background worker
ff3a146636 Add job framework for envelope processing and PDF finalization
40b2cad598 Add EnvelopeGenerator.Jobs project to the solution
5c675be0ed Add type check to Handle method in AnnotationHandler
58164be640 Handle missing PsPdfKitAnnotation with blank JSON
Compare 12 commits »
tekh pushed to master at AppStd/ReC 2026-01-22 09:07:24 +01:00
d8e08b237d Simplify SqlException config structure in appsettings.json
tekh pushed to master at AppStd/ReC 2026-01-22 01:54:28 +01:00
88cb1dc16a Handle SqlException in UpdateObjectProcedureHandler
8d6a09213e Simplify BadRequestException error message on insert failure
54f412ced2 Improve error handling in DeleteObjectProcedureHandler
51b9c62188 Add SqlException config options and update dependencies
bb5525778d Improve error handling in InsertObjectProcedureHandler
Compare 10 commits »
tekh pushed to master at AppStd/DigitalData.Core 2026-01-21 22:08:11 +01:00
e0737299cf Bump version to 1.1.1 in project file
2db99edcda Add constructor to BadRequestException for inner exceptions
Compare 2 commits »
tekh pushed to master at AppStd/DigitalData.Core 2026-01-21 21:56:28 +01:00
65186b4f47 chore(Infrastructure): bump to 2.6.1
eb3a5b8991 Apply AsNoTracking to raw/interpolated queries in DbRepository
908d85c648 refactor(Core.Abstraction.Application): bump to 1.6.0
d0f055e066 Bump version to 2.6.0 in csproj metadata
7f9e6155fe Add repository registration to DI setup
Compare 10 commits »
tekh pushed to master at AppStd/ReC 2026-01-21 12:07:11 +01:00
86f4e3141e Remove all 'fake' profile endpoints from controllers