Commit Graph

25 Commits

Author SHA1 Message Date
771042c9ce feat: add vercel build script 2023-11-06 13:01:13 +11:00
3afc35c40c 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-11-06 13:01:13 +11:00
3ea0ff6b81 chore: support direct urls for prisma 2023-11-06 13:01:10 +11:00
aa2969fd50 feat: feature flags 2023-11-06 13:01:10 +11:00
0fca2e9f4e fix: improve typesafety 2023-11-06 13:01:08 +11:00
12d8cebd4c 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-11-06 13:01:07 +11:00
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00
316fb49339 fix: disable subscriptions in example env 2023-06-02 19:03:59 +10:00
488cf58f0e Fix typos in example env
Just noticed some typos while setting up a local copy and thought I'd fix them up real quick.
2023-06-01 10:04:26 +02:00
17d51354d7 fix: support cert file encodings 2023-05-28 00:39:07 +10:00
a300c3fb3a Merge branch 'main' into feat/support-custom-cert-paths 2023-05-27 23:38:33 +10:00
de46d0f4ab fix: support passphrase env var 2023-05-27 01:31:48 +10:00
32f904ad68 feat: support leading cert from custom path 2023-05-27 01:07:07 +10:00
e7e881be01 fix: update env types 2023-05-06 14:34:20 +10:00
e80997f462 fix: update env vars 2023-05-06 14:33:42 +10:00
ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
cb77a40fd9 fix: update postgres port 2023-04-13 23:43:42 +10:00
5dd3713475 feat: add docker support and docker-compose quickstart
Add support for production container builds using the provided `Dockerfile` and `build.sh` script. This can later be used with actions to automatically publish to the provided docker registry.

Additionally, support an accelerated developer quickstart using `docker-compose`. Developers can now run the `dx` npm command to quickly spin up a database and mail server.
2023-04-08 23:20:42 +10:00
0c3305b11d setup STMP from .env 2023-04-04 14:20:36 +02:00
9e536e95b6 default allow signup 2023-03-21 09:21:57 +01:00
025e6a4eb1 feature flag for signup 2023-03-19 14:59:10 +01:00
793902ae54 docs 2023-03-17 15:08:06 +01:00
7ce3365dc9 💡 🔧 env example with remote test database credentials 2023-03-14 09:23:07 +01:00
67192f3d2d update env example 2023-02-09 12:11:21 +01:00
df9bef53f4 env exampl 2023-01-16 12:57:14 +01:00