David Nguyen
44f5da95b3
chore: refactor routes ( #1992 )
2025-08-25 21:00:35 +10:00
David Nguyen
7eb882aea8
fix: email domain sender logic ( #1993 )
2025-08-25 20:59:37 +10:00
David Nguyen
dbf10e5b7b
chore: add agents file ( #1991 )
2025-08-25 11:32:15 +10:00
Lucas Smith
fe4d3ed1fd
v1.12.2-rc.5
v1.12.2-rc.5
2025-08-25 09:48:04 +10:00
David Nguyen
b8d07fd1a6
fix: refactor token router ( #1981 )
2025-08-25 08:25:01 +10:00
David Nguyen
49fabeb0ec
fix: refactor auth router ( #1983 )
2025-08-25 08:24:32 +10:00
David Nguyen
5a5bfe6e34
fix: refactor admin router ( #1982 )
2025-08-25 08:23:48 +10:00
David Nguyen
d7e5a9eec7
fix: refactor document router ( #1990 )
2025-08-25 08:23:12 +10:00
Ephraim Duncan
adefac81e2
fix: outdated docs ( #1985 )
2025-08-24 16:48:30 +10:00
Catalin Pit
67501b45cf
feat: create document in a specific folder ( #1965 )
2025-08-23 00:12:17 +10:00
Catalin Pit
17b36ac8e4
feat: sync organization name with stripe ( #1974 )
2025-08-22 23:28:04 +10:00
Lucas Smith
80e452afa2
fix: get accurate pdf page size ( #1980 )
...
Handles edge cases with PDF media boxes and crop boxes, deals with
certain documents that had been uploaded with weird combos of sizings.
2025-08-22 22:50:41 +10:00
Ephraim Duncan
1cb9de8083
chore: remove 'use client' directives ( #1979 )
2025-08-22 02:20:41 +00:00
Catalin Pit
231ef9c27e
chore: add support option ( #1853 )
2025-08-19 20:59:03 +10:00
Catalin Pit
6f35342a83
feat: reset user 2fa from admin panel ( #1943 )
2025-08-19 13:09:05 +10:00
David Nguyen
a51110d276
fix: prevent document unsigning on edit ( #1963 )
2025-08-18 13:48:51 +10:00
David Nguyen
7f81231467
fix: template e2e tests ( #1969 )
2025-08-18 12:42:36 +10:00
Lucas Smith
439262fd02
v1.12.2-rc.4
v1.12.2-rc.4
2025-08-16 19:16:29 +10:00
Lucas Smith
93a184355b
chore: add translations ( #1955 )
2025-08-16 19:10:21 +10:00
David Nguyen
1dea0b8fab
add dummy teamid ( #1968 )
2025-08-16 19:09:21 +10:00
David Nguyen
ea7a2c2712
fix: create customer on signup ( #1964 )
2025-08-14 16:30:16 +10:00
Catalin Pit
deb3a63fb8
feat: allow empty placeholder emails on templates ( #1930 )
...
Allow users to create template placeholders without the placeholder
emails.
2025-08-12 20:41:23 +10:00
Ephraim Duncan
cc05af2062
feat: backport the embedded mobile signing ux to main application ( #1919 )
...
This PR improves the mobile experience of the document signing page by
implementing a collapsible widget design for the signing form. On mobile
devices, the form now appears as a fixed bottom sheet that can be
expanded/collapsed, while maintaining the sticky sidebar layout on
desktop.
2025-08-12 20:40:14 +10:00
David Nguyen
9026aabe3b
fix: broken e2e tests ( #1956 )
2025-08-11 16:16:21 +10:00
David Nguyen
b844e166a9
fix: build
2025-08-11 12:16:34 +10:00
David Nguyen
950951de75
fix: github actions
2025-08-11 12:05:41 +10:00
David Nguyen
c37e10faab
fix: add document page access logging ( #1947 )
...
Add logging when someone accesses a document page
2025-08-11 11:50:32 +10:00
David Nguyen
fdf6efe94e
chore: extract translations ( #1949 )
...
Extract translations
2025-08-11 11:49:30 +10:00
David Nguyen
4c1eb8f874
fix: translation extraction github action ( #1950 )
...
Fix checkout action for translation extraction
2025-08-11 11:48:19 +10:00
Konrad
e547b0b410
fix: add special context to strings ( #1954 )
2025-08-11 11:47:21 +10:00
Catalin Pit
803edf5b16
feat: implement Drag-n-Drop for templates ( #1791 )
2025-08-07 15:37:55 +10:00
David Nguyen
86c133ae84
fix: remove field truncate logic ( #1940 )
...
Remove the truncation logic and render the text for preview/edit mode.
Text will now overflow, but it's up to the user to correct it
2025-08-07 11:55:25 +10:00
David Nguyen
c28c5ab91d
chore: correct the email domains documentation ( #1941 )
...
## Description
Update the documentation for email domains
2025-08-07 11:54:41 +10:00
Catalin Pit
d1eb14ac16
feat: include audit trail log in the completed doc ( #1916 )
...
This change allows users to include the audit trail log in the completed
documents; similar to the signing certificate.
https://github.com/user-attachments/assets/d9ae236a-2584-4ad6-b7bc-27b3eb8c74d3
It also solves the issue with the text cutoff.
2025-08-07 11:44:59 +10:00
Novapixel1010
f24b71f559
feat: env for support email ( #1945 )
...
Add the ability to change the support email. For the signature
disclosure page.
2025-08-07 10:39:03 +10:00
David Nguyen
2ee0d77870
fix: correctly set stripe customer names ( #1939 )
...
Currently the Stripe customer name is set to the organisation name,
which in some cases is just the organisation name.
This update makes it so it uses the owner name instead.
2025-08-05 12:30:02 +10:00
Ephraim Duncan
9b01a2318f
feat: download document via api v2 ( #1918 )
...
adds document download functionality to the API v2, returning
pre-signed S3 URLs that provide secure, time-limited access to document
files similar to what happens in the API v1 download document endpoint.
2025-08-05 12:29:21 +10:00
Catalin Pit
5689cd1538
feat: add tooltip to team member creation dialog for guidance ( #1933 )
2025-08-04 08:49:43 +03:00
Lucas Smith
9d5b573dda
v1.12.2-rc.3
v1.12.2-rc.3
2025-08-02 00:46:22 +10:00
David Nguyen
c48486472a
fix: add missing email reply validation ( #1934 )
...
## Description
General fixes to the email domain features
Changes made:
- Add "email" validation for "Reply-To email" fields
- Fix issue where you can't remove the "Reply-To" email after it's set
- Fix issue where setting the "Sender email" back to Documenso would
still send using the org/team pref
2025-08-02 00:40:41 +10:00
Lucas Smith
1e2388519c
hotfix: certificate pdfs are blank when using browserless ( #1935 )
...
Certificates have suddenly become blank when using browserless and
Chrome CDP.
This change introduces a workaround that involves reloading the
certificate pdf. Which is hacky but seems to work for now, a better
solution should be found in the future.
2025-08-02 00:39:48 +10:00
Ephraim Duncan
20198b5b6c
feat: add european date format ( #1925 )
2025-07-28 12:32:10 +10:00
Tom
7cbf527eb3
chore: update French translations ( #1762 )
2025-07-25 10:52:18 +10:00
Lucas Smith
767b66672e
chore: add translations ( #1910 )
2025-07-25 10:51:47 +10:00
David Nguyen
109a49826c
chore: extract translations
2025-07-24 16:15:34 +10:00
David Nguyen
3409aae411
feat: add email domains ( #1895 )
...
Implemented Email Domains which allows Platform/Enterprise customers to
send emails to recipients using their custom emails.
2025-07-24 16:05:00 +10:00
David Nguyen
07119f0e8d
fix: correctly render new lines in text fields ( #1920 )
...
Currently new lines are not rendered in text fields correctly on the
`/sign` page. This is an issue because when the field is inserted and
sealed we respect new lines.
2025-07-24 14:30:33 +10:00
Catalin Pit
7a5a9eefe8
feat: upload template via API ( #1842 )
...
Allow users to upload templates via both v1 and v2 APIs. Similar to
uploading documents.
2025-07-23 14:41:12 +10:00
samuel-cglg
5570690b3b
fix: clicking on tooltip icon submit parent form ( #1915 )
2025-07-23 14:28:02 +10:00
Mythie
9ea56a77ff
v1.12.2-rc.2
v1.12.2-rc.2
2025-07-20 17:05:19 +10:00