e79d762710
chore: add label for checkbox and radio fields ( #1607 )
2025-03-03 13:46:29 +11:00
d970976299
fix: remove auto-expand in embeddding
2025-02-28 14:46:15 +11:00
ad520bb032
fix: remove oauth from embeds
2025-02-27 14:08:59 +11:00
596d30e2e5
fix: remove lazy pdf loader
2025-02-26 21:48:06 +11:00
6474b4a524
fix: add preferred team middleware
2025-02-26 19:42:42 +11:00
5b4db51051
fix: react-pdf canvas build
2025-02-26 18:39:21 +11:00
cf58c80e31
fix: handle empty field meta for checkboxes
2025-02-26 15:30:51 +11:00
3328074f51
fix: early adopters can use platform features
2025-02-25 20:07:40 +11:00
c1c7cfaf8b
chore: cleanup
2025-02-25 16:37:36 +11:00
7e8955b89c
fix: add posthog error monitor
2025-02-25 15:14:45 +11:00
5255e8671f
chore: refactor pdf worker loader
2025-02-24 21:47:06 +11:00
d4c1bad407
fix: add default oauth user url
2025-02-23 18:49:22 +11:00
01dccb7916
chore: flattern routes
2025-02-21 15:53:23 +11:00
483d7caef7
feat: allow document rejection in embeds ( #1662 )
2025-02-21 01:27:03 +11:00
139bc265c7
fix: migrate billing to RR7
2025-02-21 01:16:23 +11:00
991ce5ff46
fix: update teams API tokens logic
2025-02-21 00:34:50 +11:00
7728c8641c
fix: share opengraph
2025-02-20 15:38:06 +11:00
50a41d0799
fix: pdf viewer and embeds
2025-02-20 15:06:36 +11:00
250381fec8
fix: billing
2025-02-20 12:17:55 +11:00
ec07092bf6
fix: session refresh
2025-02-19 22:29:30 +11:00
63e2ef0abf
fix: static caching
2025-02-19 21:35:35 +11:00
90ce52164c
chore: add password tests
2025-02-19 18:41:53 +11:00
ac30654913
fix: add auth session lifetime
2025-02-19 18:04:36 +11:00
24f3ecd94f
fix: remove marketing url
2025-02-19 16:45:54 +11:00
a319ea0f5e
fix: add public profiles tests
2025-02-19 16:07:04 +11:00
5ce2bae39d
fix: resolve internal pdf translations
2025-02-19 14:43:35 +11:00
dd602a7e1c
fix: themes
2025-02-18 15:17:13 +11:00
5fc724b247
fix: rework sessions
2025-02-17 22:46:36 +11:00
1ed1cb0773
chore: refactor sessions
2025-02-16 00:44:01 +11:00
8d5fafec27
feat: add static cache
2025-02-15 00:08:36 +11:00
0f6f236e0c
fix: firefox fouc
2025-02-14 23:02:45 +11:00
e518985833
fix: migrate 2fa to custom auth
2025-02-14 22:00:55 +11:00
595e901bc2
fix: make auth migration more flexible
2025-02-14 19:22:11 +11:00
180656978b
feat: add themes
2025-02-14 17:50:23 +11:00
28f5177064
fix: dialogs with search params
2025-02-14 16:14:02 +11:00
31de86e425
feat: add oidc
2025-02-14 16:01:16 +11:00
92db4d68db
fix: cleanup env variables
2025-02-13 20:56:44 +11:00
ebc2b00067
fix: add sign up hook
2025-02-13 20:21:23 +11:00
b205f7e5f3
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-13 19:47:38 +11:00
c5d5355cf7
fix: assistant mode breaks for number fields
2025-02-13 19:46:14 +11:00
5fac29a07f
fix: add css targets for embeds
2025-02-13 19:45:54 +11:00
1aaacab6ca
fix: temp field label/text truncation ( #1565 )
...
TEMP: Fix the truncation of the field label/text.
2025-02-13 19:43:35 +11:00
06076c1809
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-13 19:42:08 +11:00
c0ae68c28b
feat: assistant role ( #1588 )
...
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.
2025-02-13 19:37:34 +11:00
741639ee78
fix: improve move to team display logic
2025-02-13 18:49:03 +11:00
c9e8a32471
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.
2025-02-13 18:44:29 +11:00
b03c5ab1a7
fix: admin leaderboard query sorting ( #1548 )
2025-02-13 18:32:38 +11:00
9db42accf3
feat: add text align option to fields ( #1610 )
...
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 "
/>
N/A
- Added text align option
- Update the insert in pdf method to support different alignments
- Added a debug mode to field insertion
- Ran manual tests using the debug mode
2025-02-13 18:28:33 +11:00
383b5f78f0
feat: migrate nextjs to rr7
2025-02-13 14:10:38 +11:00