tekh tekh
  • Joined on 2024-01-19
tekh pushed to web-multi-lang-integr at AppStd/EnvelopeGenerator 2026-02-17 16:04:47 +01:00
d842332d97 Update to v3.10.0 and revise Bootstrap Icons set
f5b0f25d96 Add ImageSharp dependency to all major projects
60afc0f320 Update NuGet packages and remove chat.svg reference
ce7af03064 Update System.Security.AccessControl to v6.0.1
8e9bf5d46f Update NuGet packages and binding redirects to latest versions
Compare 9 commits »
tekh pushed to web-multi-lang-integr at AppStd/EnvelopeGenerator 2026-02-16 19:24:11 +01:00
352618a745 Improve locale resolution in loadPSPDFKit function
8cf6484786 Dynamic locale support for date formatting functions
7345b8f877 Localize toolbar button titles using localized object
dc6a2027d6 Refactor UI messages for localization support
8f94317e80 Support localization for annotation labels and text
Compare 8 commits »
tekh pushed to web-multi-lang-integr at AppStd/EnvelopeGenerator 2026-02-16 13:24:16 +01:00
566dae8e2e Add French privacy policy and update project file
9763ff05cf Update localization injection in cookie consent partial
83f571b226 Add 2FA registration localization and update Reg.cshtml
95ea4db0a0 Add localization for protected doc UI strings
a2e68d275f Add localization for "Creator" and "Date" labels
Compare 14 commits »
tekh pushed to web-multi-lang-integr at AppStd/EnvelopeGenerator 2026-02-12 17:17:04 +01:00
297ab458c7 Replace Cultures with MultiCulture and update middleware order
0e270e3182 Update Culture model and DI for non-nullable properties
bcf55f7906 Update CultureMiddleware to use MultiCulture config
489b2d0917 Rename Cultures class to MultiCulture throughout codebase
63fbdc3bd5 Validate culture cookie against supported languages
Compare 19 commits »
tekh pushed to web-multi-lang-integr at AppStd/EnvelopeGenerator 2026-02-11 10:56:31 +01:00
f41199c389 Add LangCode property to EmailTemplate entity
tekh created branch web-multi-lang-integr in AppStd/EnvelopeGenerator 2026-02-11 10:56:30 +01:00
tekh pushed to master at AppStd/EnvelopeGenerator 2026-02-11 10:54:37 +01:00
03e3e0eaf4 Add IHasChangedWhen support and cleanup using statements
c8ca1ef22a Refactor EmailTemplate Update method signature and logic
d31916eab8 Add AutoMapper auditing extensions for timestamp fields
ee7c92ff5b Refactor entities to use new auditing interfaces
89db852705 Refactor auditing interfaces to new Auditing namespace
Compare 82 commits »
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-11 10:32:17 +01:00
03e3e0eaf4 Add IHasChangedWhen support and cleanup using statements
c8ca1ef22a Refactor EmailTemplate Update method signature and logic
d31916eab8 Add AutoMapper auditing extensions for timestamp fields
ee7c92ff5b Refactor entities to use new auditing interfaces
89db852705 Refactor auditing interfaces to new Auditing namespace
Compare 22 commits »
tekh pushed to refactor/api-unification at AppStd/EnvelopeGenerator 2026-02-09 09:09:56 +01:00
eb96842122 Refactor: Rename EmailTemplateQuery to EmailTemplateQueryBase
a8cb8f935c No changes detected in this commit
387456659d Remove Obsolete attribute from Handle method
17e3a67fe5 Refactor handler to use generic IRepository for templates
632723de5a Refactor email template DTOs and response handling
Compare 26 commits »
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