.. |
migrations
|
Ensure we delete existing actors to reset private and public keys
|
2018-04-07 15:39:17 +02:00 |
__init__.py
|
Basic logic for signing/verifying requests
|
2018-03-24 15:20:15 +01:00 |
activity.py
|
We now use a proper user agent including instance version and url during outgoing requests
|
2018-04-07 16:20:34 +02:00 |
actors.py
|
We now use a proper user agent including instance version and url during outgoing requests
|
2018-04-07 16:20:34 +02:00 |
authentication.py
|
Can now serve track from remote library
|
2018-04-07 15:34:35 +02:00 |
dynamic_preferences_registry.py
|
Removed now useless private and public keys preferences
|
2018-04-07 15:53:10 +02:00 |
exceptions.py
|
Minor tweaks (logs, exceptions)
|
2018-03-31 18:41:53 +02:00 |
factories.py
|
Now store remote library tracks in a dedicated model, this is much simpler
|
2018-04-07 11:29:40 +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 |
models.py
|
Can now serve track from remote library
|
2018-04-07 15:34:35 +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
|
Added validation on collection serializers
|
2018-04-15 11:24:46 +02:00 |
signing.py
|
Can now serve track from remote library
|
2018-04-07 15:34:35 +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
|
Exclude federated files from library endpoint
|
2018-04-15 11:24:46 +02:00 |
webfinger.py
|
Fixed failing test
|
2018-04-02 19:15:27 +02:00 |