moviewyrm/bookwyrm
2021-01-10 10:21:23 -08:00
..
activitypub Create a ActivitypubResponse class and use it in the views 2020-12-30 21:25:28 +01:00
connectors Don't match arbitrary results on empty isbn queries 2021-01-07 09:26:05 -08:00
management/commands move some code around for readability 2020-12-31 16:30:04 -08:00
migrations Adds field on import job to check if job completed 2021-01-07 08:08:12 -08:00
models Fixes queryset for shelf page json 2021-01-10 07:54:58 -08:00
static Smaller max width for large covers 2021-01-10 09:50:17 -08:00
templates Set link color on follow button 2021-01-10 10:21:23 -08:00
templatetags Cleans up notifications 2021-01-06 15:53:09 -08:00
tests Merge pull request #506 from mouse-reeve/readthrough-dupes 2021-01-10 10:18:31 -08:00
utils Fixes username regex 2021-01-06 16:01:13 -08:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
admin.py Show federated servers and connectors in admin 2020-10-31 12:45:39 -07:00
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 minor style fixes 2020-10-16 19:13:18 -07:00
forms.py Fixes login form 2021-01-04 11:14:07 -08:00
goodreads_import.py Adds field on import job to check if job completed 2021-01-07 08:08:12 -08:00
incoming.py Avoid throwing database error trying to fav unknown statuses 2021-01-06 11:43:39 -08:00
outgoing.py Merge pull request #506 from mouse-reeve/readthrough-dupes 2021-01-10 10:18:31 -08:00
sanitize_html.py Allow markdown in html fields 2020-12-19 18:54:56 -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 Updates migrations 2020-09-21 08:10:37 -07:00
urls.py Discovery landing page 2021-01-03 11:10:04 -08:00
view_actions.py Proper errorhandling for registration with invite 2021-01-06 13:15:33 -08:00
views.py Don't match arbitrary results on empty isbn queries 2021-01-07 09:26:05 -08:00
wellknown.py Set application version number in settings 2020-12-30 11:55:13 -08:00
wsgi.py Updates migrations 2020-09-21 08:10:37 -07:00