Adithya Krishna
7ef771533a
Merge branch 'main' into transparent-fields
2024-02-07 13:34:46 +05:30
Sumit Bisht
bf26f2cb9d
fix: empty document titles ( #917 )
...
fixes : #909
2024-02-07 16:25:39 +11:00
Prajwal Kulkarni
c08768a330
Format code with prettier
2024-02-06 21:01:48 +05:30
Adithya Krishna
1dd543247e
chore: update branch
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-02-06 18:07:24 +05:30
Adithya Krishna
2636d5fd16
chore: finish and clean-up redirect post signing
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-02-06 18:04:56 +05:30
David Nguyen
0c339b78b6
feat: add teams ( #848 )
...
## Description
Add support for teams which will allow users to collaborate on
documents.
Teams features allows users to:
- Create, manage and transfer teams
- Manage team members
- Manage team emails
- Manage a shared team inbox and documents
These changes do NOT include the following, which are planned for a
future release:
- Team templates
- Team API
- Search menu integration
## Testing Performed
- Added E2E tests for general team management
- Added E2E tests to validate document counts
## 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.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [X] I have followed the project's coding style guidelines.
2024-02-06 16:16:10 +11:00
Prajwal Kulkarni
37e9db6626
Remove document on go back click on step 1
...
Invoke onBackStep on "go back" click and conditionally render go back label
2024-02-06 00:40:53 +05:30
Ephraim Duncan
bc989075ba
Merge branch 'main' into feat/account-deletion
2024-02-05 13:01:59 +00:00
Adithya Krishna
9ed16c64d8
Merge branch 'main' of https://github.com/documenso/documenso into feat/sign-redirect
2024-02-05 13:13:16 +05:30
Sumit Bisht
f5930dc934
perf: mentioned type and size of the doc to be uploaded ( #867 )
...
explicitly mentioned "PDF" to upload, and added a toast if pdf size is
greater than 50mb
fixes : #621
2024-02-05 12:50:35 +11:00
apoorv taneja
c970abc871
added onchange handler
2024-02-02 20:46:54 +05:30
apoorv taneja
d5b3df1648
fixed variable declaration
2024-02-02 19:32:39 +05:30
apoorv taneja
142c1c003e
changed useEffect variables
2024-02-02 18:16:54 +05:30
apoorv taneja
a06c628653
Merge branch 'main' of https://github.com/plxity/documenso into fix/undo-button-in-canvas
2024-02-02 17:56:58 +05:30
apoorv taneja
7ca3697303
Merge branch 'main' of https://github.com/plxity/documenso into fix/undo-button-in-canvas
2024-02-02 14:49:06 +05:30
Ephraim Atta-Duncan
d598677dc5
feat: add transparent background to fields
2024-02-02 08:36:54 +00:00
Hani
7ece6ef239
feat: add recipient roles ( #716 )
...
Fixes #705
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
Co-authored-by: David Nguyen <davidngu28@gmail.com >
2024-02-02 10:45:02 +11:00
Lucas Smith
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
Apoorv Taneja
56683aa998
fix: Added signing pad disable state while submitting form ( #892 )
...
Fixes : #891
2024-02-01 19:14:37 +11:00
Lucas Smith
39be53ace8
fix: show fields on every step while editing documents ( #881 )
...


2024-02-01 12:55:31 +11:00
Lucas Smith
7fbf124b89
fix: use div instead of rnd for preview fields
2024-02-01 01:10:50 +00:00
Adithya Krishna
f4c24fd944
feat: add a feature for redirecting users on signing
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-01-31 18:17:43 +05:30
Mythie
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
David Nguyen
7e15058a3a
feat: add user security audit logs
2024-01-30 17:32:20 +11:00
Adithya Krishna
620ae41fcc
feat: added password validation ( #469 )
...
This PR Fixes #464
2024-01-30 14:26:47 +11:00
Ephraim Atta-Duncan
f8125aec54
feat: show fields on other sections
2024-01-30 00:09:22 +00:00
Ephraim Atta-Duncan
4af5ce3a6b
chore: remove border color for field item
2024-01-29 01:38:44 +00:00
Ephraim Atta-Duncan
4ae19a9e63
chore: tidy code
2024-01-29 00:59:08 +00:00
Ephraim Atta-Duncan
6d5fe4eea3
fix: show the fields on the document at the subject selection page
2024-01-29 00:47:11 +00:00
Catalin Pit
2f18518961
chore: merged main
2024-01-25 10:53:05 +02:00
Catalin Pit
d451a7acce
feat: add next-runtime-env
2024-01-25 10:48:20 +02:00
apoorv taneja
d8aecc4092
fixed undo operation on signature pad
2024-01-25 13:21:55 +05:30
Gautam Hegde
51d140cf9a
feat: command group distinction ( #854 )
...
fixes #836
- Explicit `div` is used instead of `<CommandSeparator/>` , since it
failed to render borders for dynamic search results, but only works for
initial menu.
(initial menu)

(search results)

2024-01-24 17:03:57 +11:00
Mythie
4909eee401
feat: add viewing on completed page for pending documents
2024-01-22 21:36:46 +11:00
Ephraim Atta-Duncan
9e433af112
feat: require 2fa code before account is deleted
2024-01-21 15:38:32 +00:00
Ephraim Atta-Duncan
f652ca9b73
feat: account deletion confirmation dialog
2024-01-20 19:07:47 +00:00
Lucas Smith
0d977e783e
refactor: download function to be reusable ( #740 )
2024-01-18 15:24:36 +11:00
Lucas Smith
16d97783f2
feat: improve the UX for password protected documents ( #780 )
2024-01-17 19:32:42 +11:00
Mythie
a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
Lucas Smith
84b0c2756b
fix: fixed the deleting signature block issue on touchscreens ( #809 )
...
Fixed the deleting signature block issue on touchscreens, for some
reason the `onClick` event isn't working on the touchscreens that's why
I've added `onTouchEnd` event to delete the signature block when the
user clicks on it.
2024-01-15 19:33:40 +11:00
Adithya Krishna
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
harkiratsm
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
Ashraf Chowdury
a71078cbd5
fix: fixed the deleting signature block issue on touchscreens
2024-01-08 13:17:30 +08:00
Adithya Krishna
d8cbe1d5ba
Merge branch 'main' into harkirat/Protect
2024-01-03 11:34:42 +05:30
Ephraim Atta-Duncan
d731532fbf
chore: hide empty accordion for documents without date field
2024-01-02 04:58:35 +00:00
Ephraim Atta-Duncan
6a26ab4b2b
fix: toast import errors
2024-01-02 04:52:15 +00:00
Ephraim Atta-Duncan
b76d2cea3b
fix: changes from code review
2024-01-02 04:38:35 +00:00
harkiratsm
53c570151f
fix lint, description of dialog
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-29 22:11:44 +05:30
harkiratsm
72a7dc6c05
fix the console error
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-29 17:26:33 +05:30
Surya Pratap Singh
918c6f19f2
fix: fixed the title box overlapping issue ( #785 )
...
The issue is fixed. Now the box is no more overlapping
<img width="305" alt="Screenshot 2023-12-26 at 10 20 32 AM"
src="https://github.com/documenso/documenso/assets/77022877/bd17ed92-7bb0-4f3a-b0f6-173e5f6b5029 ">
2023-12-28 11:36:46 +02:00