Commit graph

21 commits

Author SHA1 Message Date
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
b424579002
chore: tweaked config structure 2024-01-02 23:02:30 +01:00
4078963c9e
fix: add config.rs
should have pushed this before oops
2024-01-02 04:55:13 +01:00
3c0ba7e35d
feat: add telegram notifier 2024-01-02 04:55:02 +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
2e97bffc82
fix: make file storage threadsafe 2024-01-02 02:43:38 +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
a48b98cea9
chore: bump vers, rename project 2023-12-23 03:35:48 +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
dbcf022019
chore: moved telegram notifier as optional feature 2023-12-22 23:37:02 +01:00
62a7cdbbef feat: add GET with help 2023-10-15 04:56:33 +02:00
c11b12a03f
fix: initial impl 2023-10-15 04:27:34 +02:00
0115c7bafb
initial commit 2023-10-15 04:27:14 +02:00