relay/app/bridge
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 Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
__init__.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
activitypub.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
apps.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
fetching.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
html_to_org.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
models.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
org_renderer.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
rss.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
store.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
tasks.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_activitypub.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_html_to_org.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_models.py Exclude bridge virtual feeds from feed listing, discovery and stats 2026-07-20 09:33:28 +02:00
test_org_renderer.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_rss.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_store.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_tasks.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
test_views.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
urls.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00
views.py Add ActivityPub and RSS bridges serving virtual social.org feeds 2026-07-17 15:26:41 +02:00