Commit graph

279 commits

Author SHA1 Message Date
955b94456d
Add mass update functionality for feed URLs with preview
All checks were successful
Test and build Docker image / docker (push) Successful in 24s
2026-03-16 04:48:34 +01:00
bf94f3f3e4
Add new webhook detail view 2026-03-16 01:10:49 +01:00
94d5935b78
Refactor send_entry_to_discord function to require a reader parameter and update related tests 2026-03-15 20:47:41 +01:00
5323245cf6
Fix /post_entry 2026-03-15 20:45:00 +01:00
71695c2987
WIP 2026-03-15 19:37:55 +01:00
dfa6ea48e5
Refactor tag retrieval to use default values and remove missing_tags module 2026-03-15 15:50:04 +01:00
727057439e
Refactor reader dependency injection in FastAPI routes and tests 2026-03-15 15:39:05 +01:00
ed395a951c
Refactor URL change logic, mark all the new entries as read 2026-03-15 15:13:25 +01:00
b19927af0f
Preserve Discord timestamp tags in message
All checks were successful
Test and build Docker image / docker (push) Successful in 1m30s
2026-03-14 05:26:48 +01:00
a7e0213b1a
Refactor feed URL and update interval sections 2026-03-07 19:06:57 +01:00
5215b80643
Add endpoint to see all the entries for a webhook 2026-03-07 19:00:11 +01:00
dcd86eff69
Randomize test order 2026-03-07 06:43:32 +01:00
d87341d729
Add feed URL change functionality and related tests 2026-03-07 06:29:12 +01:00
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
9378dac0fa
Unescape HTML entities in summary and content before markdown conversion 2025-12-08 17:47:45 +01:00
e0894779d3 fix: classify Reddit feeds only when URL contains both "reddit.com" and ".rss" 2025-10-15 04:43:39 +02:00
mirusu400
ccb55e0ad4 fix: Use regex for detailed handling reddit feeds 2025-10-15 11:21:12 +09: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
8be7e245e3 Merge branch 'master' of https://github.com/TheLovinator1/discord-rss-bot 2025-07-07 23:08:24 +02:00
bda9e424e5 Merge branch 'master' of https://git.lovinator.space/TheLovinator/discord-rss-bot 2025-07-07 22:58:55 +02:00
2e0157ff6c Add logging for entry sending and improve scheduler configuration 2025-07-07 22:56:56 +02:00
a2df0a84b3 Fix line endings? 2025-06-25 06:06:42 +02:00
2ef03c8b45 Fix formatting of tags in /custom 2025-06-25 05:38:47 +02:00
1d16e7e24e
Change log level to debug and update port to 3000 2025-06-07 05:54:55 +02:00
a010815de0
Send a separate message with the Discord quest 2025-06-07 04:56:49 +02:00
f9e4f109d5
Add checks for paused or deleted feeds before sending entries to Discord 2025-06-07 04:54:35 +02:00
2a6dbd33dd
Add button for manually updating feed 2025-05-17 03:58:08 +02:00
96bcd81191
Use ATX headers instead of SETEXT 2025-05-17 03:53:15 +02:00
901d6cb1a6
Honor 429 Too Many Requests and 503 Service Unavailable responses 2025-05-05 01:19:52 +02:00
7f9c934d08
Also use custom feed stuff if sent from send_to_discord 2025-05-04 16:50:29 +02:00
ffd6f2f9f2
Add Hoyolab API integration 2025-05-04 03:48:22 +02:00
cd0f63d59a
Add tldextract for improved domain extraction and add new tests for extract_domain function 2025-04-16 13:32:31 +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
8408db9afd
Enhance YouTube feed display in index.html with username and channel ID formatting 2025-04-01 22:56:54 +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
66ae04a0b3
Ignore more images 2024-08-12 16:27:57 +02:00
8469919d4e
Use author_name instead of title if user is using author_url 2024-07-30 02:05:56 +02:00
9a99be0607
Don't escape [ and ] 2024-07-30 02:05:32 +02:00
4def6792a0
Make author_name the default instead of title 2024-07-30 02:05:07 +02:00
dc46a402eb
Improve logging 2024-07-30 02:04:33 +02:00
3004da58ce
Improve homepage 2024-07-30 01:20:22 +02:00
0c73848cbc
Make author_url be the entry link as default 2024-07-30 01:17:16 +02:00