Commit Graph

659 Commits

Author SHA1 Message Date
Mythie
0fca2e9f4e fix: improve typesafety 2023-11-06 13:01:08 +11:00
Ephraim Atta-Duncan
0de4fe5883 fix: update types from code review 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
e1d57e6d29 feat: add recipients avatars on all tables 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
71c689eae8 chore: refactor stacked avatars into component 2023-11-06 13:01:07 +11:00
Ephraim Atta-Duncan
00a15124be feat: stack recipients avatars on dashboard 2023-11-06 13:01:07 +11:00
Mythie
12d8cebd4c feat: use server-actions for authoring flow
This change actually makes the authoring flow work for
the most part by tying in emailing and more.

We have also done a number of quality of life updates to
simplify the codebase overall making it easier to continue
work on the refresh.
2023-11-06 13:01:07 +11:00
Mythie
3c73f030ac feat: persist fields and recipients for document editing 2023-11-06 13:01:07 +11:00
Doug Andrade
5442e82ae7 clean up console.log() used for testing 2023-11-06 13:01:07 +11:00
Doug Andrade
6253c42ca1 feat: google auth without schema change 2023-11-06 13:01:07 +11:00
Mythie
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
yashug
82ccdd5104 fix-null-name-email 2023-08-20 10:15:26 +05:30
Alejandro Criado-Pérez
b5328eebde Corrected ts and tsx files 2023-08-04 02:14:04 +02:00
Lucas Smith
ef34c4fe5d Merge pull request #179 from documenso/fix/improve-stripe-webhook-endpoint
fix: improve stripe webhook endpoint
2023-06-17 11:46:37 +10:00
Mythie
d3f82e1eb0 fix: code style updates and email wording changes 2023-06-17 11:44:34 +10:00
Ephraim Atta-Duncan
e3bc41934c Fixes from code review 2023-06-09 03:55:30 +00:00
Ephraim Atta-Duncan
5d2349086d Send email on password reset complete 2023-06-05 15:33:27 +00:00
Ephraim Atta-Duncan
6e2b05f835 Change password in database to new reset password 2023-06-05 14:36:20 +00:00
Ephraim Atta-Duncan
66b529a841 feat: send reset password email 2023-06-05 13:44:47 +00:00
Mythie
19e960f593 fix: improve stripe webhook endpoint
Improve the stripe webhook endpoint by checking for
subscriptions prior to performing an update to handle
cases where accounts have no created subscription.

This can happen in sitations such as when a checkout_session has been created but the payment fails.
2023-05-31 21:11:54 +10:00
Ansari
7684a49b7d Merge branch 'main' into bugfix/long_filename 2023-05-30 14:30:55 +05:30
Piyush Maurya
82fbedf8e3 fix: deprecated type checks and imports from @prisma 2023-05-30 00:24:18 +05:30
Timur Ercan
b2b499f397 chore: update signup link 2023-05-28 06:16:48 +02:00
Mythie
748f842115 fix: update prop typo, extract truncate method 2023-05-25 18:43:37 +10:00
Timur Ercan
b2aa4d6587 Merge branch 'main' into feat/add-subscriptions 2023-05-21 19:08:23 +02:00
Timur Ercan
bde80bf2c9 clean up debug 2023-05-21 18:52:35 +02:00
Mythie
6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
Mythie
da0166b746 fix: tidy stripe feature and add provider 2023-05-06 14:33:27 +10:00
Mythie
900b816ae0 feat: stripe handlers and fetchers 2023-05-05 20:08:18 +10:00
Mythie
ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
Timur Ercan
ab96990d43 render PR env debug 2023-04-21 13:29:51 +02:00
Timur Ercan
ad5b2bcf82 fix: pr env condition 2023-04-21 12:59:53 +02:00
Timur Ercan
6f18be6b5b add render preview env support 2023-04-21 12:42:31 +02:00
Mythie
d863f89232 fix: signing email breaks on small devices
Currently the signing email displays poorly on small devices with the line wrapping
causing the button to look broken.

Resolve this by using whitespace no-wrap.
2023-04-17 07:01:41 +10:00
Timur Ercan
b111874d7c fix: redirect users sessions not found in databae 2023-04-15 19:54:04 +02:00
Ephraim Atta-Duncan
6034e7a21e Send email notification to signers on document signing completion with signed document 2023-04-09 13:15:44 +00:00
Ephraim Atta-Duncan
964e749039 Update prettier styling 2023-04-04 22:10:30 +00:00
Ephraim Atta-Duncan
84b57d715c Apply prettier config to all files 2023-04-04 22:02:32 +00:00
Timur Ercan
0c3305b11d setup STMP from .env 2023-04-04 14:20:36 +02:00
Ephraim Atta-Duncan
a3e17e9f3e Custom message if name is defined or null 2023-03-21 18:44:45 +00:00
Timur Ercan
7d6bd00a22 allow adding field via recipient token for signing 2023-03-20 15:11:20 +01:00
Timur Ercan
36526119b2 bugfix 401 redirect 2023-03-19 14:05:32 +01:00
Timur Ercan
4eb4759381 401 redirect fix 2023-03-19 13:59:32 +01:00
Timur Ercan
d181d9e2f4 💬 text 2023-03-14 09:52:28 +01:00
Timur Ercan
1dd375a5a8 🐛 401 for non res calls 2023-03-09 13:42:10 +01:00
Timur Ercan
9c7c7d1a3c 🎨 prod flag import 2023-03-09 13:17:44 +01:00
Timur Ercan
1550e59426 🔒️ 401 if no user could be found from token 2023-03-09 11:57:33 +01:00
Timur Ercan
30e186d82a 🐛 return to login if user was not found (probably deleted in db or token manipulated)🚸 2023-03-09 11:24:32 +01:00
Timur Ercan
dc333a5fc8 🐛 order recipient by id to avoid order change in ui on reload 2023-03-06 18:04:56 +01:00
Timur Ercan
6c693eef11 🧹 2023-03-03 20:21:20 +01:00
Timur Ercan
f8d0936b13 🐛 send signing request to recipient not user 2023-03-03 20:17:40 +01:00