Commit graph

17 commits

Author SHA1 Message Date
87386e6cca
feat: add ntfy provider 2024-05-27 17:57:51 +02:00
189226f841
fix: always same avatar for anon users 2024-01-04 04:56:15 +01:00
051ff967fc
chore: removed some unused deps 2024-01-04 03:11:45 +01:00
952279f0a8
fix: use single thread rt, removed tokio macros 2024-01-04 03:03:55 +01:00
da2f1bf9d0
chore: bump crate version 2024-01-03 20:00:15 +01:00
87828a51f5
fix: use serde_inline_default and serde_default
now config behaves as expected, with fallback fields merged with the
main struct, also less impl Default and values right next to the field
2024-01-03 19:54:42 +01:00
32b20000c1
chore: update lockfile and bump deps, add metadata 2024-01-03 19:16:02 +01:00
a685765138
chore: version bump, fix docs, push lockfile 2024-01-03 18:25:42 +01:00
6ad5bc86bb
feat: integrated frontend
also fix `$ guestbook default` and refactored a little
2024-01-03 18:16:54 +01:00
6c6c0fd62b
feat: added crude email notifier
also default to console notifier enabled
2024-01-03 04:25:31 +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
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
a48b98cea9
chore: bump vers, rename project 2023-12-23 03:35:48 +01:00
7aee304b70
feat: add date, md5, url server-side on insertion 2023-12-23 03:15:06 +01:00
dbcf022019
chore: moved telegram notifier as optional feature 2023-12-22 23:37:02 +01:00
c11b12a03f
fix: initial impl 2023-10-15 04:27:34 +02:00