25291b64eb
fix: highlighting issue in recipient selection
2024-02-15 22:25:23 +05:30
fddd860d15
chore: code refactor to avoid repetitions
2024-02-15 11:33:43 +00:00
fe2093fe7c
feat: add next-runtime-env ( #869 )
...
This PR adds the package
[next-runtime-env](https://github.com/expatfile/next-runtime-env/ ) to
populate the public environment variables at runtime.
2024-02-15 22:10:21 +11:00
7fbe9b519c
fix: styling
2024-02-15 20:42:17 +11:00
bd3c64658a
feat: add document version history UI
2024-02-15 20:39:26 +11:00
769eaa0ed9
feat: add roles to templates recipients
2024-02-15 07:01:41 +00:00
49cddfab38
chore: lint with oxc
2024-02-15 06:11:50 +00:00
3e12a05ab8
chore: more grammar
2024-02-14 17:19:48 +01:00
a76504c0a4
Merge branch 'main' into chore-security-text
2024-02-14 17:16:44 +01:00
abab0c0a22
chore: grammer and format
2024-02-14 17:14:43 +01:00
c680cfc24f
chore: update pr based on review
2024-02-14 14:55:46 +00:00
cab875f68a
fix: update create delete user sql script
2024-02-14 14:55:46 +00:00
6daaa3a6d4
Merge branch 'main' into feat/account-deletion
2024-02-14 14:54:26 +00:00
61958989b4
feat: more webhook functionality
2024-02-14 14:38:58 +02:00
4c5b910a59
chore: add examples
2024-02-14 13:15:35 +11:00
f72b669f67
feat: restrict app access for unverified users ( #835 )
v1.4.0-rc.0
v1.4.0
2024-02-13 20:22:43 +11:00
536cafde31
Merge branch 'main' into feat/disable-access-unverified-users
2024-02-13 20:19:16 +11:00
d052f02013
chore: refactor code
2024-02-13 06:01:25 +00:00
4878cf388f
chore: add the missing signIn function
2024-02-13 07:53:36 +02:00
149f416be7
chore: refactor code
2024-02-13 07:50:22 +02:00
524a2f4ea9
Merge branch 'main' into feat/separate-document-page
2024-02-13 11:15:31 +11:00
82b87739d0
fix: update document links
2024-02-12 19:00:47 +11:00
c432261dd8
chore: disable button while form is submitting
2024-02-12 09:49:59 +02:00
1852aa4b05
chore: add info
2024-02-12 09:49:59 +02:00
a868ecf2d2
fix: restrict team verification tokens ( #927 )
...
## Description
Currently we're not restricting team transfer and email verification
tokens from flowing into the frontend.
This changes restricts it to only return the required information
instead of the whole data object.
2024-02-12 18:23:07 +11:00
071475769c
feat: add document page view
2024-02-12 17:30:23 +11:00
b1bb345929
fix: redirect URL preventing document flow ( #925 )
...
## Description
Currently the document redirect URL feature is preventing documents from
being created unless a redirect URL is provided.
During the document edit flow, the redirect URL is hidden in an advanced
tab with the value of an empty string, which will always fail the
current Zod validation since `optional` requires undefined to pass.
There are multiple ways to fix this, but I think this is the easiest
method where we can assume an empty string is valid.
2024-02-12 15:23:15 +11:00
1a82740d0f
feat: support recipient roles
2024-02-12 15:16:09 +11:00
51608ed390
fix: lint issue
2024-02-12 02:02:43 +00:00
8ebef831ac
Merge branch 'main' into feat/add-runtime-env
2024-02-12 12:30:35 +11:00
20e2976731
fix: build issues
2024-02-12 01:29:22 +00:00
3a32bc62c5
feat: initial document audit logs implementation ( #922 )
...
Added initial implementation of document audit logs.
2024-02-12 12:04:53 +11:00
d5867ae8de
Merge branch 'main' into reattach-pdf
2024-02-09 20:51:15 +05:30
0209127136
feat: delete webhook functionality
2024-02-09 16:28:18 +02:00
ddb9dd11d7
feat: added backend stuff
2024-02-09 16:07:33 +02:00
b3ba77dfed
feat: allow user to choose expiry date
2024-02-09 11:35:09 +02:00
4f990a7030
feat: redirect users upon signing completion ( #888 )
...
**Description:**
- This PR adds a feature to redirect the users to a specific URL upon
signing
2024-02-09 13:31:01 +05:30
e26debe836
Merge branch 'main' into feat/sign-redirect
2024-02-09 12:10:20 +05:30
e91bb78f2d
Merge branch 'main' into feat/public-api
2024-02-09 16:00:40 +11:00
8641884515
fix: recipients with CC role not being editable ( #918 )
...
## Description
Fixed issue where setting a recipient role as CC will prevent any
further changes as it is considered as "sent" and "signed".
## Other changes
- Prevent editing document after completed
- Removed CC and Viewers from the field recipient list since they will
never be filled
- Minor UI issues
## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
2024-02-09 12:37:17 +11:00
5391dd91b0
Merge branch 'main' into reattach-pdf
2024-02-08 19:24:09 +05:30
748bf6de6b
fix: add dropped constants from merge
2024-02-08 22:12:04 +11:00
d13cf743bf
Merge branch 'main' into feat/add-runtime-env
2024-02-08 22:06:59 +11:00
09b5621542
Merge branch 'main' into feat/sign-redirect
2024-02-08 12:56:42 +05:30
98df273ebc
feat: add field and recipient endpoints
2024-02-08 16:58:44 +11:00
47b8cc598c
fix: add validation and error message display
2024-02-08 04:28:16 +00:00
e97b9b4f1c
feat: add team templates ( #912 )
2024-02-08 12:33:20 +11:00
4855882ae6
Update label render condition
2024-02-07 21:31:51 +05:30
b3514bd0c7
add new webhook dialog
2024-02-07 16:04:12 +02:00
e0889426bb
feat: blog article why i started documenso ( #914 )
...
- New Blogarticle
- First Draft
- Input and impressions welcome
- Not Grammer fixed yet, will do that later (grammerly account broken)
2024-02-07 13:13:33 +01:00