funkwhale/api/funkwhale_api/federation
Eliot Berriot 6fbf8fa44c
Actor factory and fixture
2018-04-01 10:17:06 +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 Added proper header when querying activity pub actor 2018-03-31 18:41:35 +02:00
authentication.py Fixed inconsistencies between test and prod requests 2018-03-31 18:40:41 +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 Minor tweaks (logs, exceptions) 2018-03-31 18:41:53 +02:00
factories.py Actor factory and fixture 2018-04-01 10:17:06 +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 Ensure we truncate summary 2018-03-31 18:41:15 +02:00
signing.py Fixed inconsistencies between test and prod requests 2018-03-31 18:40:41 +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