bc989075ba
Merge branch 'main' into feat/account-deletion
2024-02-05 13:01:59 +00:00
4c09867b55
feat: transfer completed and pending documents to deleted email
2024-02-05 12:47:22 +00:00
e42088a5bf
feat: add user security audit logs ( #884 )
...
## Description
Adds the ability to see the events relating to the account.
Event data includes:
- Device
- IP Address
- Time
- Action
Actions are:
- Profile update
- Account linked to SSO (Example user signs in with Google after
creating a email/password account)
- Enable 2FA
- Disable 2FA
- Reset password
- Update password
- Sign out
- Sign in
- Sign in fail
- Sign in 2FA fail
## Changes
- Added audit logs
- Updated 2FA dialogs to have consistent footers
- Update `/settings/security/page` layout
## Testing Performed
Tested events:

More tested events:

## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have followed the project's coding style guidelines.
## Additional Notes
- Not sure if we really want to record the sign out event or not
- Might want to design breadcrumbs for nested setting pages
2024-02-02 09:42:25 +11:00
56683aa998
fix: Added signing pad disable state while submitting form ( #892 )
...
Fixes : #891
2024-02-01 19:14:37 +11:00
7e15058a3a
feat: add user security audit logs
2024-01-30 17:32:20 +11:00
620ae41fcc
feat: added password validation ( #469 )
...
This PR Fixes #464
2024-01-30 14:26:47 +11:00
014c09bd91
fix: account deletion error for users without two factor authentication
2024-01-28 18:43:20 +00:00
11dd93451a
feat: sign up with Google ( #862 )
...
This PR links to this issue: #791
Now users can see a new option to sign up with Google on the signup
page.
2024-01-25 11:22:19 +11:00
b115d85fb7
fix: disabled signing pad when submitting form ( #842 )
...
fixes : #810
2024-01-24 17:12:33 +11:00
6aed075c56
fix: add conditional rendering of OAuth providers ( #736 )
...
Now google OAuth provider is not rendered if client id is not provided
2024-01-23 17:08:48 +11:00
9e433af112
feat: require 2fa code before account is deleted
2024-01-21 15:38:32 +00:00
7762b1db65
feat: add loading to button
2024-01-21 09:47:50 +00:00
a3e560899a
feat: delete user from db and unsubscribe from stripe
2024-01-20 23:30:56 +00:00
f652ca9b73
feat: account deletion confirmation dialog
2024-01-20 19:07:47 +00:00
1aa0fc3101
fix: remove loadingText prop
2023-12-22 01:46:41 +00:00
075fdd1f88
fix: lint errors
2023-12-16 15:09:02 +11:00
bc38009392
Merge branch 'main' into refactor-forms
2023-12-08 16:31:13 +11:00
5b98bac53b
Merge branch 'main' into feat/enhance-posthog-tracking
2023-12-07 16:28:15 +11:00
369d08ae6e
feat: refactor signin page
2023-12-02 17:54:55 +05:30
a906833657
feat: use password input component
2023-12-02 17:54:19 +05:30
ab0d38eaf4
Merge branch 'main' into refactor-forms
2023-12-02 17:24:06 +05:30
39c01f4e8d
fix: remove server actions ( #684 )
2023-12-02 09:38:24 +11:00
792158c2cb
feat: add two factor auth ( #643 )
...
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 20:06:32 +11:00
6bbeaa084c
refactor: forms
2023-11-30 15:55:29 +05:30
1e29dfd823
refactor: reset password form
2023-11-29 22:33:04 +05:30
dc56c2abf2
refactor: password form
2023-11-29 22:32:42 +05:30
62809e9506
refactor: signin page
2023-11-29 22:31:42 +05:30
318dfcafc3
refactor: signup page
2023-11-29 22:31:24 +05:30
adc97802ea
feat: add/update title of the document ( #663 )
2023-11-28 14:56:50 +11:00
fdf5b3908d
feat: add more posthog analytics to the application
2023-11-24 23:50:51 +00:00
17eeaa2d25
fix: improve the validation message for documenso app ( #640 )
...
* fix: improve the validation message
* fix: improve the validation message
---------
Co-authored-by: Catalin Pit <catalinpit@gmail.com >
2023-11-20 12:23:27 +02:00
f7d8ebb9de
feat: enable resend email menu ( #496 )
2023-11-16 13:08:31 +11:00
b0e3abffd6
chore: restore dangling changes from rebase
2023-11-06 14:47:46 +11:00
4b2fec305f
fix: fix for Accepting signatures or text fields with white space only #551 ( #557 )
2023-11-06 13:02:19 +11:00
ec11686709
fix: background color of signature page ( #487 )
2023-11-06 13:02:19 +11:00
78d2401d44
feat: require old password for password reset ( #488 )
...
* feat: require old password for password reset
2023-11-06 13:01:46 +11:00
4132e45a9b
fix: remove unused imports
2023-11-06 13:01:46 +11:00
b190802f65
capitalise
2023-11-06 13:01:46 +11:00
830f10ac6f
text changes on isSubmitting
2023-11-06 13:01:46 +11:00
5cba913c55
fix: resolve issues with signing document stickiness
2023-11-06 13:01:46 +11:00
6a5c5f7dd8
fix: redirectless authentication
2023-11-06 13:01:45 +11:00
7823100272
fix: reverse meta relation and tidy code
2023-11-06 13:01:15 +11:00
164aa1cc03
fix: avoid creating document meta with empty strings
2023-11-06 13:01:15 +11:00
a3baf2ed8b
feat: persist document metadata in database for a specific user
2023-11-06 13:01:15 +11:00
9521d1df4c
feat: send custom email subjects
2023-11-06 13:01:15 +11:00
1ec91f6c68
chore: add visibility toggle to reset password
2023-11-06 13:01:13 +11:00
fbb8e887a8
fix: update colors
2023-11-06 13:01:13 +11:00
6e791b6e91
fix: add layout and minor updates
2023-11-06 13:01:13 +11:00
dec7a9cb38
feat: better error handling and better toast messages
2023-11-06 13:01:13 +11:00
dabeead57f
feat: send email to user on successful password reset
2023-11-06 13:01:13 +11:00