Commit Graph

132 Commits

Author SHA1 Message Date
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
b5328eebde Corrected ts and tsx files 2023-08-04 02:14:04 +02:00
6c78332258 fix: await signing requests 2023-07-08 18:52:13 +10:00
6dad379943 Merge pull request #196 from documenso/feat/password-reset
feat: reset password
2023-06-17 11:45:38 +10:00
d3f82e1eb0 fix: code style updates and email wording changes 2023-06-17 11:44:34 +10:00
9fd9bc2893 fix: reformat 2023-06-16 00:24:13 +10:00
3f14d8007a fix: don't double send error reponses when sending fails 2023-06-15 23:25:35 +10:00
e3bc41934c Fixes from code review 2023-06-09 03:55:30 +00:00
fe6561f596 Set reset token expiry to 24 hours 2023-06-07 11:02:50 +00:00
9cfbb1dec9 Avoid leaking that a user has an account 2023-06-07 10:59:20 +00:00
9dd8c2842c Match emails with regex 2023-06-07 10:44:07 +00:00
79bd410687 Remove tokens on successful password reset 2023-06-05 17:15:41 +00:00
3a0648c85d Expire token after 1 hour 2023-06-05 16:54:12 +00:00
2b9a2ff250 Avoid user from setting the same old password 2023-06-05 16:36:16 +00:00
4136811e32 Avoid consecutive password reset requests 2023-06-05 16:01:01 +00:00
e9cee23c15 Error handling for invalid users 2023-06-05 15:52:00 +00:00
5d2349086d Send email on password reset complete 2023-06-05 15:33:27 +00:00
6e2b05f835 Change password in database to new reset password 2023-06-05 14:36:20 +00:00
8dc9c9d72d Add reset password page 2023-06-05 14:17:45 +00:00
66b529a841 feat: send reset password email 2023-06-05 13:44:47 +00:00
8293b50195 Create reset password token for user 2023-06-05 13:05:25 +00:00
eb18a7e11c feat: update password in dashboard 2023-05-28 13:11:09 +10:00
6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
7eaa00b836 feat: add stripe api handlers 2023-05-06 14:34:43 +10:00
81fd9ff749 fix: date field appears for all recipients
Updates the signing endpoint to only apply changes to the Date field for the current signer. This is made possible through the addition of the `signedAt` column within the database.

Resolves the issue with one signer filling the date for all recipients and also ensures that the date of signing on a document won't always be todays date after each recipient has signed.
2023-04-21 23:43:54 +10:00
6034e7a21e Send email notification to signers on document signing completion with signed document 2023-04-09 13:15:44 +00:00
84b57d715c Apply prettier config to all files 2023-04-04 22:02:32 +00:00
d37dd000af get document without relying on logged in user 2023-03-20 15:12:13 +01:00
7d6bd00a22 allow adding field via recipient token for signing 2023-03-20 15:11:20 +01:00
72914c49c4 build fix 2023-03-19 14:20:28 +01:00
156b7a69e7 bugfix doc-130 document does not render because there is no user and the request is still valid 2023-03-19 14:05:20 +01:00
3961402c70 comment 2023-03-19 11:48:32 +01:00
d63c582a58 🐛 hide date fields after filling 2023-03-09 14:00:54 +01:00
e8f8d400e2 🚸date field format 2023-03-09 13:59:25 +01:00
d4c6732772 🔒🐛 sign authentication via token instead of user jwt 2023-03-09 11:47:36 +01:00
30e186d82a 🐛 return to login if user was not found (probably deleted in db or token manipulated)🚸 2023-03-09 11:24:32 +01:00
937ac79243 🧹 2023-03-03 20:23:37 +01:00
3afad7a72a Update [id].ts 2023-03-02 18:44:54 +01:00
b178a4ed58 🎨 🧹 2023-03-02 18:42:38 +01:00
c6cdb116e3 🚸 🚚 rename signDocument to addDigitalSignature, sign only when signatures exist 2023-03-02 17:54:19 +01:00
7980ed4998 🎨 2023-03-02 17:04:51 +01:00
8387179cbf 🚧 signDocument using node signpdf and custom placeholder insert 2023-03-01 19:54:22 +01:00
10b81bc757 ♻️ 🧹 upsert reciient, deleteRecipient, send 2023-03-01 15:41:43 +01:00
53094dd9e4 🎨 🧹📝 remove todos, document typing 2023-03-01 14:58:31 +01:00
99cbe329d6 💬 download file title 2023-03-01 14:30:49 +01:00
2f02134bc4 ♻️ 🚧 date and text field 2023-02-28 19:36:21 +01:00
06467b22ab 🚧 insert dates for datefields on sign 2023-02-28 18:46:07 +01:00
278a53a79f 🐛 send complete mail before insert 2023-02-28 13:27:17 +01:00
ad33470281 resend signing request api 2023-02-24 09:24:19 +01:00
40a32073dd 💬 🗃️ user signup source and viral signup links 2023-02-23 20:02:33 +01:00