15e2988f9e
Merge branch 'main' into feat/auto-placing-fields
2025-11-20 09:32:13 +02:00
e5bde53ee4
chore: add translations ( #2223 )
2025-11-20 15:09:13 +11:00
0663605ffd
fix: handle loading files in embedded authoring update flows ( #2218 )
2025-11-20 15:07:41 +11:00
fbc156722a
feat: add Portuguese (Brazil) translation support version 2.0.6 ( #2165 )
...
Portuguese (Brazil) Translation Support for Documenso
2025-11-20 14:14:47 +11:00
374477e692
refactor: improve layout of completed signing page ( #2209 )
2025-11-20 11:04:41 +11:00
11d9bde8f8
fix: improve sealing speed ( #2210 )
2025-11-19 14:15:12 +11:00
798b6bd750
feat: add japanese chinese and korean support ( #2202 )
...
## Description
Adds the following languages since we updated our PDF sealing to support
special characters
- Japanese
- Korean
- Chinese (Simplified)
## Tests
Ran through the signing process in these new languages.
2025-11-18 16:57:38 +11:00
8fbace0f61
fix: viewed webhook had stale data ( #2208 )
2025-11-18 16:57:14 +11:00
86d11cc720
Merge branch 'main' into feat/auto-placing-fields
2025-11-17 12:14:28 +02:00
6aa56fe7e0
chore: add translations ( #2182 )
2025-11-17 15:48:02 +11:00
dabd2564cd
feat: add ability to change field recipient ( #2194 )
...
## Description
Add ability to change recipients for a given field.
<img width="336" height="224" alt="image"
src="https://github.com/user-attachments/assets/c122672d-68ab-4652-9c76-1a1bc874c16a "
/>
<img width="716" height="465" alt="image"
src="https://github.com/user-attachments/assets/a8e8636c-c780-4d56-910b-5522161b12d3 "
/>
2025-11-15 00:46:33 +11:00
56526f9448
feat: extend use envelope response ( #2192 )
2025-11-14 13:52:19 +11:00
58bff33275
fix: add context to signature pad translations ( #2051 )
2025-11-13 13:35:23 +11:00
2802813c76
fix: add default values for envelope field meta ( #2181 )
...
🙏
2025-11-12 18:22:30 +11:00
d67f32eae2
chore: add translations ( #2166 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-11-12 17:17:44 +11:00
a33233443b
chore: extract translations ( #2179 )
2025-11-12 17:09:50 +11:00
4ade408001
fix: include cmaps for pdf viewer ( #2177 )
...
We were previously omitting cmaps meaning that
when signing documents with certain UTF-8 characters or CJK characters
they would appear as outlined squares in the pdf viewer despite the
actual pdf looking as expected with the characters displaying correctly.
2025-11-12 11:00:44 +11:00
936d8d90b3
fix: envelope auth not being passed ( #2167 )
2025-11-11 13:05:05 +11:00
c6b08d8594
feat: org insights ( #1937 )
2025-11-11 12:09:58 +11:00
2aea3c4de0
fix: rename envelope buttons ( #2161 )
2025-11-10 22:21:34 +11:00
c615e30633
chore: enhance envelope creation with placeholder extraction and removal
2025-11-10 10:08:59 +02:00
ca0b83579f
fix: auto insert prefilled text and number fields ( #2157 )
2025-11-10 18:04:21 +11:00
805982f3e8
fix: envelope cc issues ( #2158 )
2025-11-10 11:42:57 +11:00
e2f5e570cf
fix: envelope direct template ( #2156 )
2025-11-09 22:23:13 +11:00
9fd9613076
feat: add additional field options ( #2154 )
2025-11-08 23:40:03 +11:00
d65866156d
fix: remove parallel steps ( #2152 )
2025-11-08 13:57:26 +11:00
37a2634aca
feat: support optimizeParallelism for inngest jobs ( #2151 )
2025-11-08 12:53:13 +11:00
db5524f8ce
fix: resolve issue with sealing task on inngest ( #2146 )
...
Currently on inngest the sealing task fails during decoration stating
that it can not find the step "xxx"
My running theory is that this was due to it being a
Promise.all(map(...)) even though that isn't explicitly disallowed.
This change turns it into a for loop collecting promises to be awaited
after the fact.
Local inngest testing looks promising.
2025-11-08 00:48:13 +11:00
48626b9169
fix: support utf8 filenames download ( #2145 )
2025-11-07 23:41:31 +11:00
358ba2dd6f
chore: update envelope handling and improve field positioning in PDF processing
2025-11-07 14:10:46 +02:00
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
0b91d33bfb
chore: enhance recipient handling and streamline placeholder processing in PDF fields
2025-11-07 10:35:59 +02:00
e010238bcc
Merge branch 'main' into feat/auto-placing-fields
2025-11-07 08:57:07 +02:00
88371b665a
fix: set correct envelope item cache url ( #2144 )
2025-11-07 16:50:58 +11:00
60d73e0921
chore: add translations ( #2143 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-11-07 14:45:21 +11:00
7f19ec1265
fix: embedded direct template recipient auth
2025-11-07 14:23:46 +11:00
d6a2f5a4c9
chore: extract translations ( #2070 )
2025-11-07 14:20:53 +11:00
d05bfa9fed
feat: add envelopes api ( #2105 )
2025-11-07 14:17:52 +11:00
498a2be1c7
chore: modularize PDF processing by extracting helper functions
2025-11-06 10:20:04 +02:00
3e84aa632f
chore: improve recipient creation with pattern matching and helper function
2025-11-06 09:29:08 +02:00
a08a77e98b
refactor: improve variable naming and streamline placeholder extraction logic in PDF processing
2025-11-04 14:18:01 +02:00
13d9ca7a0e
chore: some cleanup
2025-11-04 11:16:53 +02:00
91421a7d62
Merge branch 'main' into feat/auto-placing-fields
2025-11-03 14:31:28 +02:00
a9f1e39b10
feat: implement envelope item processing and enhance final envelope retrieval
2025-11-03 12:42:47 +02:00
b37748654e
feat: enhance recipient placeholder extraction and management in PDF processing
2025-11-03 12:23:11 +02:00
d2a009d52e
fix: allow direct template recipient dictation ( #2108 )
2025-11-01 12:44:34 +11:00
b3ed80d721
feat: integrate placeholder replacement in PDF normalization process
2025-10-31 13:12:23 +02:00
b3cb750470
feat: refactor field metadata handling and enhance field type parsing in PDF processing
2025-10-31 11:41:34 +02:00
1e52493144
feat: fieldMeta parsing
2025-10-30 16:43:54 +02:00
ab95e80987
feat: enhance PDF placeholder handling and recipient management
2025-10-30 13:52:18 +02:00