bookwyrm/fedireads
2020-03-14 22:20:16 +00:00
..
activitypub Include manually approves followers in actor 2020-03-13 16:22:07 -07:00
connectors Fixes bugs in openlibrary connector 2020-03-13 21:10:53 -07:00
migrations Use database constraint to prevent relationships with yourself. 2020-03-14 22:20:01 +00:00
models Use database constraint to prevent relationships with yourself. 2020-03-14 22:20:01 +00:00
static Highlight unread notifications 2020-03-10 13:31:57 -07:00
templates Don't display follow button for yourself. 2020-03-14 22:20:16 +00:00
templatetags Fix feed display 2020-03-09 17:27:54 -07:00
utils
__init__.py
books_manager.py
broadcast.py
forms.py
incoming.py Use database constraint to prevent relationships with yourself. 2020-03-14 22:20:01 +00:00
outgoing.py Generate Reject activities. 2020-03-13 17:04:39 +00:00
remote_user.py Update remote users with manual follow status 2020-03-13 16:27:58 -07:00
sanitize_html.py Allow a and span tags in posts 2020-03-12 17:23:55 -07:00
settings.py
status.py Don't duplicate incoming statuses 2020-03-12 17:16:55 -07:00
urls.py Combine html and json views 2020-03-13 17:57:36 -07:00
view_actions.py Generate Reject activities. 2020-03-13 17:04:39 +00:00
views.py Combine html and json views 2020-03-13 17:57:36 -07:00
wellknown.py
wsgi.py