Commit Graph

8 Commits

Author SHA1 Message Date
0527641a4f fix: dogfood resend transport 2023-09-29 12:17:41 +10:00
9bdff9a61f feat: add resend mail transport 2023-09-28 12:27:04 +10:00
1b276a0469 fix: support optimise imports 2023-09-21 21:34:24 +10:00
7f641e3e73 feat: add forgot password template 2023-09-18 11:38:02 +00:00
9014f01276 feat: universal upload
Implementation of a universal upload allowing for multiple storage backends
starting with `database` and `s3`.

Allows clients to put and retrieve files from either client or server using
a blend of client and server actions.
2023-09-14 12:47:47 +10:00
9431e7f0ad chore: upgrade deps and linting 2023-08-01 17:34:17 +10:00
b3fa837967 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-07-26 18:52:53 +10:00
bd0db0f8fd feat: email templates
adds email templates using `react-email` which will be used for invites,
signing and document completion.

authored by @dephraiim
2023-06-24 14:59:08 +10:00