Commit Graph

1475 Commits

Author SHA1 Message Date
David Nguyen
8bffa7c3ed fix: wip 2025-02-03 19:52:23 +11:00
David Nguyen
b2af10173a fix: wip 2025-02-03 14:10:28 +11:00
David Nguyen
d7d0fca501 fix: wip 2025-01-31 14:09:02 +11:00
Mythie
f7a98180d7 wip 2025-01-30 14:54:15 +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
Mythie
9d83bda12c fix: standardise checkboxes
Checkboxes were previously styled super wonky due to
the usage of checkboxClassName which styled the checkbox
trigger.

This change reverts all that and leaves it with sensible defaults
across dark and light mode.
2024-12-31 11:55:49 +11:00
Catalin Pit
22fd1b5be1 fix: default to user timezone (#1559)
Passes the timezone of the user uploading the document/template via the
UI to the server.

If the user uploads a document/template via the API and doesn't set a
timezone, it defaults to `Etc/UTC`.
2024-12-31 10:27:24 +11:00
Catalin Pit
df33fbf91b feat: admin ui for disabling users (#1547) 2024-12-30 14:45:33 +11:00
Catalin Pit
487f52e194 feat: enable optional fields (#1470) 2024-12-27 19:30:44 +11:00
Dunsin
39b1c5bbec feat: additional valid password (#1456) 2024-12-27 16:02:45 +11:00
David Nguyen
8a7ec7e982 fix: billing page formatting (#1554) 2024-12-26 17:20:08 +11:00
Mythie
98b2da5018 v1.9.0-rc.5 2024-12-26 13:41:04 +11:00
Catalin Pit
fc1f76b543 fix: checkbox logic (#1537)
## Description

<!--- Describe the changes introduced by this pull request. -->
<!--- Explain what problem it solves or what feature/fix it adds. -->

## Related Issue

<!--- If this pull request is related to a specific issue, reference it
here using #issue_number. -->
<!--- For example, "Fixes #123" or "Addresses #456". -->

## Changes Made

<!--- Provide a summary of the changes made in this pull request. -->
<!--- Include any relevant technical details or architecture changes.
-->

- Change 1
- Change 2
- ...

## Testing Performed

<!--- Describe the testing that you have performed to validate these
changes. -->
<!--- Include information about test cases, testing environments, and
results. -->

- Tested feature X in scenario Y.
- Ran unit tests for component Z.
- Tested on browsers A, B, and C.
- ...

## Checklist

<!--- Please check the boxes that apply to this pull request. -->
<!--- You can add or remove items as needed. -->

- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [ ] I have followed the project's coding style guidelines.
- [ ] I have addressed the code review feedback from the previous
submission, if applicable.

## Additional Notes

<!--- Provide any additional context or notes for the reviewers. -->
<!--- This might include details about design decisions, potential
concerns, or anything else relevant. -->
2024-12-23 12:06:47 +02:00
Mythie
22c9fb777b fix: perf improvements 2024-12-18 15:01:57 +11:00
Mythie
2da051a7f9 v1.9.0-rc.4 2024-12-18 08:14:50 +11:00
Catalin Pit
c161553d1d feat: add disabled property for user (#1546) 2024-12-17 22:35:59 +11:00
Mythie
861e9c976b v1.9.0-rc.3 2024-12-16 09:35:33 +11:00
David Nguyen
b4a7f1887d feat: add trpc openapi (#1535) 2024-12-14 01:23:35 +09:00
Ephraim Duncan
7d201f05d9 fix: admin leaderboard query (#1522)
Co-authored-by: Lucas Smith <me@lucasjamessmith.me>
2024-12-13 15:50:52 +11:00
Mythie
a21ee2cea6 v1.9.0-rc.2 2024-12-13 15:16:26 +11:00
Mythie
c9fe134852 v1.9.0-rc.1 2024-12-12 10:31:44 +11:00
Mythie
f2149719e3 fix: resolve issue with embed css injection 2024-12-12 10:14:23 +11:00
David Nguyen
5df1a6602e fix: refactor search routes (#1529)
Refactor find endpoints to be consistent in terms of input and output.
2024-12-11 19:39:50 +09:00
Mythie
3d7b28a92b chore: update tailwind config 2024-12-11 13:52:34 +11:00
Mythie
ed862413b1 v1.9.0-rc.0 2024-12-11 09:48:01 +11:00
David Nguyen
fae9c0ca24 fix: refactor routers (#1523) 2024-12-10 16:11:20 +09:00
Ephraim Duncan
dd162205fa fix: prevent accidental signatures (#1515)
![CleanShot 2024-12-06 at 03 30
39](https://github.com/user-attachments/assets/d47dc820-f19d-43b7-a60d-914fc9ab24b8)

![CleanShot 2024-12-06 at 03 32
34](https://github.com/user-attachments/assets/0db98735-8c91-469b-873c-adb19d0fff7b)
2024-12-08 14:17:58 +11:00
David Nguyen
904948e2bc fix: refactor trpc errors (#1511) 2024-12-06 16:01:24 +09:00
David Nguyen
9f45fe62e4 fix: refactor teams router (#1500) 2024-12-05 22:14:47 +09:00
Mythie
0e7e9e17c9 v1.8.1 2024-12-05 13:57:05 +11:00
Mythie
b3ccb3d26f v1.8.1-rc.9 2024-12-05 13:53:35 +11:00
Mythie
0c53f5b061 v1.8.1-rc.8 2024-12-04 23:29:15 +11:00
Mythie
5e08d0cffb v1.8.1-rc.7 2024-12-04 22:43:41 +11:00