Commit graph

120 commits

Author SHA1 Message Date
36d55566fc
Edit sent Discord webhooks if entry values updates
All checks were successful
Test and build Docker image / docker (push) Successful in 1m48s
2026-05-09 04:41:50 +02:00
d85bc16904
Make blacklist override whitelist
All checks were successful
Test and build Docker image / docker (push) Successful in 30s
Change filter evaluation so blacklist matches take precedence over whitelist matches. Updated evaluator logic to skip entries when blacklist and whitelist both match, adjusted related branches to reflect the new decision flow, and updated a feeds.py comment to clarify the combined decision. Also updated blacklist/whitelist templates copy to reflect the new precedence and adjusted tests to expect blacklist-wins behavior.
2026-05-04 22:55:53 +02:00
b610d7ef1a
Add images to filter pages 2026-04-28 22:38:18 +02:00
8978df69bf
Remove entry preview from filters
Some checks failed
Test and build Docker image / docker (push) Failing after 14s
2026-04-27 21:49:00 +02:00
73c8e9da39
Add meta tags for better previews when sharing links 2026-04-27 19:22:19 +02:00
984ce298cd
Fix filter preview?
All checks were successful
Test and build Docker image / docker (push) Successful in 29s
2026-04-27 18:57:24 +02:00
6a3bba5b69
Add live preview to blacklist and whitelist
All checks were successful
Test and build Docker image / docker (push) Successful in 1m58s
2026-04-27 18:27:05 +02:00
7435bba6f8
Add webhook management to feed detail page and corresponding tests 2026-04-10 21:04:14 +02:00
b025d5b136
Add functionality to attach feeds to webhooks from the index page 2026-04-10 21:02:07 +02:00
9b685e4980
Add has_webhooks function and update navbar visibility based on if webhooks exist 2026-04-10 20:55:35 +02:00
9446e46f22
Refactor feed.html 2026-04-10 20:38:21 +02:00
9ec0166e7f
Instead of embed or text mode, optionally send a full-page screenshot of the entry URL as a Discord file upload
All checks were successful
Test and build Docker image / docker (push) Successful in 1m26s
2026-04-10 00:32:02 +02:00
4d8fd145cf
Update label for URL resolution option in webhook entries template 2026-03-16 04:53:39 +01:00
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
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
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
afd2a0dd78 Improve search page 2025-08-29 03:02:32 +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
2a6dbd33dd
Add button for manually updating feed 2025-05-17 03:58:08 +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
7ba3716b98
Stuff and things 2024-10-30 18:45:02 +01:00
dc46a402eb
Improve logging 2024-07-30 02:04:33 +02:00
3004da58ce
Improve homepage 2024-07-30 01:20:22 +02:00
15e10773df
Use feed.url instead of feed.link on feed page
feed.link is None for a lot of feeds
2024-05-21 19:29:26 +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
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
51be6c59d9
Use attached instead of corresponding 2023-01-29 01:23:10 +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
c497cb0808
Fix missing space on the home page 2023-01-24 17:45:20 +01:00
27b1b794ee
Add information to index page when you have no feeds 2023-01-23 17:46:36 +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
269948303e
Add support for webhook embeds 2023-01-22 23:00:03 +01:00