bridgy-fed/tests
Ryan Barrett d33832be1c
add Web.ap_subdomain property, use it in webfinger
Originally, BF served Web users' AP actor ids on fed.brid.gy, eg
https://fed.brid.gy/snarfed.org . When we started adding new protocols, we
switched to per-protocol subdomains, eg https://web.brid.gy/snarfed.org .
However, we need to preserve the old users' actor ids as is. So, this property
tracks which subdomain a given Web user's AP actor uses.
2023-11-30 15:43:38 -08:00
..
__init__.py
test_activitypub.py User.ap_address() => handle_as(ActivityPub) 2023-11-29 21:06:55 -08:00
test_atproto.py User.ap_address() => handle_as(ActivityPub) 2023-11-29 21:06:55 -08:00
test_common.py
test_convert.py
test_follow.py User.ap_address() => handle_as(ActivityPub) 2023-11-29 21:06:55 -08:00
test_ids.py
test_integrations.py
test_models.py
test_pages.py User.ap_address() => handle_as(ActivityPub) 2023-11-29 21:06:55 -08:00
test_protocol.py
test_redirect.py
test_template.jrd
test_template.xrd
test_web.py add Web.ap_subdomain property, use it in webfinger 2023-11-30 15:43:38 -08:00
test_webfinger.py add Web.ap_subdomain property, use it in webfinger 2023-11-30 15:43:38 -08:00
testutil.py