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
Ephraim Duncan
354e16901c
fix: sign dialog completed title color in dark mode ( #879 )
2024-01-29 11:08:31 +11:00
Ephraim Duncan
09aa10dad6
chore: rewording to avoid confusion between signed and original document ( #880 )
2024-01-29 11:04:57 +11:00
Ephraim Atta-Duncan
014c09bd91
fix: account deletion error for users without two factor authentication
2024-01-28 18:43:20 +00:00
Tangerine Kugelmann
927a656c57
Create security.txt
...
See also https://securitytxt.org
2024-01-28 01:00:07 +01:00
José Lima
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
Catalin Pit
751fb5275c
Merge branch 'main' into feat/add-runtime-env
2024-01-26 14:04:54 +02:00
Timur Ercan
a3ddbc15e9
Feat/commodifying signing ( #874 )
2024-01-26 12:36:33 +01:00
Catalin Pit
b2cca9afb6
chore: refactor
2024-01-26 13:27:36 +02:00
Timur Ercan
c7a04c7184
Merge branch 'main' into feat/commodifying-signing
2024-01-26 12:03:33 +01:00
Timur Ercan
8619e02d04
chore: quote fix
2024-01-26 12:02:30 +01:00
Timur Ercan
91c89e8bfb
chore: quote fix
2024-01-26 12:01:53 +01:00
Timur Ercan
fdeab19a7f
chore: fix paragh quote break
2024-01-26 12:00:00 +01:00
Timur Ercan
fd2a61f651
feat: commodifying signing ( #865 )
...
Adding the new blog article: Commodifying Signing
2024-01-25 17:01:30 +01:00
Catalin Pit
e2fa01509d
chore: avoid returning unnecessary info
2024-01-25 17:33:35 +02:00
Catalin Pit
311c8da8fc
chore: encrypt and decrypt email addr
2024-01-25 17:24:37 +02:00
Timur Ercan
56f65f3bb3
chore: typos
2024-01-25 15:39:34 +01:00
Timur Ercan
75ad8a4885
chore: typos
2024-01-25 15:35:57 +01:00
Timur Ercan
db36f69273
Merge branch 'main' into feat/commodifying-signing
2024-01-25 15:26:25 +01:00
Catalin Pit
49ecfc1a2c
chore: refactor
2024-01-25 15:42:40 +02:00
Catalin Pit
ffee2b2c9a
chore: merged main
2024-01-25 13:43:11 +02: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
David Nguyen
d766b58f42
feat: add server crypto ( #863 )
...
## Description
Currently we are required to ensure PII data is not passed around in
search parameters and in the open for GDPR reasons.
Allowing us to encrypt and decrypt values with expiry dates will allow
us to ensure this doesn't happen.
## Changes Made
- Added TPRC router for encryption method
## Testing Performed
- Tested encrypting and decrypting data with and without `expiredAt`
- Tested via directly accessing API and also via trpc in react
components
- Tested parsing en email search param in a page and decrypting it
successfully
## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have followed the project's coding style guidelines.
2024-01-25 16:07:57 +11:00
David Nguyen
e90dd518df
fix: auto verify google sso emails ( #856 )
2024-01-25 13:30:50 +11:00
Sumit Bisht
ee0af566a9
fix: correct document tab count for pending and completed ( #855 )
...
completed/pending status gets incremented once if sender is one of the
recipients
fixes #853
2024-01-25 11:29:04 +11:00
Surya Pratap Singh
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
Timur Ercan
2be022b9fc
feat: commodofying signing blogpost
2024-01-24 18:01:26 +01:00
Timur Ercan
0fac7d7b70
chore: add tags to manifest
2024-01-24 16:52:38 +01:00
Gautam-Hegde
ab8c8e2a57
Merge branch 'main' of https://github.com/Gautam-Hegde/documenso
2024-01-24 12:08:21 +05:30
Apoorv Taneja
b115d85fb7
fix: disabled signing pad when submitting form ( #842 )
...
fixes : #810
2024-01-24 17:12:33 +11:00
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
Lucas Smith
caec2895cc
chore: first small step to tracking growth mechanics ( #859 )
2024-01-24 14:03:16 +11:00
Anik Dhabal Babu
61967b22c1
fix: visibility of security fields using identityprovider ( #709 )
...
fixes #690
2024-01-24 11:34:30 +11:00
Adithya Krishna
8b8ca8578b
chore: add adi to open page ( #858 )
...
name: Add addi to open page
2024-01-23 23:11:19 +05:30
Timur Ercan
576544344f
chore: first small step to tracking growth mechanics
2024-01-23 16:20:25 +01:00
Timur Ercan
1efadb19f5
chore: add addi to open page
2024-01-23 15:54:57 +01:00
Sumit Bisht
e5c2263e92
fix: imporoved document-dropzone ui for small vertical screens
2024-01-23 18:37:02 +05:30
Lucas Smith
bc1d5cea0a
fix: docker compose variable ( #845 )
...
Actually:

2024-01-23 19:50:49 +11:00
Anurag Sharma
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
David Nguyen
e63122a718
chore: update github feature template ( #849 )
2024-01-23 11:28:11 +11:00
Catalin Pit
08011f9545
chore: added target blank for github link: ( #851 )
2024-01-23 11:27:10 +11:00
Gautam-Hegde
6e22eff5a1
feat: command grp border
2024-01-23 00:02:04 +05:30
Mythie
4909eee401
feat: add viewing on completed page for pending documents
v1.3.2-rc.0
2024-01-22 21:36:46 +11:00
Mythie
5a28eaa4ff
feat: add recipient creation
2024-01-22 17:38:02 +11:00
Gautam-Hegde
98667dac15
chore: code tidy
2024-01-22 12:03:14 +05:30
Mythie
e8c2ca8890
fix: mask documents in search
v1.3.1
v1.3.1-rc.2
2024-01-22 12:32:19 +11:00