moviewyrm/bookwyrm
2020-12-04 08:07:47 -08:00
..
activitypub Updates to_model to use fields 2020-12-03 12:35:57 -08:00
connectors Catch json decode error in loading data 2020-12-03 13:42:02 -08:00
management/commands
migrations Updates to_model to use fields 2020-12-03 12:35:57 -08:00
models Adds sort order for outbox 2020-12-04 08:07:47 -08:00
static display images at a reasonable size 2020-11-24 12:07:00 -08:00
templates refactors tag model to fit ordered collection structure 2020-11-28 11:04:54 -08:00
templatetags Fixes unset active shelf in shelve button pulldown 2020-11-20 10:05:37 -08:00
tests Test fixes 2020-12-03 17:18:23 -08:00
utils
__init__.py
admin.py
books_manager.py removes outdated update book code 2020-11-28 19:03:37 -08:00
broadcast.py Fixes generating new key paris for user 2020-11-30 19:33:50 -08:00
emailing.py
forms.py Replace naive datetimes with aware ones 2020-11-27 16:35:03 -08:00
goodreads_import.py fixes import matching with local books 2020-11-13 09:59:57 -08:00
incoming.py fixes some of the signing test issues 2020-11-30 19:53:42 -08:00
outgoing.py Remove special remote user handling code 2020-11-28 11:48:17 -08:00
sanitize_html.py
settings.py Add rename_app command and use it 2020-11-19 13:49:53 -08:00
signatures.py fixes some of the signing test issues 2020-11-30 19:53:42 -08:00
status.py Remove special remote user handling code 2020-11-28 11:48:17 -08:00
tasks.py
urls.py Inline form to add description to book 2020-11-28 07:55:31 -08:00
view_actions.py Use custom model fields in user model 2020-11-30 10:32:29 -08:00
views.py handle unset default editions 2020-11-28 17:42:09 -08:00
wellknown.py Replace naive datetimes with aware ones 2020-11-27 16:35:03 -08:00
wsgi.py