9c1e1f50a8
fix: mask recipient tokens for non-owners
2024-01-20 01:14:34 +00:00
204388888d
fix: fix bug for completed document shortcut ( #839 )
...
When you're in the `/documents` page in the dashboard, if you hover over
a draft and a completed document, you'll see different URLs.
At the moment, the shortcut tries to go to the following URL for a
completed document `/documents/{doc-id}`.
However, that's the wrong URL, since the URL for a completed doc is
`/sign/{token}` when the user is the recipient, not the one that sent
the document for signing.
If it's the document owner & the document is completed, the URL is fine
as `/documents/{doc-id}`.
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2024-01-18 09:38:42 +02:00
3b82ba57f3
chore: implemented feedback plus some restructuring
2024-01-17 12:44:25 +02:00
4aefb80989
feat: restrict app access for unverified users
2024-01-16 14:25:05 +02:00
7e71e06e04
fix: keyboard shortcut ctrl+k default behaviour fixed
2024-01-13 14:19:37 +05:30
a1215df91a
refactor: extract api implementation to package
...
Extracts the API implementation to a package so we can
potentially reuse it across different applications in the
event that we move off using a Next.js API route.
Additionally tidies up the tokens page and form to be more simplified.
2023-12-31 13:58:15 +11:00
ce67de9a1c
refactor: changed component name for better readability
2023-12-29 19:29:13 +08:00
cf5841a895
Merge branch 'main' of https://github.com/ashrafchowdury/documenso into update-documents-avatar
2023-12-29 18:48:43 +08:00
8f5634268d
feat: add templates to command menu ( #786 )
2023-12-29 15:16:26 +11:00
3f89f8725b
fix: resolve conflicting z-index values ( #788 )
...
## Description
Currently there are various z-index values that are causing:
- Toasts to be placed behind dialog blur background
- Menu being cropped off by header
## Changes Made
- Revert `z-[1000]` back to `z-50` for the header (not exactly sure why
it was bumped)
- Refactor z-indexes over 9000 to start from 1000
- Ensure z-index of toast is higher than dialog
2023-12-28 20:08:19 +11:00
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
5a32b5cafd
fix: added constants for theme variables ( #777 )
...
fixes : #776
2023-12-26 10:49:27 +11:00
8d1b960aa8
feat: add templates to command menu
2023-12-25 23:16:56 +00:00
495cd35f7c
refactor: forms ( #697 )
...
Updates our older forms to use the appropriate components bringing them in-line with the rest of our codebase.
2023-12-22 14:36:00 +11:00
1aa0fc3101
fix: remove loadingText prop
2023-12-22 01:46:41 +00:00
48cdf43dcb
feat: templates ( #537 )
...
Adds the basically ability to create and use templates for repetitive document types
2023-12-21 22:05:09 +11:00
519c645d06
fix: hotkeys was overlapping with the browser hotkeys
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-21 15:36:24 +05:30
268a5c6508
fix: swap server-actions for trpc mutations
2023-12-21 17:01:12 +11:00
2a448fe06d
fix: fixed the recipients viewing issue on touch screens
2023-12-20 17:08:09 +08:00
17486b961d
chore: refactor delete dialog
2023-12-19 15:51:43 +02:00
da03fc1fd0
chore: finishing touches
2023-12-18 12:24:42 +02:00
075fdd1f88
fix: lint errors
2023-12-16 15:09:02 +11:00
006a559026
Merge branch 'main' into refactor-forms
2023-12-16 13:26:33 +11:00
19736ce60b
chore: implemented feedback
2023-12-14 11:05:39 +02:00
1eeb5fb103
fix: tidy code and base on main
2023-12-14 15:28:27 +11:00
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
e79d385534
Merge branch 'main' into feat/public-api
2023-12-11 14:44:29 +02:00
8ecd8a7d10
chore: implemented feedback + a small refactoring
2023-12-11 14:33:30 +02:00
66c0db91da
chore: cleanup and feedback implementation
2023-12-08 13:28:34 +00:00
d8d36ae8e2
fix: sticky header z-positioning
2023-12-08 20:41:52 +11:00
dfec8df31e
fix: ensure command menu results are distinct
2023-12-08 20:41:52 +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
936e75fd30
chore: merged main
2023-12-06 13:18:59 +00:00
bfc630aa6a
feat: add document search to the command menu ( #713 )
2023-12-06 12:48:05 +11:00
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +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
073a050587
fix: signature field race conditions
2023-12-02 11:09:42 +11:00
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
76800674ee
feat: improve messaging
2023-11-29 14:57:27 +02:00
d43d40fd6b
feat: improvements to the newly created token message
2023-11-29 14:43:26 +02:00
e1732de81d
feat: show newly created token
2023-11-28 15:49:46 +02:00