Commit graph

141 commits

Author SHA1 Message Date
24d4d7a293
Add support for changing the update interval for feeds
Some checks failed
Test and build Docker image / docker (push) Has been cancelled
2026-03-07 05:50:20 +01:00
567273678e
Only show backup button in navbar if backups are enabled 2026-03-07 05:50:20 +01:00
e8bd528def
Add git backup functionality
Fixes: https://github.com/TheLovinator1/discord-rss-bot/issues/421
Merges: https://github.com/TheLovinator1/discord-rss-bot/pull/422
2026-03-07 01:01:09 +01:00
fb4910430a Refactor search response to use named parameters and update search context test 2025-08-29 16:41:34 +02:00
afd2a0dd78 Improve search page 2025-08-29 03:02:32 +02:00
2e0157ff6c Add logging for entry sending and improve scheduler configuration 2025-07-07 22:56:56 +02:00
1d16e7e24e
Change log level to debug and update port to 3000 2025-06-07 05:54:55 +02:00
2a6dbd33dd
Add button for manually updating feed 2025-05-17 03:58:08 +02:00
901d6cb1a6
Honor 429 Too Many Requests and 503 Service Unavailable responses 2025-05-05 01:19:52 +02:00
8b50003eda
Group feeds by domain 2025-04-03 16:47:53 +02:00
97d06ddb43
Embed YouTube videos in /feed HTML. Strong code, many bananas! 🦍🦍🦍🦍 2025-04-03 06:20:01 +02:00
ac63041b28
Add regex support to blacklist and whitelist filters. Strong code, many bananas! 🦍🦍🦍🦍 2025-04-03 05:44:50 +02:00
cd649f37e8
Integrate Sentry for error tracking and performance monitoring 2025-02-10 04:56:55 +01:00
45fa4c3c39
Fix warnings and other type checking issues 2025-02-10 04:44:09 +01:00
7ba3716b98
Stuff and things 2024-10-30 18:45:02 +01:00
4480593f49
Fix Ruff warnings 2024-08-12 16:28:07 +02:00
dc46a402eb
Improve logging 2024-07-30 02:04:33 +02:00
aa2866901c
Fix /blacklist and /whitelist not working 2024-07-30 01:14:04 +02:00
392f2c7a95
Fix /embed not working 2024-07-30 01:08:48 +02:00
3514f3606e
Fix Ruff warnings and Uvicorn logging 2024-07-26 21:47:23 +02:00
73b171dbfd
Fix markdown looking like shit 2024-05-24 01:11:38 +02:00
716bdf34c9
Fix bot not posting rss feeds 2024-05-21 19:28:48 +02:00
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
381c16596c
You can now modify webhooks 2023-08-08 02:07:17 +02:00
bc3166e7ab
Fix warnings 2023-08-07 03:22:49 +02:00
0de093d704
Remove unnecessary "type: ignore" comments 2023-03-18 04:21:03 +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
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
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
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
fc9483d7ee
Show feeds that has no corresponding webhook 2023-01-25 11:50:39 +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
f6f3e3a7d2
Fix missing tags 2023-01-23 17:39:11 +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
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
c48b2b1bf6
Remove logging to speed up the program 2023-01-20 08:13:04 +01:00
4b140d26a8
Show date, if whitelisted and, if blacklisted in feed page 2023-01-19 19:03:30 +01:00