Commit Graph

80 Commits

Author SHA1 Message Date
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
Timur Ercan 07dca8a2db 🐛🧹 also add digital signature before sending out completed doc 2023-03-02 17:54:59 +01:00
Timur Ercan 10b81bc757 ♻️ 🧹 upsert reciient, deleteRecipient, send 2023-03-01 15:41:43 +01:00
Timur Ercan 891f032468 🎨 ♻️ deleteDocument, reponse types 2023-03-01 15:31:43 +01:00
Timur Ercan 9bd409e113 ♻️ getDocuments 2023-03-01 15:25:51 +01:00
Timur Ercan 74f5f830fe ♻️ signup 2023-03-01 15:18:45 +01:00
Timur Ercan 5e70b4620c ♻️ getUser 2023-03-01 15:11:08 +01:00
Timur Ercan 53094dd9e4 🎨 🧹📝 remove todos, document typing 2023-03-01 14:58:31 +01:00
Timur Ercan 9741959d09 ♻️ sig document to api 2023-02-28 19:53:22 +01:00
Timur Ercan fc93f80a8b 💬 🐛 Fix regression add on move, improved texts 2023-02-28 18:56:30 +01:00
Timur Ercan 31cd1fd625 ♻️ upsertField and delete Field to package 2023-02-28 16:55:16 +01:00
Timur Ercan e765367d2d 🗃️ expires signign request after 60 days 2023-02-24 11:46:54 +01:00
Timur Ercan 7babaa39b5 🧹 Resend Signing Request UI 2023-02-24 11:11:06 +01:00
Timur Ercan 54d45bbd24 💬 2023-02-23 20:12:30 +01:00
Timur Ercan 40a32073dd 💬 🗃️ user signup source and viral signup links 2023-02-23 20:02:33 +01:00
Timur Ercan 17cfae4b43 🚸 sort documents by created 2023-02-23 14:53:28 +01:00
Timur Ercan 21794a860d 💬 ♻️ signed mail template 2023-02-21 17:42:30 +01:00
Timur Ercan 12a8a1ddc0 💬 2023-02-21 16:30:29 +01:00
Timur Ercan c016cb163e 🚧 send signed notifcations 2023-02-21 16:15:36 +01:00
Timur Ercan 2176511ef7 🧹🚧DOC-97 DOC-19 2023-02-21 11:19:31 +01:00
Timur Ercan f3e083e991 🧹 2023-02-20 19:35:46 +01:00
Timur Ercan 54cfe7daf3 📝 2023-02-20 14:51:50 +01:00
Timur Ercan 44884ae648 🚧 place signatures and text signatures 2023-02-20 14:49:17 +01:00
Timur Ercan 676c563c2f 🚸 Associate recipients to fields, improved flow 2023-02-15 15:44:23 +01:00
Timur Ercan 8f17f18d0a 🚧 field positions 2023-02-14 12:28:33 +01:00
Timur Ercan 3d9bf1fb67 🐛 2023-02-14 11:12:07 +01:00
Timur Ercan 569f595209 remove document data from GET documents endpoint 2023-02-13 19:33:14 +01:00
Timur Ercan ac60ea1f5f documents detail page 404 handling 2023-02-13 13:09:57 +01:00
Timur Ercan 36df6be703 send fix, send error handling 2023-02-09 19:17:34 +01:00
Timur Ercan fea0813478 send fix 2023-02-09 18:52:15 +01:00