1592fbd369
fix: field hover
2025-11-06 15:43:36 +11:00
db2f912a08
fix: update create envelope item endpoint to use formdata
2025-11-05 22:10:17 +11:00
fc2e9af6a0
fix: add preview page
2025-11-05 17:18:15 +11:00
22011fd4ba
fix: finish file stuff
2025-11-05 14:51:07 +11:00
717fa8f870
fix: add endpoints for getting files
2025-11-04 15:18:11 +11:00
8663c8f883
fix: various envelope updates
2025-11-04 14:57:42 +11:00
c89ca83f44
fix: redirect v2 beta url
2025-11-04 11:55:07 +11:00
4a0425b120
feat: add formdata endpoints for documents,envelopes,templates
...
Adds the missing endpoints for documents, envelopes and
templates supporting file uploads in a singular request.
Also updates frontend components that would use the prior
hidden endpoints.
2025-11-03 15:11:20 +11:00
a6e923dd8a
feat: allow multipart requests for public api
...
Adds support for multipart/form-data requests in the public api
allowing documents to be uploaded without having to perform a secondary
request.
Need to rollout further endpoints for envelopes and templates.
Need to change how we store files to not use `putFileServerSide`
2025-11-03 15:10:28 +11:00
7e38d06ef5
Merge branch 'main' into feat/add-envelopes-api
2025-11-01 12:47:55 +11:00
d2a009d52e
fix: allow direct template recipient dictation ( #2108 )
2025-11-01 12:44:34 +11:00
f93d34c38e
fix: clean up endpoints
2025-10-31 15:48:05 +11:00
9020bbc753
fix: add regression test
2025-10-31 12:38:14 +11:00
353bdce86b
feat: admin member role updates ( #2093 )
2025-10-28 21:09:38 +11:00
e13b9f7c84
fix: hide banner for envelope editor ( #2109 )
2025-10-28 16:55:44 +11:00
9908580bf1
fix: add envelopes flag ( #2104 )
...
## Description
Add a global flag override for envelopes
2025-10-28 11:42:03 +11:00
b0b07106b4
fix: envelope autosave ( #2103 )
2025-10-27 19:53:35 +11:00
35250fa308
feat: server port configurable via PORT env ( #2097 )
2025-10-27 17:24:24 +11:00
5cdd7f8623
fix: envelope styling ( #2102 )
2025-10-27 16:11:10 +11:00
03eb6af69a
feat: polish envelopes ( #2090 )
...
## Description
The rest of the owl
2025-10-24 16:22:06 +11:00
88836404d1
v1.13.1
2025-10-24 10:50:25 +11:00
2eebc0e439
feat: add attachments ( #2091 )
2025-10-23 23:07:10 +11:00
4a3859ec60
feat: signin with microsoft ( #1998 )
2025-10-22 12:05:11 +11:00
c3dc76b1b4
feat: add API support for folders ( #1967 )
2025-10-21 18:22:19 +11:00
1ffc4bd703
v1.13.0
2025-10-21 11:21:04 +11:00
f15c0778b5
fix: authoring token arg and null email settings
2025-10-21 10:42:44 +11:00
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
7b17156e56
v1.12.10
2025-10-09 15:32:35 +11:00
26f65dbdd7
v1.12.9
2025-10-07 17:07:11 +11:00
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
a5eaa8ad47
v1.12.8
2025-09-29 23:22:59 +10:00
577691214b
fix: add viewed call for embedded signing ( #2055 )
...
Adds the missing `viewedDocument` method call for embedded signing.
I believe this had previously been added but was lost as the result of a
merge conflict being resolved.
2025-09-29 23:22:36 +10:00
c7d21c6587
fix: update personal organisation email settings ( #2048 )
2025-09-29 10:11:00 +03:00
2aa391f917
v1.12.7
2025-09-26 09:57:34 +10:00
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
68b4305b6a
feat: add max file size for uploaded documents ( #2044 )
2025-09-25 22:40:00 +10:00
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
b8fc47b719
v1.12.6
2025-09-25 22:10:20 +10:00
cfceebd78f
feat: change organisation owner in admin panel ( #2047 )
...
Allows changing the owner of an organisation within the admin panel,
useful for support requests to change ownership from a testing account
to the main admin account.
<img width="890" height="431" alt="image"
src="https://github.com/user-attachments/assets/475bbbdd-0f26-4f74-aacf-3e793366551d "
/>
2025-09-25 17:13:47 +10:00
8590502338
fix: file upload error messages ( #2041 )
2025-09-24 16:06:41 +03:00
197d17ed7b
v1.12.5
2025-09-23 21:00:48 +10:00
3c646d9475
feat: remove email requirement for recipients ( #2040 )
2025-09-23 17:13:52 +10:00
ed4dfc9b55
v1.12.4
2025-09-13 18:08:55 +10:00
32ce573de4
fix: incorrect certificate health logic ( #2028 )
2025-09-13 18:07:39 +10:00
2ecfdbdde5
v1.12.3
2025-09-12 23:02:59 +10:00
2c0d4f8789
chore: self hosting docs update and certificate issues ( #1847 )
2025-09-09 21:26:42 +10:00
9ac7b94d9a
feat: add organisation sso portal ( #1946 )
...
Allow organisations to manage an SSO OIDC compliant portal. This method
is intended to streamline the onboarding process and paves the way to
allow organisations to manage their members in a more strict way.
2025-09-09 17:14:07 +10:00
374f2c45b4
chore: add soc2 compliance ( #2019 )
...
added soc2 compliance to docs
2025-09-08 17:56:53 +02:00
bb5c2edefd
feat: implement auto-save functionality for signers in document edit form ( #1792 )
2025-09-02 21:01:16 +10:00
19565c1821
fix: access audit logs for documents in folder ( #1989 )
2025-08-31 12:17:31 +10:00