.. |
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
|
use a dedicated serializer to handle library creation
|
2018-04-15 11:25:32 +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 accept/deny follow requests
|
2018-04-15 11:25:35 +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
|
Will now fetch and cache federated tracks
|
2018-04-15 11:25:34 +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
|
Dedicated permission to access library data via activity pub
|
2018-04-06 17:58:16 +02:00 |
renderers.py
|
Use proper renderers for activity pub / webfinger
|
2018-03-29 23:29:56 +02:00 |
serializers.py
|
Can now accept/deny follow requests
|
2018-04-15 11:25:35 +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 |