David Nguyen
5b395fc9ad
fix: wip
2025-02-09 21:57:26 +11:00
David Nguyen
e128e9369e
fix: auth
2025-02-09 00:46:25 +11:00
David Nguyen
82b5795636
fix: build
2025-02-08 20:35:20 +11:00
David Nguyen
4aec21a37f
fix: migrate lingui
2025-02-07 19:40:21 +11:00
David Nguyen
d3392dada7
fix: minimal vite config
2025-02-07 16:33:30 +11:00
David Nguyen
8373af3f41
fix: wip
2025-02-07 00:58:50 +11:00
David Nguyen
d164b90aa3
fix: wip
2025-02-06 11:54:54 +11:00
David Nguyen
738201eb55
fix: errors
2025-02-06 01:57:23 +11:00
David Nguyen
7effe66387
fix: wip
2025-02-05 23:37:21 +11:00
David Nguyen
9c7910a070
fix: chao nextjs
2025-02-05 15:55:20 +11:00
David Nguyen
f55ccb21dd
fix: wip
2025-02-05 14:59:08 +11:00
David Nguyen
6b4c33a1bf
fix: wip
2025-02-05 01:29:26 +11:00
David Nguyen
f4b2f8614e
fix: wip
2025-02-05 00:57:10 +11:00
David Nguyen
1057ae6d2a
fix: wip
2025-02-05 00:57:00 +11:00
David Nguyen
540cc5bfc1
fix: wip
2025-02-04 22:25:11 +11:00
David Nguyen
381a9d3fb8
fix: wip
2025-02-04 16:24:26 +11:00
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
e20cb7e179
fix: wip
2025-01-31 23:17:50 +11:00
David Nguyen
aec44b78d0
fix: wip
2025-01-31 18:57:45 +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
42d24fd1a1
feat: copy, paste, duplicate template fields ( #1594 )
2025-01-23 14:28:26 +11:00
Mythie
0ef85b47b1
fix: handle empty object as fieldMeta
2025-01-21 09:46:54 +11:00
David Nguyen
74bb230247
fix: add empty success responses ( #1600 )
2025-01-20 19:47:39 +11:00
David Nguyen
a28cdf437b
feat: add get field endpoints ( #1599 )
2025-01-20 15:53:12 +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
Samuel Raub
48b55758e3
feat: ignore unrecognized fields from authorization response ( #1479 )
...
When authenticating using OIDC some IDPs send additional fields in their
authorization response.
This leads to an error because these fields can't be persisted to the DB
through the auth.js prisma adapter.
This PR solves this by deleting all unrecognized fields from the
authorization response before persisting.
This behaviour is also compliant to
[RFC6749 Section 4.1.2](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2 )
2025-01-13 11:05:37 +11:00
Mythie
723e1b4ea2
fix: include all template meta in findTemplates
2025-01-13 09:34:23 +11:00
David Nguyen
08a69c6168
fix: pending document edit ( #1580 )
...
Fix issue where you cannot edit a pending document when there is a CCer
recipient.
2025-01-11 22:31:59 +11:00
David Nguyen
948d9c24cf
fix: broken direct template webhook ( #1579 )
2025-01-11 21:42:33 +11:00
David Nguyen
ebbe922982
feat: add template and field endpoints ( #1572 )
2025-01-11 15:33:20 +11:00
Timur Ercan
6520bbd5e3
Update FEATURES
...
chore: typo
2025-01-10 14:25:39 +01:00
Ephraim Duncan
f707e5fb10
fix: update template field schema ( #1575 )
...
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2025-01-09 12:06:17 +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
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
Lucas Smith
18ca0cf3d6
chore: add translations ( #1564 )
2025-01-02 10:36:05 +11:00
David Nguyen
4085151f80
fix: merge common and web po files ( #1563 )
2024-12-31 17:20:58 +11:00
David Nguyen
cfe7b3a51f
fix: remove marketing ( #1562 )
2024-12-31 15:45:22 +11:00
Mythie
08d3d6a80a
fix: improve recipient status display
...
Improves the display of the recipients status when
distribution method is set to none.
Previously we had a ton of checks for sendStatus = SENT
which will never trigger when distributing manually causing
some confusion.
2024-12-31 14:54:19 +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
Ephraim Duncan
ee6efc4cca
fix: avoid having a drawn and typed signature at the same time ( #1516 )
2024-12-27 20:29:12 +11:00
Catalin Pit
6da15ab12b
feat: open the advanced settings automatically ( #1508 )
2024-12-27 19:57:24 +11:00