bookwyrm/bookwyrm
Joachim d1737b44bd First functioning commit
TODO

- [ ] Delay task (Celery?)
- [ ] Store the image in a subfolder unique to the edition, to make cleaning up the image easy
- [ ] Clean up the image before replacing it
- [ ] Ensure that the image will be cleaned when the edition is deleted ??
- [ ] Use instance custom colors?
- [ ] Use book cover color base?
2021-05-25 00:41:53 +02:00
..
activitypub Fixes review rating serialization 2021-04-29 15:16:51 -07:00
connectors Handle openlibrary redirects 2021-05-20 15:55:50 -07:00
importers support both author field names 2021-05-10 20:11:44 -03:00
management/commands Update bookwyrm/management/commands/initdb.py 2021-04-30 12:53:57 -07:00
migrations First functioning commit 2021-05-25 00:41:53 +02:00
models First functioning commit 2021-05-25 00:41:53 +02:00
static First functioning commit 2021-05-25 00:41:53 +02:00
templates Merge pull request #1137 from bookwyrm-social/title-header 2021-05-24 07:21:12 -07:00
templatetags Don't show deleted ratings in stars 2021-05-23 08:48:00 -07:00
tests Python formatting 2021-05-20 16:38:12 -07:00
utils Runs black 2021-03-08 08:49:10 -08:00
views Don't show deleted ratings in stars 2021-05-23 08:48:00 -07:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
activitystreams.py Improves status template performance 2021-05-22 19:01:40 -07:00
admin.py Adds model for instance admin announcements 2021-05-19 14:00:46 -07:00
context_processors.py Don't need both name and preview 2021-05-19 15:18:43 -07:00
emailing.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
forms.py Create announcements admin view 2021-05-19 14:57:28 -07:00
preview_images.py First functioning commit 2021-05-25 00:41:53 +02:00
redis_store.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
sanitize_html.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
settings.py First functioning commit 2021-05-25 00:41:53 +02:00
signatures.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
status.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
tasks.py Runs black 2021-03-08 08:49:10 -08:00
timezone_middleware.py adding middleware and use in readthrough template 2021-03-29 08:20:35 -04:00
urls.py Delete announcements 2021-05-20 12:08:12 -07:00
wsgi.py Updates migrations 2020-09-21 08:10:37 -07:00