014c09bd91
fix: account deletion error for users without two factor authentication
2024-01-28 18:43:20 +00:00
671fd916b5
fix: resolve conflicting z-index values btwn avatar in document list and header ( #872 )
...
## Description
This pull request solves the problem where the avatar component within
the document list has the same z-index value as the header component,
causing the avatar to be above the header. When two elements have the
same z-index value, the last one takes priority!
## Related Issue
Fixes #870
## Changes Made
1. Increases the value of the header's `z-index` by `10` (the current
value is `50`
2024-01-27 13:16:59 +11:00
b2cca9afb6
chore: refactor
2024-01-26 13:27:36 +02:00
49ecfc1a2c
chore: refactor
2024-01-25 15:42:40 +02:00
ffee2b2c9a
chore: merged main
2024-01-25 13:43:11 +02:00
2f18518961
chore: merged main
2024-01-25 10:53:05 +02:00
d451a7acce
feat: add next-runtime-env
2024-01-25 10:48:20 +02: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
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
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
08011f9545
chore: added target blank for github link: ( #851 )
2024-01-23 11:27:10 +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
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