This website requires JavaScript.
Explore
Help
Register
Sign In
tekh
tekh
0 Followers
·
0 Following
Joined on
2024-01-19
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
2
Projects
Packages
Code
Public Activity
Starred Repositories
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
tekh
pushed to
master
at
AppStd/ReC
2026-01-21 10:23:15 +01:00
869ba9858f
Update ProfileController to use CreatedAtAction in Post
tekh
pushed to
master
at
AppStd/ReC
2026-01-20 16:22:42 +01:00
5dee104377
Handle SQL exceptions in InsertActionProcedure test
36e1d5fad1
Update test assertions to allow any non-default int result
304490d661
Add explicit @RC handling in SQL for delete/update procs
Compare 3 commits »
tekh
pushed to
master
at
AppStd/EnvelopeGenerator
2026-01-20 10:54:43 +01:00
5707213edd
Conditionally apply PDF background for read-only envelopes
ad54ba9dc4
Conditionally load annotations based on READ_AND_CONFIRM
1f233153cf
Restrict page view tracking to READ_AND_CONFIRM mode
513ec007eb
Set ViewData["ReadAndConfirm"] for envelope read-only state
1305714da2
Move ReadOnly property from Envelope to EnvelopeDto
Compare 18 commits »
First
Previous
...
5
6
7
8
9
...
Next
Last