funkwhale/api/funkwhale_api/federation
Eliot Berriot 491c79efa0
Merge branch 'master' into develop
2019-03-07 13:44:33 +01:00
..
management Fix #706: Added a 'fix_federation_ids' management command to deal with protocol/domain issues in federation 2019-02-11 11:59:32 +01:00
migrations System actor 2019-01-30 11:54:43 +01:00
__init__.py
activity.py Fix #737: delivering of local activities causing unintended side effects, such as rollbacking changes 2019-03-06 15:33:39 +01:00
actors.py System actor 2019-01-30 11:54:43 +01:00
admin.py
api_serializers.py
api_urls.py
api_views.py Fix #743: Do not send notification when rejecting a follow on a local library 2019-03-07 12:09:45 +01:00
authentication.py System actor 2019-01-30 11:54:43 +01:00
contexts.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
dynamic_preferences_registry.py
exceptions.py
factories.py System actor 2019-01-30 11:54:43 +01:00
fields.py
filters.py
jsonld.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
keys.py
library.py
models.py System actor 2019-01-30 11:54:43 +01:00
parsers.py
renderers.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
routes.py
serializers.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
signing.py
tasks.py Fix #737: delivering of local activities causing unintended side effects, such as rollbacking changes 2019-03-06 15:33:39 +01:00
urls.py [EPIC] Audio metadata update - UI / API 2019-02-28 09:31:04 +01:00
utils.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
views.py Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests 2019-03-05 15:15:37 +01:00
webfinger.py