e96523b786
update to use IRepository<T>
2025-10-08 13:36:09 +02:00
9adc1ea4e7
refactor(annotation): remove unnecessary loop
2025-10-08 10:26:25 +02:00
510f5e9ddd
fix: update to set to hold the value of id in a varable to be able to use form fields
2025-10-08 00:47:17 +02:00
44b204ca68
add structred id to image annotations
2025-10-08 00:36:20 +02:00
b72ac68daf
refactor(annotations.js): move generateId method to outsite of createAnnotations method
2025-10-08 00:29:37 +02:00
7d85d59ace
add hasStructuredID property isntead of throwing exception and filter it
2025-10-08 00:19:28 +02:00
4fad41bd0b
update to use # as seperator instead of _
2025-10-07 22:19:01 +02:00
3f116ce11a
refactor(annotation): generate deterministic annotation IDs based on envelopeId, receiverId, and element index
2025-10-07 09:41:02 +02:00
41738bb36c
refactor(annotation): add envelope id and receiver id input parameters
2025-10-06 17:12:06 +02:00
44a9971cf8
refactor(DependencyInjection.Config): add AddSQLExecutor method
2025-10-01 14:08:41 +02:00
82d4b7ec6a
feat(infrastructure): refactor DIExtensions for DbContext registration
...
* Removed `dbContextOptions` parameter from `AddEnvelopeGeneratorInfrastructureServices`
* Moved `AddDbContext` registration into `Config` class with overloads for both `Action<DbContextOptionsBuilder>` and `Action<IServiceProvider, DbContextOptionsBuilder>`
* Simplified service registration flow and improved extensibility
2025-10-01 13:25:52 +02:00
53a656f6ee
move DbTriggerParams to Infrastructure layer.
...
- createConfig for flexable configuration
2025-10-01 12:59:55 +02:00
04b3d630fe
update to ignore appsettings.migration.json
2025-09-29 16:45:55 +02:00
d39a3d283d
bump to 3.4.1
2025-09-29 16:18:51 +02:00
06431028cb
refactor(EnvelopeLocked): add if smsExpiration-statetment to timer script
2025-09-29 14:04:24 +02:00
eafcd79749
create appsettings.Logging
2025-09-29 10:58:34 +02:00
78473a45f1
move TFARegParams to appsettings.Security
2025-09-29 10:55:31 +02:00
5c10636e37
refactor(appsettings.GSM): create and move GtxMessagingParams
2025-09-29 10:50:42 +02:00
91c8043a23
refactor: move TFARegParams to appsettings.UI
2025-09-29 10:48:36 +02:00
5e77b300d6
fix: add PSPDFKitLicenseKey
2025-09-29 10:46:01 +02:00
ec30c86da1
move DisableMultiLanguage parameter to UI
2025-09-29 10:37:27 +02:00
341cb175a9
refactor(appsettings): add appsettings.Security
2025-09-29 10:34:52 +02:00
cccbb36f94
refactor(appsettings.UI): add appsettings for UI
2025-09-29 10:26:21 +02:00
c75877b19e
add appsettings.Database
2025-09-29 10:08:57 +02:00
dde855a08f
refactor(appsettings.Mail): create to hold mail and message configurations
2025-09-29 09:54:17 +02:00
247ab38536
refactor(appsettings.Annotation): create to handle Annotation para,eters
2025-09-29 09:39:47 +02:00
737df03f01
refactor(Program): update to scan all appsettings.*.json's
2025-09-29 09:26:23 +02:00
7e1ef838d7
chore(Web): bump to 3.4
2025-09-26 16:38:35 +02:00
16657f6a31
refactor(Pdf): Add Background-method to place a background behind the signatures.
2025-09-26 16:00:25 +02:00
bf0bd8e9e7
refactor(ISignature): create to handle common properties of a signature
...
- implement to entity and dto
2025-09-25 16:14:59 +02:00
94ce416aa1
refactor(Pdf); rename OutputStream as ExportStream
...
- rename ToBytes extension method as ExportAsBytes
2025-09-25 12:52:50 +02:00
7964cc44fb
refactor(Extensions): add ToBytes shortcut method
2025-09-25 12:47:03 +02:00
b0b734ecfb
refactor(Edit): rename as Pdf
...
- add Page and Design methods as shortcut methods
2025-09-25 11:06:03 +02:00
ac29fac88d
add OutputStream getter
2025-09-24 17:49:15 +02:00
ed4fd6ce96
feat(Edit): created to handle pdf edit operations fluently
2025-09-24 16:07:51 +02:00
0fa641c15d
feat(Extensions): Add PDF editing extension methods using iText
...
- Introduced `Edit` extension methods for `Stream` and `byte[]` to allow
in-place PDF modifications via a `PdfDocument` action.
- Supports both .NET and .NET Framework projects.
- Ensures proper disposal of streams and PdfDocument instances.
2025-09-24 14:12:35 +02:00
7a6f2a3304
refactor(EnvelopeController): remove unnecessary document assigment
2025-09-24 10:07:51 +02:00
b5d744c1cd
fix(annotation): invoke sigature background creation to fix z-index problem
2025-09-23 19:25:09 +02:00
a1f4898c35
refactor(annotation.js): split to regions
2025-09-23 18:08:08 +02:00
841cc4fd8d
refactor(annotations.js): update createAnnotations to return signatures and remove instance input
2025-09-22 17:19:00 +02:00
e2df610544
refactor(EnvelopeController): update EnvelopeReceiverReadOnly to use without then-calback-method
2025-09-22 13:26:09 +02:00
95fd16fff0
Download the relevant Google font locally
2025-09-22 12:52:12 +02:00
4fcef41fc0
minimize return statement
2025-09-19 15:28:11 +02:00
9a2959b307
remvoe createElementFromHTML
2025-09-19 15:26:20 +02:00
d51c7ac5ae
convert to function
2025-09-19 15:23:40 +02:00
925187e294
remove UI class to simplify
2025-09-19 15:22:48 +02:00
80c6b5bc64
update signatureCount to init in constructor
2025-09-19 15:18:50 +02:00
7d4106d0a5
refactor(app): simplify App initialization and rename PSPDFKit instance
...
- Initialize `currentDocument` and `currentReceiver` directly in constructor
- Replace `Instance` with `pdfKit` for clearer naming
- Remove redundant envelope/document loading in `init`
- Update all method references to use `this.pdfKit`
2025-09-19 15:16:59 +02:00
3b9b930b82
remove ActionType object
2025-09-19 15:07:24 +02:00
9ec6fcf272
update to use roload instead of rejection redirection
2025-09-19 15:03:23 +02:00