funkwhale/api/funkwhale_api/federation
Eliot Berriot c29a96f244
Fail graciously when AP representation includes a null_value for mediaType
2018-04-18 00:08:31 +02:00
..
migrations Will now fetch and cache federated tracks 2018-04-15 11:25:34 +02:00
__init__.py Basic logic for signing/verifying requests 2018-03-24 15:20:15 +01:00
activity.py Deliver is now a proper celery task 2018-04-15 11:25:33 +02:00
actors.py Implemented followers notification on import and autoimport 2018-04-17 19:35:57 +02:00
admin.py Removed too complex FollowRequest model, we now use an aproved field on Follow 2018-04-15 11:25:32 +02:00
api_urls.py API Endpoint to list lirary tracks 2018-04-15 11:25:33 +02:00
authentication.py Can now serve track from remote library 2018-04-07 15:34:35 +02:00
dynamic_preferences_registry.py Added task to delete unused cached files 2018-04-15 11:25:34 +02:00
exceptions.py Minor tweaks (logs, exceptions) 2018-03-31 18:41:53 +02:00
factories.py Added task to delete unused cached files 2018-04-15 11:25:34 +02:00
filters.py Can now filter by import status on library tracks 2018-04-17 20:03:31 +02:00
keys.py We now use a proper user agent including instance version and url during outgoing requests 2018-04-07 16:20:34 +02:00
library.py ActorSerializer is not a modelserializer anymore 2018-04-15 11:25:33 +02:00
models.py Implemented followers notification on import and autoimport 2018-04-17 19:35:57 +02:00
parsers.py We are now able to receive a toot and react to it 2018-04-01 22:11:46 +02:00
permissions.py Ensure follower is approved to access library 2018-04-17 23:08:15 +02:00
renderers.py Use proper renderers for activity pub / webfinger 2018-03-29 23:29:56 +02:00
serializers.py Fail graciously when AP representation includes a null_value for mediaType 2018-04-18 00:08:31 +02:00
signing.py Can now serve track from remote library 2018-04-07 15:34:35 +02:00
tasks.py Added task to delete unused cached files 2018-04-15 11:25:34 +02:00
urls.py Now store remote library tracks in a dedicated model, this is much simpler 2018-04-07 11:29:40 +02:00
utils.py Util function to convert django meta to proper headers 2018-03-31 18:39:10 +02:00
views.py Can now accept/deny follow requests 2018-04-15 11:25:35 +02:00
webfinger.py Can now disable SSL cerification for external requests 2018-04-15 11:25:31 +02:00