Commit Graph

220 Commits

Author SHA1 Message Date
5685d5ecf2 Fix redirect urls 2024-05-18 04:23:17 +02:00
73cf7c489c Fix all the bugs 2024-05-18 04:05:05 +02:00
f5f157d724 You can now click the webhook name to go to /webhooks 2023-08-08 03:10:31 +02:00
116f1dddf5 Update HTML 2023-08-08 02:24:11 +02:00
381c16596c You can now modify webhooks 2023-08-08 02:07:17 +02:00
9ba237a75a Fix typo 2023-08-08 00:54:34 +02:00
5b94678b64 Update README 2023-08-07 04:26:13 +02:00
bc3166e7ab Fix warnings 2023-08-07 03:22:49 +02:00
fdba0a9bd3 Fix custom message not working 2023-03-20 16:00:00 +01:00
0de093d704 Remove unnecessary "type: ignore" comments 2023-03-18 04:21:03 +01:00
9377552d3b Fix djlint problems 2023-03-18 04:19:00 +01:00
ceff63e90d Improve index page 2023-03-18 04:18:42 +01:00
948a5a2af9 Use Ruff and fix all its warnings and errors 2023-03-18 01:50:45 +01:00
9a90385fae You can now filter the author 2023-01-30 01:21:16 +01:00
e5931b77e6 Maybe fix broken whitelist? 2023-01-30 00:01:34 +01:00
3ebed6e5ed Fix comment 2023-01-29 13:38:10 +01:00
bc00be6f71 Refactor whitelist/blacklist 2023-01-29 02:16:36 +01:00
d5ac378664 /add uses it own context now instead of make_context_index 2023-01-29 01:27:31 +01:00
51be6c59d9 Use attached instead of corresponding 2023-01-29 01:23:10 +01:00
ae702fe492 Refactor code 2023-01-29 01:08:40 +01:00
155b94cff2 Remove images and URLs without any text when converting HTML to Markdown 2023-01-29 01:08:28 +01:00
4d8a0e9ded Update HTML to markdown converter 2023-01-28 23:01:17 +01:00
596238420a Remove unneeded variable 2023-01-28 21:22:45 +01:00
ee6eac721b Remove __name__ == "__main__" in markdown.py 2023-01-28 21:16:23 +01:00
07aeea44c2 Remove unneeded variable 2023-01-28 21:15:59 +01:00
5a4e56056f Remove unneeded function 2023-01-28 21:15:42 +01:00
fa061782f4 Move things away from main and refactor things 2023-01-28 21:11:20 +01:00
e571ad9ee2 Readd request to context and add tests 2023-01-28 19:44:59 +01:00
a9c79a7a94 Add the webhook to existing feed if it doesn't have a webhook 2023-01-28 19:28:43 +01:00
438c979632 Move more things out from main.py 2023-01-28 19:15:30 +01:00
3f403c8edd Move things away from main.py 2023-01-26 17:06:55 +01:00
2ae829f9f5 There is now a page for all the webhooks 2023-01-25 15:52:30 +01:00
e5d93e9779 Fix crash when color was int 2023-01-25 15:51:51 +01:00
fc9483d7ee Show feeds that has no corresponding webhook 2023-01-25 11:50:39 +01:00
c497cb0808 Fix missing space on the home page 2023-01-24 17:45:20 +01:00
b056a5a7bb Fix test 2023-01-23 19:15:27 +01:00
8d56acdbd8 Maybe fix test? 2023-01-23 19:09:10 +01:00
90f64a968e Add print saying where the data is stored, add 2 TODOs, and add stuff to Uvicorn 2023-01-23 18:58:16 +01:00
27b1b794ee Add information to index page when you have no feeds 2023-01-23 17:46:36 +01:00
f6f3e3a7d2 Fix missing tags 2023-01-23 17:39:11 +01:00
8016c57d75 Change embed color to str and set a default one 2023-01-23 17:38:56 +01:00
5a6482b583 Fix minor things that broke in last commit 2023-01-23 00:18:48 +01:00
160cfdc401 Add if else around content and summary 2023-01-22 23:34:07 +01:00
e612444737 Run add_missing_tags when testing and adding feed 2023-01-22 23:11:32 +01:00
269948303e Add support for webhook embeds 2023-01-22 23:00:03 +01:00
4bc2a7dc6f Improve feed page 2023-01-22 10:09:27 +01:00
d4fd70965e Create our own HTML to Markdown converter 2023-01-21 22:48:00 +01:00
0bcc551a3f Use or instead of if else 2023-01-21 14:17:12 +01:00
bab4d1009c Add button to send entry to Discord 2023-01-21 14:16:08 +01:00
10568a266f Create remove_image_tags filter and apply it to content and summary 2023-01-21 11:29:12 +01:00