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
Mouse Reeve
b4ae639dab
Imports bookwyrm settings into celery settings
...
It was redundant and super bug-prone!
2021-05-10 14:20:27 -07:00
n2no1
92e9ff6cff
update links in README and {bookwyrm,celerywyrm}/settings.py files
...
the link to celery's homepage has been dead for at least several months
activitypub.rocks now supports tls (yay!)
the links to django's docs were for older versions of django than what bookwyrm uses
2021-04-12 11:56:26 -04:00
tofuwabohu
890346f51b
Adds default value in celerywyrm
2021-04-09 18:56:21 +02:00
tofuwabohu
a52729daae
adds SSL params
2021-04-09 13:28:58 +02:00
D Anzorge
5cbf7bbc71
Ensure EMAIL_USE_TLS is read as a bool
2021-04-09 04:53:18 +02:00
Mouse Reeve
70296e760b
Runs black
2021-03-08 08:49:10 -08:00
Mouse Reeve
2d79a52133
Translations working in templates
2021-02-27 16:18:56 -08:00
Mouse Reeve
81e2021f92
Move handlers to activitypub classes
2021-02-15 18:47:08 -08:00
Mouse Reeve
e169565e00
Makes expanding book data fully part of the connector
2021-01-02 07:45:45 -08:00
Mouse Reeve
cc42e9d149
Asyncronously set related fields
2020-12-08 09:43:12 -08:00
Mouse Reeve
b0202eb8e8
Remove special remote user handling code
...
also fixes date parsing
2020-11-28 11:48:17 -08:00
Mouse Reeve
0b34b6cd96
Updates code for loading remote statuses
2020-11-06 14:56:05 -08:00
Mouse Reeve
e559a93f71
Get celery debug settings from env
2020-10-04 14:24:08 -07:00
Mouse Reeve
d4b18678bd
Forgot password flow
2020-10-02 13:32:19 -07:00
Mouse Reeve
0b8f8e3659
Fixes celery media path
2020-09-30 19:43:42 -07:00
Mouse Reeve
71d5c790b8
Merge pull request #200 from mouse-reeve/books-managers-tests
...
Books managers tests
2020-09-23 07:38:06 -07:00
Mouse Reeve
80cb1c3de2
Adds more tests for books_manager
...
from 47% to 77%
2020-09-21 11:14:56 -07:00
Mouse Reeve
425da16fd6
Fixes linter issues
2020-09-21 10:25:26 -07:00
Mouse Reeve
7bd49f1da5
Renames settings variables
2020-09-21 08:27:12 -07:00
Mouse Reeve
d1f1260640
Renames fr_celery dir to celerywyrm
2020-09-17 14:19:27 -07:00