funkwhale/api/funkwhale_api/federation
Eliot Berriot 77c6bd5839
Fixed failing test
2018-04-02 19:15:27 +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
activity.py PoC with receiving /ping from Mastodon and replying pong 2018-04-02 18:07:46 +02:00
actors.py Fixed failing test 2018-04-02 19:15:27 +02:00
authentication.py We are now able to receive a toot and react to it 2018-04-01 22:11:46 +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 Fixed failing test 2018-04-02 19:15:27 +02:00
keys.py Can now have multiple system actors 2018-03-31 15:47:21 +02:00
models.py Fixed failing test 2018-04-02 19:15:27 +02:00
parsers.py We are now able to receive a toot and react to it 2018-04-01 22:11:46 +02:00
renderers.py Use proper renderers for activity pub / webfinger 2018-03-29 23:29:56 +02:00
serializers.py We are now able to receive a toot and react to it 2018-04-01 22:11:46 +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 We are now able to receive a toot and react to it 2018-04-01 22:11:46 +02:00
webfinger.py Fixed failing test 2018-04-02 19:15:27 +02:00