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
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
Lucas Smith
439262fd02
v1.12.2-rc.4
2025-08-16 19:16:29 +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
c37e10faab
fix: add document page access logging ( #1947 )
...
Add logging when someone accesses a document page
2025-08-11 11:50:32 +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
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
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
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
Mythie
9ea56a77ff
v1.12.2-rc.2
2025-07-20 17:05:19 +10:00
Lucas Smith
512e3555b4
feat: horizontal checkboxes ( #1911 )
...
Adds the ability to have checkboxes align horizontally, wrapping when
they would go off the PDF
2025-07-19 22:06:50 +10:00
Catalin Pit
c47dc8749a
fix: handle unauthorized document move error ( #1884 )
2025-07-16 14:45:12 +10:00
David Nguyen
32a5d33a16
fix: invalid folder queries ( #1898 )
...
Currently the majority of folder mutations only work if the user is the
owner of the folder.
2025-07-16 14:37:55 +10:00
David Nguyen
e5aaa17545
fix: restrict individual plans to upgrade only ( #1900 )
...
Prevent users from creating a separate organisation for individual
plans. Only applies to users who have 1 personal organisation and are
subscribing to the "Individual" plan.
The reason for this change is to keep the layout in the "Personal" mode
which means it doesn't show a bunch of unusable "organisation" related
UI.
2025-07-16 14:35:42 +10:00
David Nguyen
5083ecb4b8
fix: allow resubscribing ( #1901 )
...
Currently users who cancel their plan are stuck without the ability to
resubscribe. This allows them to choose a plan to subscribe
This assumes that a Subscription in the "INACTIVE" state means that the
plan has been paid but canceled.
No tests have been done to determine the relation between "PAST_DUE" and
"INACTIVE" states within our context.
2025-07-16 14:26:21 +10:00
Catalin Pit
168648164b
docs: add test webhook section ( #1902 )
2025-07-16 13:22:30 +10:00
Ephraim Duncan
939bbcdb33
docs: api rate limit ( #1899 )
2025-07-15 16:16:50 +10:00
Catalin Pit
122e25b491
feat: test webhook functionality ( #1886 )
2025-07-14 15:13:56 +10:00
Ephraim Duncan
55abecc526
fix: isAssistantMode was incorrectly set to true for regular recipients ( #1854 )
2025-07-13 22:41:18 +10:00
Lucas Smith
49c70fc8a8
chore: update docs
2025-07-11 17:02:10 +10:00
Lucas Smith
37ed5ad222
v1.12.2-rc.1
2025-07-11 12:55:56 +10:00
Catalin Pit
d6c11bd195
fix: sign-able readonly fields ( #1885 )
2025-07-10 16:47:36 +10:00
David Nguyen
106f796fea
fix: readonly field styling ( #1887 )
...
Changes:
- Updating styling of read only fields
- Removed truncation for fields and used overflow hidden instead
2025-07-10 12:35:18 +10:00
Lucas Smith
9917def0ca
v1.12.2-rc.0
2025-07-03 10:31:22 +10:00
Lucas Smith
8d1d098e3a
v1.12.1
2025-07-03 10:07:54 +10:00
Lucas Smith
1a1a30791e
v1.12.0
2025-07-03 10:01:03 +10:00
Lucas Smith
8695ef766e
v1.12.0-rc.8
2025-06-30 19:47:37 +10:00
David Nguyen
0cc729e9bd
feat: add sequential document view logs ( #1871 )
...
## Description
Add a new document audit log to detect when the document is viewed. This
should only be visible in the document audit log page
Notes:
1. I wanted to reuse the `DOCUMENT_OPENED` event and add an additional
paramter to track sequential views, but it's not query-able
2. This will log "DOCUMENT_VIEWED" before "DOCUMENT_OPENED" but i don't
think it matters
2025-06-30 19:11:16 +10:00
Lucas Smith
58d97518c8
v1.12.0-rc.7
2025-06-27 22:17:45 +10:00
Lucas Smith
20c8969272
fix: get real ip for rate limit key
2025-06-27 22:17:02 +10:00
Lucas Smith
85ac65e405
v1.12.0-rc.6
2025-06-27 21:46:16 +10:00
David Nguyen
e07a497b69
feat: api logging by pino ( #1865 )
...
experiemental
2025-06-27 21:44:51 +10:00
Lucas Smith
21dc4eee62
v1.12.0-rc.5
2025-06-27 18:53:45 +10:00
David Nguyen
dc2042a1ee
fix: rate limit api endpoints ( #1863 )
...
Rate limit API endpoint
2025-06-27 18:50:22 +10:00
Catalin Pit
bfe8c674f2
fix: globalAccessAuth error ( #1851 )
2025-06-23 10:10:57 +10:00
Ephraim Duncan
2345de679b
feat: admin monthly active users metric ( #1724 )
2025-06-19 15:12:17 +10:00
Catalin Pit
1be0e2842c
fix: refactor folders UI/UX ( #1770 )
...
- Add folder search
- Used correct HTML elements
- Added missing translations
- Removed automatic folder redirects
- Removed duplicate code
- Added folder loading skeletons and empty states
2025-06-19 14:57:32 +10:00
Ephraim Duncan
29a03d4ec7
feat: add inbox counter ( #1849 )
2025-06-18 13:30:01 +10:00