bookwyrm/fedireads
2020-03-13 13:41:05 +00:00
..
activitypub Finishes implementing reply activitypub json 2020-03-12 16:45:18 -07:00
connectors Adds generalized book data connectors 2020-03-07 12:22:28 -08:00
migrations Split follows, follow requests and blocks into separate tables. 2020-03-11 12:37:19 +00:00
models Generate a notification for pending follow requests. 2020-03-13 13:41:05 +00:00
static Highlight unread notifications 2020-03-10 13:31:57 -07:00
templates Generate a notification for pending follow requests. 2020-03-13 13:41:05 +00:00
templatetags Fix feed display 2020-03-09 17:27:54 -07:00
utils Store book data 2020-03-06 22:58:51 -08:00
__init__.py Basic app structure 2020-01-24 22:32:41 -08:00
books_manager.py Adds generalized book data connectors 2020-03-07 12:22:28 -08:00
broadcast.py Send a different review to mastodon than to fedireads 2020-02-18 17:30:23 -08:00
forms.py Add field manually_approves_followers to db. 2020-03-09 20:29:11 +00:00
incoming.py Generate a notification for pending follow requests. 2020-03-13 13:41:05 +00:00
outgoing.py Update follow and unfollow to use UserFollowRequest & UserFollows. 2020-03-11 12:37:19 +00:00
remote_user.py Fixes book uid helper function 2020-03-07 13:17:48 -08:00
sanitize_html.py Allow a and span tags in posts 2020-03-12 17:23:55 -07:00
settings.py add sqlite support 2020-02-15 14:19:36 -08:00
status.py Don't duplicate incoming statuses 2020-03-12 17:16:55 -07:00
urls.py Fixes storage of remote statuses 2020-03-10 12:04:38 -07:00
view_actions.py Add field manually_approves_followers to db. 2020-03-09 20:29:11 +00:00
views.py Typo fix 2020-03-11 17:44:54 -07:00
wellknown.py Endpoint for status 2020-02-15 12:32:40 -08:00
wsgi.py move some configuration into environment vars 2020-02-15 13:45:44 -08:00