Commit Graph

500 Commits

Author SHA1 Message Date
Catalin Pit
19736ce60b chore: implemented feedback 2023-12-14 11:05:39 +02:00
Catalin Pit
e79d385534 Merge branch 'main' into feat/public-api 2023-12-11 14:44:29 +02:00
Catalin Pit
8ecd8a7d10 chore: implemented feedback + a small refactoring 2023-12-11 14:33:30 +02:00
Catalin Pit
66c0db91da chore: cleanup and feedback implementation 2023-12-08 13:28:34 +00:00
Catalin Pit
54401b94ae chore: split api contract
moved the schemas from the api contract to a separate file
2023-12-08 09:58:23 +00:00
Mythie
935601ad16 fix(ee): add handling for incomplete expired checkouts 2023-12-07 18:46:57 +11:00
Lucas Smith
c313da5028 fix: update seal event 2023-12-07 16:29:20 +11:00
Lucas Smith
5b98bac53b Merge branch 'main' into feat/enhance-posthog-tracking 2023-12-07 16:28:15 +11:00
Mythie
cd6184406d chore: add e2e test for stepper 2023-12-07 15:08:16 +11:00
Mythie
1a34f9fa7a fix: import updates and api route body sizes 2023-12-07 15:08:00 +11:00
Mythie
3ff7b188d7 fix(ui): tidy stepper code 2023-12-07 15:06:49 +11:00
Catalin Pit
11ae6d3c16 chore: small changes 2023-12-06 16:53:34 +00:00
Catalin Pit
6c5526dd49 chore: update routes
trying to add the route for creating documents
2023-12-06 15:27:30 +00:00
Catalin Pit
936e75fd30 chore: merged main 2023-12-06 13:18:59 +00:00
Lucas Smith
e81183f324 Merge branch 'main' into main 2023-12-06 14:13:34 +11:00
Sushant
bfc630aa6a feat: add document search to the command menu (#713) 2023-12-06 12:48:05 +11:00
Sushant
2068d980ff feat: allow for the deletion of any document (#711)
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00
Ephraim Atta-Duncan
0baa2696b4 fix: removed unused code 2023-12-05 10:13:24 +00:00
Paul
bfedabdc10 fix: increase e2e test timeout (#682) 2023-12-05 13:54:41 +11:00
mikezzb
859b789018 feat: isCompleting 2023-12-03 12:50:56 -05:00
mikezzb
340c929806 refactor: edit doc 2023-12-03 11:36:18 -05:00
mikezzb
43b1a14415 chore: let code breath 2023-12-03 11:21:51 -05:00
mikezzb
40a4ec4436 refactor: useContext & remove enum 2023-12-03 01:15:59 -05:00
mikezzb
eccf63dcfd chore: refactor 2023-12-02 23:56:07 -05:00
mikezzb
a98b429052 feat: stepper refactor example 2023-12-02 22:42:59 -05:00
mikezzb
c46a69f865 feat: stepper component 2023-12-02 22:30:10 -05:00
Mythie
7dac5072f7 fix: revert react-email tailwind canary 2023-12-02 13:34:03 +11:00
Mythie
486b1cbf62 fix: incorrect promise.all usages 2023-12-02 12:43:43 +11:00
Lucas Smith
39c01f4e8d fix: remove server actions (#684) 2023-12-02 09:38:24 +11:00
Nafees Nazik
792158c2cb feat: add two factor auth (#643)
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 20:06:32 +11:00
Catalin Pit
6be4b7ae90 feat: add authorization for api calls 2023-11-30 14:39:31 +02:00
Tanay
dad56b4929 fix: minor in file extension (#694) 2023-11-29 09:11:29 +11:00
Szymon Sus
7e4c44e820 perf(web, lib): do not await inside promise statements (#692) 2023-11-29 09:10:15 +11:00
Catalin Pit
e1732de81d feat: show newly created token 2023-11-28 15:49:46 +02:00
Tanay
adc97802ea feat: add/update title of the document (#663) 2023-11-28 14:56:50 +11:00
Catalin Pit
13997d3dca feat: add delete and copy token on token page 2023-11-27 16:29:24 +02:00
Catalin Pit
2deaad5c34 feat: token page 2023-11-27 12:50:21 +02:00
Ephraim Atta-Duncan
0e40658201 feat: track when the signing of a document has completed 2023-11-26 19:33:45 +00:00
Ephraim Atta-Duncan
fdf5b3908d feat: add more posthog analytics to the application 2023-11-24 23:50:51 +00:00
Catalin Pit
fbee6eedc1 feat: api token functions 2023-11-24 16:13:09 +02:00
Mythie
8048c29480 fix: override @react-email/tailwind to avoid perf regression 2023-11-24 23:57:34 +11:00
Catalin Pit
80fe7ccdf5 feat: api token page in the settings 2023-11-24 13:59:33 +02:00
Mythie
84b958d5b7 fix: universal upload hitting cache 2023-11-24 20:06:47 +11:00
Mythie
d8688692f7 fix: move singleplayer create to trpc 2023-11-24 16:58:18 +11:00
Mythie
8230349114 fix: unable to load font for signing 2023-11-24 16:17:54 +11:00
Catalin Pit
2ccede72ea chore: update the contract to add deleteDocument route 2023-11-23 15:23:47 +02:00
Catalin Pit
309b56168a feat: create the model for the api token 2023-11-23 15:21:13 +02:00
Catalin Pit
5c8a77ee8f chore: merged main 2023-11-23 12:05:28 +02:00
Catalin Pit
b3008fb272 feat: add route for retrieving a single document by id 2023-11-23 10:02:22 +02:00
Mythie
c054fc78a4 fix: resolve issues with emailVerified jwt property 2023-11-23 15:11:37 +11:00