Commit graph

13 commits

Author SHA1 Message Date
53c84839b8
feat: added super crude review command 2024-01-03 03:47:30 +01:00
0afc79934d
feat: add sql drivers with sqlx
had to compromise on a lot of stuff because sqlx 0.7+ broke the AnyDb
driver, but ehhh it works
2024-01-03 03:32:03 +01:00
9659bee4e1
feat: default config action, pass more options 2024-01-02 04:46:38 +01:00
d8fa2173cb
fix: made rustc happy, now compiles 2024-01-02 03:12:29 +01:00
d83b3d73d6 chore: separated in/out model and conversions
also initial work on overrides coming from CLI
2023-12-28 18:19:16 +01:00
0ebf01ceb1
fix: properly catch empty contact, small refactor 2023-12-23 16:54:42 +01:00
c959b4e18a
fix: sanitize html!!! 2023-12-23 04:21:40 +01:00
533ec27418
fix: redirect back to root on send 2023-12-23 04:06:36 +01:00
d6b5ff42be
fix: slicing larger indexes explodes 2023-12-23 03:24:45 +01:00
7aee304b70
feat: add date, md5, url server-side on insertion 2023-12-23 03:15:06 +01:00
4943339964
feat: richer guest page rows 2023-12-23 03:14:18 +01:00
e21be6b917
fix: renamed routes to api, added debug logging 2023-12-23 01:26:31 +01:00
b28e8fc394
feat: strategy! modularized it, added getter route 2023-12-22 23:37:23 +01:00