takahe/api
Tyler Kennedy cc7824394b
Fixes for the Toot! client (#248) (#275)
* Various Toot! fixes
* Use a fallback 1x1 pixel image for missing headers, same as Mastodon. The header and header_static are _not_ optional nor nullable according to the spec.
* Try removing some fields which probably shouldn't be set.
* Pagination with next/prev.
2022-12-29 10:31:32 -07:00
..
migrations Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
models Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
views Fixes for the Toot! client (#248) (#275) 2022-12-29 10:31:32 -07:00
__init__.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
admin.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
apps.py Working start of an OAuth flow 2022-12-12 11:56:49 -07:00
decorators.py Timelines working 2022-12-12 11:56:49 -07:00
middleware.py Timelines working 2022-12-12 11:56:49 -07:00
pagination.py Fixes for the Toot! client (#248) (#275) 2022-12-29 10:31:32 -07:00
parser.py Don't parse the body if it's empty 2022-12-27 16:18:22 -07:00
schemas.py Fixes for the Toot! client (#248) (#275) 2022-12-29 10:31:32 -07:00