funkwhale/api/funkwhale_api/federation
Eliot Berriot b5a4b2ca6a
Added signature authentication on activitypub view
2018-03-31 18:39:32 +02:00
..
management Can now generate a key pair for the instance 2018-03-28 23:56:44 +02:00
migrations ActivityPub Actor model 2018-03-31 15:44:35 +02:00
__init__.py Basic logic for signing/verifying requests 2018-03-24 15:20:15 +01:00
actors.py Use absolute urls 2018-03-31 15:57:29 +02:00
authentication.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00
dynamic_preferences_registry.py Can now generate a key pair for the instance 2018-03-28 23:56:44 +02:00
exceptions.py Can now fetch public key from actor url 2018-03-28 23:56:44 +02:00
factories.py Use own requests-http-signing to be compatible with Signature header 2018-03-30 21:59:58 +02:00
keys.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00
models.py ActivityPub Actor model 2018-03-31 15:44:35 +02:00
renderers.py Use proper renderers for activity pub / webfinger 2018-03-29 23:29:56 +02:00
serializers.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00
signing.py Use own requests-http-signing to be compatible with Signature header 2018-03-30 21:59:58 +02:00
urls.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00
utils.py Util function to convert django meta to proper headers 2018-03-31 18:39:10 +02:00
views.py Added signature authentication on activitypub view 2018-03-31 18:39:32 +02:00
webfinger.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00