Commit Graph

1503 Commits

Author SHA1 Message Date
Jenil Savani ad01e5af94 fix: adjust desktop nav search button width and spacing (#1699) 2025-03-13 10:35:24 +11:00
Jenil Savani 6f39e89d30 fix: improve layout and truncate document information in logs page (#1656) 2025-03-12 16:29:48 +11:00
Mythie e95e13021d v1.9.1-rc.9 2025-03-08 10:28:53 +11:00
Catalin Pit 5dfb17c216 fix: optional fields in embeds (#1691)
Fix optional fields blocking the signature process in embeds
2025-03-08 10:21:29 +11:00
Mythie 123a709836 v1.9.1-rc.8 2025-03-06 20:30:15 +11:00
Ephraim Duncan ae6cc24317 feat: hide signature ui when theres no signature field (#1676) 2025-03-06 12:34:11 +11:00
Catalin Pit 1789eff564 chore: add label for checkbox and radio fields (#1607) 2025-02-28 21:09:38 +11:00
Mythie 235d846d2b v1.9.1-rc.7 2025-02-28 10:11:36 +11:00
Mythie ca3d65ad10 fix: remove auto-expand in embeddding 2025-02-28 10:11:08 +11:00
Mythie 617e3a46e0 v1.9.1-rc.6 2025-02-28 09:10:16 +11:00
Mythie 1560218d4a v1.9.1-rc.5 2025-02-27 11:44:19 +11:00
Mythie 5c7768c253 fix: improve embed mobile experience 2025-02-27 11:43:42 +11:00
Mythie 42e39f7ef1 v1.9.1-rc.4 2025-02-26 15:28:51 +11:00
Mythie 838e399c73 fix: handle empty field meta for checkboxes 2025-02-26 15:27:44 +11:00
Mythie 59c1e55233 v1.9.1-rc.3 2025-02-25 08:03:13 +11:00
Mythie 2fbaf56c06 fix: early adopters can use platform features 2025-02-25 07:54:28 +11:00
Mythie 00b46561c2 v1.9.1-rc.2 2025-02-20 11:35:03 +11:00
Lucas Smith 11bc93a9a4 feat: allow document rejection in embeds (#1662)
Bing bang
2025-02-20 11:34:19 +11:00
Mythie ce1c93b2a6 v1.9.1-rc.1 2025-02-05 21:03:15 +11:00
Catalin Pit 82337e4e3a fix: typed signature not working (#1635)
The `typedSignatureEnabled` prop was removed from the `SignatureField`
component, which broke the typed signature meaning that nobody could
sign documents by typing their signature.
2025-02-05 21:02:21 +11:00
Mythie 7d9a3f9776 fix: assistant mode breaks for number fields 2025-02-04 07:59:41 +11:00
Mythie cbad065dac v1.9.1-rc.0 2025-02-03 10:13:16 +11:00
Mythie 25a3861c91 fix: add css targets for embeds 2025-02-03 09:58:40 +11:00
Mythie b9ae277041 v1.9.0 2025-02-03 09:33:08 +11:00
Mythie 7fad826d06 v1.9.0-rc.12 2025-02-01 15:53:18 +11:00
Catalin Pit 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
Ephraim Duncan 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
Ephraim Duncan 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
Mythie 41373a7c6f fix: improve move to team display logic 2025-01-31 11:33:08 +11:00
Lucas Smith 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
Ephraim Duncan c6fb101a99 fix: admin leaderboard query sorting (#1548) 2025-01-28 13:05:40 +11:00
Lucas Smith 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
Ephraim Duncan 54ea96391a fix: correct redirect after document duplication (#1595) 2025-01-23 16:34:22 +11:00
Mythie dc36a8182c v1.9.0-rc.11 2025-01-21 09:49:22 +11:00
Mythie 058d9dd0ba v1.9.0-rc.10 2025-01-20 19:54:39 +11:00
Mythie 7c1e0f34e8 v1.9.0-rc.9 2025-01-20 16:08:15 +11:00
Mythie 7e31323faa fix: add team context to more vanilla client usages 2025-01-20 15:53:28 +11:00
Mythie 9de3a32ceb fix: pass team id to vanilla trpc client 2025-01-20 09:30:36 +11:00
David Nguyen 0d3864548c fix: bump trpc and openapi packages (#1591) 2025-01-19 22:07:02 +11:00
David Nguyen 9e03747e43 feat: add create document beta endpoint (#1584) 2025-01-16 13:36:00 +11:00
David Nguyen 5750f2b477 feat: add prisma json types (#1583) 2025-01-15 13:46:45 +11:00
David Nguyen 901be70f97 feat: add consistent response schemas (#1582) 2025-01-14 00:43:35 +11:00
David Nguyen 7d0a9c6439 fix: refactor prisma relations (#1581) 2025-01-13 13:41:53 +11:00
Mythie dcaccb65f2 v1.9.0-rc.8 2025-01-13 10:21:05 +11:00
David Nguyen ebbe922982 feat: add template and field endpoints (#1572) 2025-01-11 15:33:20 +11:00
Mythie 4e197ac24c v1.9.0-rc.7 2025-01-09 15:07:11 +11:00
Catalin Pit 6fc5e565d0 fix: add document visibility to template (#1566)
Adds the visibility property to templates
2025-01-09 10:14:24 +11:00
Mythie 07c852744b v1.9.0-rc.6 2025-01-08 20:18:09 +11:00
Lucas Smith 4fab98c633 feat: allow switching document when using templates (#1571)
Adds the ability to upload a custom document when using a template.

This is useful when you have a given fixed template with placeholder
values that you want to decorate with Documenso fields but will then
create a final specialised document when sending it out to a given
recipient.
2025-01-07 16:13:35 +11:00
David Nguyen 4085151f80 fix: merge common and web po files (#1563) 2024-12-31 17:20:58 +11:00