moviewyrm/bookwyrm
bcj 31deb36c85 URL-Encode password in broker_url
Needed to prevent connection errors if the password contains non-urlsafe characters.

Dockerfile change because all the services using it are mirroring ./ in /app now anyway.
Flower needs because it needs bookwyrm in order to read the celerywyrm config (because flower only allows overwriting broker_url from the command line and we want to do it in Python so we have access to a urlencode function).
2021-05-23 23:49:12 -05: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 Makes extra content optional 2021-05-20 12:40:03 -07:00
models Makes extra content optional 2021-05-20 12:40:03 -07:00
static Cleans up show/hide behavior 2021-05-20 11:46:24 -07:00
templates Hide delete button text on mobile 2021-05-21 09:52:40 -07:00
templatetags Adds admin view for individual announcement 2021-05-20 08:09:35 -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 Merge pull request #1116 from bookwyrm-social/import-async-error 2021-05-20 21:14:15 -07:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
activitystreams.py New version of black, new whitespace 2021-04-26 09:15:42 -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
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 URL-Encode password in broker_url 2021-05-23 23:49:12 -05: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