.. |
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
|
See #186: moved federation settings to preferences
|
2018-04-28 05:55:21 +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
|
Avoid fetching Actor object on every request authentication
|
2018-04-28 00:25:47 +02:00 |
dynamic_preferences_registry.py
|
See #206: minor tweaks on settings (wording, input type...)
|
2018-05-17 23:40:06 +02:00 |
exceptions.py
|
Minor tweaks (logs, exceptions)
|
2018-03-31 18:41:53 +02:00 |
factories.py
|
See #195: expose bitrate, duration and size in AP audio representations
|
2018-05-15 22:01:53 +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
|
See #195: expose bitrate, duration and size in AP audio representations
|
2018-05-15 22:01:53 +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
|
See #186: moved federation settings to preferences
|
2018-04-28 05:55:21 +02:00 |
renderers.py
|
Use proper renderers for activity pub / webfinger
|
2018-03-29 23:29:56 +02:00 |
serializers.py
|
See #195: expose bitrate, duration and size in AP audio representations
|
2018-05-15 22:01:53 +02:00 |
signing.py
|
Can now serve track from remote library
|
2018-04-07 15:34:35 +02:00 |
tasks.py
|
Fix #189: federation cache should now delete properly, including orphaned files
|
2018-05-06 15:36:49 +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
|
Fix #197: .well-known/nodeinfo endpoint can now answer to request with Accept: application/json
|
2018-05-16 22:10:11 +02:00 |
webfinger.py
|
Can now disable SSL cerification for external requests
|
2018-04-15 11:25:31 +02:00 |