Catalin Pit
358ba2dd6f
chore: update envelope handling and improve field positioning in PDF processing
2025-11-07 14:10:46 +02:00
Catalin Pit
7fa86fe297
Merge branch 'feat/auto-placing-fields' of github.com:documenso/documenso into feat/auto-placing-fields
2025-11-07 10:36:25 +02:00
Catalin Pit
0b91d33bfb
chore: enhance recipient handling and streamline placeholder processing in PDF fields
2025-11-07 10:35:59 +02:00
Catalin Pit
e010238bcc
Merge branch 'main' into feat/auto-placing-fields
2025-11-07 08:57:07 +02:00
David Nguyen
88371b665a
fix: set correct envelope item cache url ( #2144 )
2025-11-07 16:50:58 +11:00
Lucas Smith
60d73e0921
chore: add translations ( #2143 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-11-07 14:45:21 +11:00
Lucas Smith
4a779ec81e
fix: handle custom org limits with member invite
2025-11-07 14:24:05 +11:00
Lucas Smith
7f19ec1265
fix: embedded direct template recipient auth
2025-11-07 14:23:46 +11:00
Lucas Smith
d6a2f5a4c9
chore: extract translations ( #2070 )
2025-11-07 14:20:53 +11:00
David Nguyen
d05bfa9fed
feat: add envelopes api ( #2105 )
2025-11-07 14:17:52 +11:00
Catalin Pit
498a2be1c7
chore: modularize PDF processing by extracting helper functions
2025-11-06 10:20:04 +02:00
Catalin Pit
3e84aa632f
chore: improve recipient creation with pattern matching and helper function
2025-11-06 09:29:08 +02:00
Catalin Pit
a08a77e98b
refactor: improve variable naming and streamline placeholder extraction logic in PDF processing
2025-11-04 14:18:01 +02:00
Catalin Pit
13d9ca7a0e
chore: some cleanup
2025-11-04 11:16:53 +02:00
Catalin Pit
d25565b7d0
test: add end-to-end tests for auto-placing fields from PDF placeholders
2025-11-03 16:07:09 +02:00
Catalin Pit
91421a7d62
Merge branch 'main' into feat/auto-placing-fields
2025-11-03 14:31:28 +02:00
Catalin Pit
a9f1e39b10
feat: implement envelope item processing and enhance final envelope retrieval
2025-11-03 12:42:47 +02:00
Catalin Pit
b37748654e
feat: enhance recipient placeholder extraction and management in PDF processing
2025-11-03 12:23:11 +02:00
David Nguyen
d2a009d52e
fix: allow direct template recipient dictation ( #2108 )
2025-11-01 12:44:34 +11:00
Catalin Pit
b3ed80d721
feat: integrate placeholder replacement in PDF normalization process
2025-10-31 13:12:23 +02:00
Catalin Pit
b3cb750470
feat: refactor field metadata handling and enhance field type parsing in PDF processing
2025-10-31 11:41:34 +02:00
Catalin Pit
1e52493144
feat: fieldMeta parsing
2025-10-30 16:43:54 +02:00
Catalin Pit
ab95e80987
feat: enhance PDF placeholder handling and recipient management
2025-10-30 13:52:18 +02:00
Catalin Pit
1780a5c262
Merge branch 'main' into feat/auto-placing-fields
2025-10-29 14:29:04 +02:00
Catalin Pit
cb9bf407f7
feat: autoplace fields from placeholders
2025-10-28 13:50:06 +02:00
Ephraim Duncan
ffce7a2c81
fix: filter document stats by folder ( #2083 )
...
This pull request refactors the filtering logic in the `getTeamCounts`
function within `get-stats.ts` to improve consistency and
maintainability. The main change is the consolidation of multiple filter
conditions into a single `AND` clause, which now includes search
filters, folder filters, and visibility filters. This ensures that all
relevant filters are applied in a unified way for document count
queries.
2025-10-28 21:16:12 +11:00
Ephraim Duncan
353bdce86b
feat: admin member role updates ( #2093 )
2025-10-28 21:09:38 +11:00
David Nguyen
9908580bf1
fix: add envelopes flag ( #2104 )
...
## Description
Add a global flag override for envelopes
2025-10-28 11:42:03 +11:00
David Nguyen
b0b07106b4
fix: envelope autosave ( #2103 )
2025-10-27 19:53:35 +11:00
Ephraim Duncan
35250fa308
feat: server port configurable via PORT env ( #2097 )
2025-10-27 17:24:24 +11:00
David Nguyen
5cdd7f8623
fix: envelope styling ( #2102 )
2025-10-27 16:11:10 +11:00
David Nguyen
47bdcd833f
chore: extract translations ( #2094 )
2025-10-24 16:37:10 +11:00
David Nguyen
03eb6af69a
feat: polish envelopes ( #2090 )
...
## Description
The rest of the owl
2025-10-24 16:22:06 +11:00
Lucas Smith
2eebc0e439
feat: add attachments ( #2091 )
2025-10-23 23:07:10 +11:00
Ephraim Duncan
4a3859ec60
feat: signin with microsoft ( #1998 )
2025-10-22 12:05:11 +11:00
Ephraim Duncan
49b792503f
fix: query envelope table for openpage stats ( #2086 )
2025-10-21 12:43:57 +00:00
Catalin Pit
c3dc76b1b4
feat: add API support for folders ( #1967 )
2025-10-21 18:22:19 +11:00
David Nguyen
daab8461c7
fix: email attachment names ( #2085 )
2025-10-21 12:59:40 +11:00
Lucas Smith
f15c0778b5
fix: authoring token arg and null email settings
2025-10-21 10:42:44 +11:00
David Nguyen
06cb8b1f23
fix: email attachment formats ( #2077 )
2025-10-16 14:16:00 +11:00
David Nguyen
7f09ba72f4
feat: add envelopes ( #2025 )
...
This PR is handles the changes required to support envelopes. The new
envelope editor/signing page will be hidden during release.
The core changes here is to migrate the documents and templates model to
a centralized envelopes model.
Even though Documents and Templates are removed, from the user
perspective they will still exist as we remap envelopes to documents and
templates.
2025-10-14 21:56:36 +11:00
Lucas Smith
86e89e137e
fix: bump search limit and path formatting ( #2069 )
2025-10-09 15:11:43 +11:00
Lucas Smith
a902bec96d
fix: use select account prompt for sso oidc ( #2065 )
...
Use the `select_account` prompt for SSO OIDC to avoid constantly asking
for credentials to be entered with a client has an existing session with
the SSO provider.
2025-10-07 17:06:28 +11:00
samuel-cglg
399f91de73
feat: improve invite email ( #2030 )
...
Improve the email sent to invite a user to approve/sign/assist/view a
document.
The current links "Reject Document" / "Sign Document" confuse some users
as they think the document will be rejected/signed just by clicking on
these buttons.
This change makes it more clear that they will have a chance to view the
document before they can reject/sign.
2025-10-06 16:19:16 +11:00
Lucas Smith
995bc9c362
feat: support 2fa for document completion ( #2063 )
...
Adds support for 2FA when completing a document, also adds support for
using email for 2FA when no authenticator has been associated with the
account.
2025-10-06 16:17:54 +11:00
David Nguyen
3467317271
chore: extract translations ( #2056 )
...
## Description
Extract translations to be translated
2025-10-02 13:20:30 +10:00
Catalin Pit
c7d21c6587
fix: update personal organisation email settings ( #2048 )
2025-09-29 10:11:00 +03:00
Lucas Smith
681540b501
fix: add removed date formats ( #2049 )
...
Add date formats that were removed in a prior pull request causing
issues with certain API requests.
2025-09-26 09:56:46 +10:00
Catalin Pit
f3305ac306
feat: show branding logo on signing page ( #2031 )
...
If the team has the branding enabled & a logo uploaded, it'll show on
the document signing page view.
2025-09-25 22:41:17 +10:00
Catalin Pit
3de1ea0a02
feat: resend dialog improvements ( #2034 )
...
The checkboxes were difficult to see and the "Send reminder" button
wasn't disabled when no recipients were selected. This PR disables the
sending button when there's no selected recipient and improves the
checkboxes visibility.
2025-09-25 22:23:07 +10:00