4a5f565591
chore: template fields testing
2025-02-11 14:21:23 +02:00
f544eae2a6
chore: add template tests
2025-02-11 10:29:56 +02:00
a2ffd75c17
chore: add tests
2025-02-11 09:50:46 +02:00
8619eec67a
chore: self-review pr
2025-02-10 16:47:07 +02:00
f325a04cb5
chore: update templates
2025-02-10 15:49:21 +02:00
6a47b3a6e5
chore: documents work properly
2025-02-10 13:44:13 +02:00
a7adb77e47
chore: allow document creation from template
2025-02-07 18:08:14 +02:00
bfcbaea3a9
chore: remove unique email constraint
2025-02-07 15:22:50 +02:00
64964f420a
chore: make duplicate recipients work for remplates
2025-02-07 14:29:38 +02:00
2896673a23
chore: allow duplicate recipient in templates
2025-02-06 16:58:16 +02:00
b684b9574d
chore: reverse some code changes
2025-02-06 15:17:06 +02:00
12803d1a5e
chore: undo code
2025-02-06 14:32:18 +02:00
c41002313a
chore: allow same signer docs
2025-02-06 14:27:37 +02:00
516435fa2a
Merge branch 'main' into feat/allow-same-signer-email-multiple-times
2025-02-05 10:27:18 +02:00
7d9a3f9776
fix: assistant mode breaks for number fields
2025-02-04 07:59:41 +11:00
0216af4ae8
Merge branch 'main' into feat/allow-same-signer-email-multiple-times
2025-02-03 14:12:42 +02:00
cbad065dac
v1.9.1-rc.0
v1.9.1-rc.0
2025-02-03 10:13:16 +11:00
25a3861c91
fix: add css targets for embeds
2025-02-03 09:58:40 +11:00
b9ae277041
v1.9.0
v1.9.0
2025-02-03 09:33:08 +11:00
7fad826d06
v1.9.0-rc.12
v1.9.0-rc.12
2025-02-01 15:53:18 +11:00
eb8ba2036a
chore: add translations ( #1619 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-02-01 15:52:21 +11:00
339759166c
fix: temp field label/text truncation ( #1565 )
...
TEMP: Fix the truncation of the field label/text.
2025-02-01 14:35:19 +11:00
637e06f9c0
fix: unable to check on the checkbox field ( #1593 )
...
This change prevents race conditions between state updates and API
operations by updating local state immediately before making async
calls.
2025-02-01 14:34:42 +11:00
332e0657e0
feat: assistant role ( #1588 )
...
## Description
Introduces the ability for users with the **Assistant** role to prefill
fields on behalf of other signers. Assistants can fill in various field
types such as text, checkboxes, dates, and more, streamlining the
document preparation process before it reaches the final signers.
https://github.com/user-attachments/assets/c1321578-47ec-405b-a70a-7d9578385895
2025-02-01 14:31:18 +11:00
4017b250fb
chore: api v2 docs ( #1620 )
...
chore update docs for api v2 announce
2025-01-31 09:11:47 +01:00
41373a7c6f
fix: improve move to team display logic
2025-01-31 11:33:08 +11:00
7cc85ca6bc
chore: extract translations
2025-01-30 16:03:36 +11:00
bc19fa0cbd
feat: add Polish and Italian ( #1618 )
2025-01-30 15:21:37 +11:00
a60f58e20b
chore: add translations ( #1617 )
2025-01-30 15:09:35 +11:00
aca902b5ff
chore: add translations ( #1585 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-01-30 13:24:46 +11:00
3cde3cb7b2
Merge branch 'main' into feat/allow-same-signer-email-multiple-times
2025-01-28 12:40:45 +02:00
2f866c41b4
fix: create global settings on team creation ( #1601 )
...
The global team settings weren't created when creating a new team.
## Changes Made
The global team settings are now created when a new team is created.
2025-01-28 16:16:18 +11:00
7e4faef95f
chore: add cancelled webhook event ( #1608 )
...
https://github.com/user-attachments/assets/9f2ff975-6688-4150-b4e3-0eb21e2b5503
2025-01-28 15:34:22 +11:00
bcef84787d
feat: bulk send templates via csv ( #1578 )
...
Implements a bulk send feature allowing users to upload a CSV file to
create multiple documents from a template. Includes CSV template
generation, background processing, and email notifications.
<img width="563" alt="image"
src="https://github.com/user-attachments/assets/658cee71-6508-4a00-87da-b17c6762b7d8 "
/>
<img width="578" alt="image"
src="https://github.com/user-attachments/assets/bbfac70b-c6a0-466a-be98-99ca4c4eb1b9 "
/>
<img width="635" alt="image"
src="https://github.com/user-attachments/assets/65b2f55d-d491-45ac-84d6-1a31afe953dd "
/>
## Changes Made
- Added `TemplateBulkSendDialog` with CSV upload/download functionality
- Implemented bulk send job handler using background task system
- Created email template for completion notifications
- Added bulk send option to template view and actions dropdown
- Added CSV parsing with email/name validation
## Testing Performed
- CSV upload with valid/invalid data
- Bulk send with/without immediate sending
- Email notifications and error handling
- Team context integration
- File size and row count limits
Resolves #1550
2025-01-28 15:33:32 +11:00
70a3ac0525
fix: tidy document invite email render logic ( #1597 )
...
Updates one of our confusing ternaries to use `ts-pattern` for rendering
the conditional blocks making it easy to follow the logic occurring.
## Related Issue
N/A
## Changes Made
- Swapped ternary for `ts-pattern`
## Testing Performed
- Manually created a bunch of documents in configurations matching those
required to exhaust the `match` conditions.
2025-01-28 15:18:12 +11:00
c6fb101a99
fix: admin leaderboard query sorting ( #1548 )
2025-01-28 13:05:40 +11:00
2984af769c
feat: add text align option to fields ( #1610 )
...
## Description
Adds the ability to align text to the left, center or right for relevant
fields.
Previously text was always centered which can be less desirable.
See attached debug document which has left, center and right text
alignments set for fields.
<img width="614" alt="image"
src="https://github.com/user-attachments/assets/361a030e-813d-458b-9c7a-ff4c9fa5e33c "
/>
## Related Issue
N/A
## Changes Made
- Added text align option
- Update the insert in pdf method to support different alignments
- Added a debug mode to field insertion
## Testing Performed
- Ran manual tests using the debug mode
2025-01-28 12:29:38 +11:00
071f5c546d
chore: remove same email check from backend
2025-01-27 17:08:55 +02:00
9f9f6701c8
chore: remove same email check from backend
2025-01-27 16:44:21 +02:00
b01eaceeb8
feat: allow same signer email multiple times
2025-01-27 16:36:53 +02:00
9183f668d3
chore: bump node version for docker
2025-01-27 12:20:04 +11:00
54ea96391a
fix: correct redirect after document duplication ( #1595 )
2025-01-23 16:34:22 +11:00
42d24fd1a1
feat: copy, paste, duplicate template fields ( #1594 )
2025-01-23 14:28:26 +11:00
dc36a8182c
v1.9.0-rc.11
v1.9.0-rc.11
2025-01-21 09:49:22 +11:00
0ef85b47b1
fix: handle empty object as fieldMeta
2025-01-21 09:46:54 +11:00
058d9dd0ba
v1.9.0-rc.10
v1.9.0-rc.10
2025-01-20 19:54:39 +11:00
74bb230247
fix: add empty success responses ( #1600 )
2025-01-20 19:47:39 +11:00
7c1e0f34e8
v1.9.0-rc.9
v1.9.0-rc.9
2025-01-20 16:08:15 +11:00
7e31323faa
fix: add team context to more vanilla client usages
2025-01-20 15:53:28 +11:00
a28cdf437b
feat: add get field endpoints ( #1599 )
2025-01-20 15:53:12 +11:00