Commit Graph

137 Commits

Author SHA1 Message Date
Timur Ercan f5915b59cb Update addDigitalSignature.ts
💡
2023-03-14 14:52:07 +01:00
Timur Ercan d181d9e2f4 💬 text 2023-03-14 09:52:28 +01:00
Timur Ercan 0bf323ed90 🗃️ Field inserted flag 2023-03-09 13:43:05 +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 72ea5e6962 💄 signature drawing matching field 2023-03-07 17:12:24 +01:00
Timur Ercan 6246161697 create field position fix 🐛 2023-03-07 16:35:45 +01:00
Timur Ercan 15cecace4e 🚧 signature placement 2023-03-07 16:21:57 +01:00
Timur Ercan 12eae1bd78 🚧 fixed field size 2023-03-07 13:07:27 +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 3c6faff401 🧹 2023-03-02 18:46:03 +01:00
Timur Ercan b178a4ed58 🎨 🧹 2023-03-02 18:42:38 +01:00
Timur Ercan 07dca8a2db 🐛🧹 also add digital signature before sending out completed doc 2023-03-02 17:54:59 +01:00
Timur Ercan c6cdb116e3 🚸 🚚 rename signDocument to addDigitalSignature, sign only when signatures exist 2023-03-02 17:54:19 +01:00
Timur Ercan 8387179cbf 🚧 signDocument using node signpdf and custom placeholder insert 2023-03-01 19:54:22 +01:00
Timur Ercan 2dc6164119 🐛 invalid pades signature fix node-sign pdf locally 2023-03-01 18:28:05 +01:00
Timur Ercan cfb0d94e84 🚚 add node-signpdf copy to signing packgage until npm includes fix 2023-03-01 18:27:19 +01:00
Timur Ercan eb38024c20 ⚗️ 2023-03-01 18:04: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 2f02134bc4 ♻️ 🚧 date and text field 2023-02-28 19:36:21 +01:00
Timur Ercan fc93f80a8b 💬 🐛 Fix regression add on move, improved texts 2023-02-28 18:56:30 +01:00
Timur Ercan b39bdda36e ♻️ createField (object) to editor features 2023-02-28 17:07:09 +01:00
Timur Ercan 31cd1fd625 ♻️ upsertField and delete Field to package 2023-02-28 16:55:16 +01:00
Timur Ercan 103f9cbe36 🐛 doc-124 Text Signature is not places at field coordinates 2023-02-28 14:19:29 +01:00
Timur Ercan 522abcc2bc ⚗️ signing without fields (type FREE_SIGNATURE) 2023-02-24 16:12:56 +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 067a00bd9f 💄 icon button with text 2023-02-24 11:10:30 +01:00
Timur Ercan ee639349b6 stuff 2023-02-23 20:23:45 +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 4f0161b0fa 💄 SelectBox Component 2023-02-23 17:49:04 +01:00
Timur Ercan 17cfae4b43 🚸 sort documents by created 2023-02-23 14:53:28 +01:00
Timur Ercan 5584f3b26e 🗃️ document created field 2023-02-23 14:52:53 +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 490b5d21b2 🐛💄 2023-02-20 18:23:54 +01:00