moviewyrm/bookwyrm
2021-02-03 16:40:29 -08:00
..
activitypub Fixes tests 2021-02-02 14:59:40 -08:00
connectors Search for books to add to lists 2021-01-31 11:11:26 -08:00
management/commands Clear unused editions with poor metadata 2021-01-30 18:30:07 -08:00
migrations migration to change privacy field type 2021-02-02 09:41:24 -08:00
models Fixes tests 2021-02-02 14:59:40 -08:00
static Adds cute lil icons to discover page 2021-02-02 10:13:35 -08:00
templates Fixes logged out list view 2021-02-03 16:40:29 -08:00
templatetags Add to and edit lists 2021-01-31 10:34:25 -08:00
tests Fixes openlibrary connector test 2021-02-03 12:52:13 -08:00
utils Fixes username regex 2021-01-06 16:01:13 -08:00
views Hide other people's empty lists from lists page 2021-02-03 16:01:49 -08:00
__init__.py
admin.py
broadcast.py Add BookWyrm user-agent to http requests 2020-12-30 12:36:50 +01:00
context_processors.py disable some warnings 2020-12-12 18:13:00 -08:00
emailing.py
forms.py Adds list creation form 2021-01-31 08:08:52 -08:00
goodreads_import.py Removes outgoing and view_actions 2021-01-13 13:36:01 -08:00
incoming.py Handling incoming list Creates and Updates 2021-02-03 10:34:27 -08:00
sanitize_html.py Allows blockquote markdown 2021-01-29 08:00:19 -08:00
settings.py Set application version number in settings 2020-12-30 11:55:13 -08:00
signatures.py Removes test state of signatures 2020-12-04 08:42:34 -08:00
status.py removes unneeded imports 2020-12-12 18:06:48 -08:00
tasks.py
urls.py Uses component for create shelf form 2021-02-03 12:36:20 -08:00
wellknown.py Set application version number in settings 2020-12-30 11:55:13 -08:00
wsgi.py