relay/app/feeds
Andros Fenollosa c446ae514d Exclude bridge virtual feeds from feed listing, discovery and stats
Bridges help users connect to external content (RSS, ActivityPub) but
are not real Org Social accounts. They no longer appear in /feeds/,
cannot be registered via POST, are skipped by both feed discovery
tasks, and do not count in /stats/. A data migration removes bridge
URLs already registered as feeds.
2026-07-20 09:33:28 +02:00
..
migrations Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
__init__.py First commit 2025-09-12 11:29:00 +02:00
apps.py Minor fix 2025-09-17 08:50:54 +02:00
cors_middleware.py Added feed content 2025-11-30 17:03:53 +01:00
middleware.py Middleware cache had been added 2025-11-05 15:27:04 +01:00
models.py Send Webmentions for external links found in posts 2026-07-16 10:22:47 +02:00
notification_publisher.py Realtime notification had been added 2025-12-05 09:13:52 +01:00
parser.py Harden feed scanning against bad birthdays and slow hosts 2026-06-24 09:17:21 +02:00
tasks.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
test_discover_relay_nodes.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
test_feed_cleanup.py Realtime notification had been added 2025-12-05 09:13:52 +01:00
test_feeds.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
test_mentions.py Added etag and mod header 2025-11-05 15:03:20 +01:00
test_parser.py Harden feed scanning against bad birthdays and slow hosts 2026-06-24 09:17:21 +02:00
test_scan_feeds.py Harden feed scanning against bad birthdays and slow hosts 2026-06-24 09:17:21 +02:00
test_webmentions.py Send Webmentions for external links found in posts 2026-07-16 10:22:47 +02:00
utils.py Added etag and mod header 2025-11-05 15:03:20 +01:00
views.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
webmentions.py Send Webmentions for external links found in posts 2026-07-16 10:22:47 +02:00