bookwyrm-mastodon/bookwyrm
Mouse Reeve ed56398667
Merge pull request #607 from mouse-reeve/notifications
Notifications for list additions
2021-02-10 14:08:46 -08:00
..
activitypub Fixes remaining test patches 2021-02-08 09:38:28 -08:00
connectors Handle connector exceptions with sketchy book data from OL 2021-02-10 12:00:16 -08:00
management/commands Clear unused editions with poor metadata 2021-01-30 18:30:07 -08:00
migrations Adds notification type referencing lists 2021-02-10 13:15:12 -08:00
models Create notification when adding or suggesting a book to a list 2021-02-10 13:46:56 -08:00
static Merge branch 'main' into shelve-buttons 2021-02-09 13:28:00 -08:00
templates Create notification when adding or suggesting a book to a list 2021-02-10 13:46:56 -08:00
templatetags Merge branch 'main' into shelve-buttons 2021-02-09 13:28:00 -08:00
tests Tests bug in link formatting 2021-02-10 12:07:50 -08:00
utils
views Gracefully handle list duplicate additions 2021-02-10 13:50:20 -08:00
__init__.py
admin.py
context_processors.py
emailing.py
forms.py Adds list creation form 2021-01-31 08:08:52 -08:00
goodreads_import.py circular import issues and added_by migration 2021-02-04 14:27:26 -08:00
incoming.py broadcasting for follow, accept, and reject 2021-02-06 19:18:02 -08:00
sanitize_html.py Allows blockquote markdown 2021-01-29 08:00:19 -08:00
settings.py
signatures.py
status.py Fixes broadcasting on generated notes 2021-02-10 13:09:04 -08:00
tasks.py
urls.py Uses component for create shelf form 2021-02-03 12:36:20 -08:00
wellknown.py
wsgi.py