Commit graph

12 commits

Author SHA1 Message Date
0265e9d3ec
Rework template system, merge templates
The embedded portion doesn't work yet.
2026-02-07 05:53:38 +00:00
cb3c4e8d2c
Save the template ID and email type in email_log 2026-02-02 23:58:51 +00:00
a5985b362a
Generate public_id after all other dataa
Because we use it to generate the ID.
2026-02-02 23:04:33 +00:00
a67279db88
Fix various breakages in email links 2026-02-02 22:57:19 +00:00
73ed495b72
Fix Hstore conversion 2026-02-02 21:59:24 +00:00
3bed78f742
Add endpoint for unsubscribing email addresses 2026-02-02 21:47:14 +00:00
b2737b4968
Add routes for confirming email address 2026-02-02 21:34:36 +00:00
4f56915f15
Show a page for subscribing to emails. 2026-02-02 19:54:32 +00:00
9d7ca81508
Make 'view in browser' on emails work correctly 2026-02-02 19:34:37 +00:00
00a75a556e
Fix email sending for report notification confirmation
The links in the email don't work, but it's a first step
2026-02-02 17:00:48 +00:00
a68b8781e7
Add ability to make LLM agent forget the conversation history
This is extremely useful for testing.

In order to do this I needed to actually deploy the migration to a bob
fork so I could start to add support for behaviors I really want.
Specifically the ability to search for ids in a slice.
2026-01-27 18:44:02 +00:00
196792810b
Overhaul email sending system
Add logging and saving templates to the database for historical
accuracy.
2026-01-23 20:36:16 +00:00