c0fb5caf9c
fix: update reauth constraints and tests
2024-03-26 18:33:20 +08:00
b6c4cc9dc8
feat: restrict reauth to EE
2024-03-26 16:46:47 +08:00
94da57704d
Merge branch 'main' into feat/document-auth
2024-03-25 23:06:46 +08:00
3eddfcc805
chore: add test for multiple recipient ( #1045 )
2024-03-25 13:57:32 +07:00
43400c07de
feat: remove 2FA password requirement ( #1053 )
2024-03-25 11:34:50 +08:00
1725af71b6
chore: add test to update username ( #1049 )
2024-03-23 13:41:12 +08:00
72fd1eead2
fix: use correct date format ( #1046 )
...
### Before

### After

2024-03-22 14:25:12 +08:00
5289ae2fbc
Merge branch 'main' into test/sign-redirect-url
2024-03-21 16:36:48 +00:00
c4c6e67249
chore: prod playwright config
2024-03-21 16:36:10 +00:00
5377d27c6a
chore: test for redirect url
2024-03-21 16:28:42 +00:00
1cd7dd236b
chore: test signing a document
2024-03-21 16:15:29 +00:00
1375946bc5
chore: refactor
2024-03-21 22:02:09 +08:00
a8752098f6
fix: invalid datetime on graph
2024-03-21 00:48:49 +00:00
2facc0e331
feat: add completed documents per month graph
2024-03-20 10:17:31 +00:00
6d754acfcd
fix: disable edit signer inputs ( #1035 )
...
## Description
Update the add signer form to disable the signers when required.
I assume the actual issue is that `{...field}` was spreading a disabled
prop which was overriding our one.
## Changes Made
- Use fieldset to disable inputs
- Manually disable select since fieldset doesn't work for that select
for some reason
2024-03-18 19:59:39 +08:00
b972056c8f
Merge branch 'main' into improve-lint
2024-03-18 13:31:43 +11:00
3c6cc7fd46
Merge branch 'main' into chore/add-rust-signer
2024-03-18 12:24:59 +11:00
364b9e03e1
fix: build
2024-03-17 14:11:49 +08:00
5f3152b7db
Merge branch 'main' into feat/document-auth
2024-03-17 13:58:37 +08:00
dc8d8433dd
chore: update documentation
2024-03-17 13:54:14 +08:00
4ac800fa78
feat: added custom dark mode styling for swagger ui ( #1022 )
...
**Description:**
Updated the OpenAPI doc dark mode styling here
https://app.documenso.com/api/v1/openapi
**Before:**
<img width="1473" alt="Screenshot 2024-03-13 at 09 48 36"
src="https://github.com/documenso/documenso/assets/23498248/a4fa1fef-699f-40e9-a06d-e513fc786399 ">
**After:**
<img width="1471" alt="Screenshot 2024-03-13 at 12 40 08"
src="https://github.com/documenso/documenso/assets/23498248/39c606b5-ab8b-4031-9821-a57c8bb80b7d ">
2024-03-16 23:37:03 +11:00
3598bd0139
fix: use tailwind for menu switcher ring
2024-03-16 12:18:12 +00:00
d62838f4a0
fix: pagination discrepancy ( #1024 )
...
- This PR fixes the pagination discrepancy in the `DataTablePagination`
component.
ref #1021
2024-03-16 22:32:18 +11:00
8de8139b85
chore: send email to document owner ( #1031 )
...
**Description:**
This PR sends an email to the document owner once the signing has been
completed
2024-03-16 22:29:28 +11:00
a7594c9b3c
fix: update sending logic
2024-03-16 11:06:33 +00:00
6781ff137e
fix: test
2024-03-16 19:00:19 +08:00
fa9099bc86
chore: add more tests
2024-03-16 18:41:25 +08:00
228ac90036
chore: add initial tests
2024-03-16 15:54:20 +08:00
f012826b6b
chore: send document owner email
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-15 22:26:31 +05:30
4379b43ad9
chore: tidy code
2024-03-15 22:09:58 +05:30
8859b2779f
chore: use rust based cms signing
2024-03-15 22:29:15 +11:00
8d1b0adbb2
feat: add document auth
2024-03-15 19:12:01 +08:00
e29bfbf5e0
chore: updated focus custom css
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-15 09:19:47 +05:30
17c6a4bd55
chore: updated focus state of menu switcher
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-15 09:18:51 +05:30
df8d394c28
chore: updated to resolvedTheme
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-14 00:47:54 +05:30
0488442652
fix: pagination discrepancy
2024-03-13 13:45:10 +05:30
cc483016d8
chore: updated styling
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 13:24:09 +05:30
025af6e9f4
chore: added eol
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 12:41:08 +05:30
e5497efe7c
chore: updated dark mode styling
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 12:38:56 +05:30
27e7e51789
Merge branch 'main' of https://github.com/documenso/documenso into feat/swagger-styling
2024-03-13 09:56:16 +05:30
52afae331e
chore: updated to send email to doc owners
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 09:50:37 +05:30
27a69819f9
feat: added custom styling for swagger ui
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-13 09:49:31 +05:30
1fd29f7e89
feat: require confirmation for user account deletion ( #1009 )
...
### This PR adds the necessary user friction in the Delete Dialog,
ensuring that users are intentionally deleting their accounts.
- User must disable 2FA to delete the account.

- Explicit user confirmation

fixes #998
2024-03-12 14:15:53 +11:00
d3f4e20f1c
fix: update styling and e2e test
2024-03-12 02:57:22 +00:00
bbcb90d8a5
chore: updated url regex
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2024-03-11 15:00:58 +05:30
c2cf25b138
fix: templates incorrectly linking when in a team
2024-03-11 01:46:19 +00:00
1a23744d2a
fix: table layout shift while changing tabs ( #921 )
...
fixes : #875
https://github.com/documenso/documenso/assets/28510494/083fd87a-ef62-40e6-9696-9c04b4411502
2024-03-11 12:16:19 +11:00
7f31ab1ce3
fix: add scrollbar gutter property
2024-03-11 00:52:56 +00:00
b71cb66dd3
fix: show close icon on notification in mobile ( #996 )
...
As per the requirement on the mobile, the close icon will always be
visible
On the desktop, close icon will be visible on hover.
fixes #965
2024-03-10 22:12:29 +11:00
19714fb807
feat: update packages
2024-03-09 00:29:42 +05:30