1
0
Fork 0
Commit graph

201 commits

Author SHA1 Message Date
Joel Bradshaw
a1a3aa45f4 Don't log autoload debug
This is just too much
2022-01-25 00:53:15 -08:00
Joel Bradshaw
9e6390662b Download fonts at app startup instead
We can't bake the font into the Docker image as such, because we mount
the volumes which blows away anything we have in the app tree
beforehand.

We could stash it somewhere in the image and then copy it from there on
app startup or something, but at that point we might as well just
download it as part of the app startup.
2022-01-25 00:53:01 -08:00
eeee62cd04 Adds Swedish to the app 2022-01-24 09:39:13 -08:00
e5c8500547 Updates cache buster 2022-01-22 17:05:31 -08:00
e2e5ed9aa3 Makes default language configurable 2022-01-20 16:04:42 -08:00
9e450f2d99
Merge pull request #1802 from cincodenada/configurable-logging
Make log level configurable, override default logging config
2022-01-18 07:39:43 -08:00
Joel Bradshaw
27acf668df Add the required bits for Django's logger
So, you can't define handlers piecewise, and if you redefine a logger,
you have to also include everything it uses, because your "new" logger
doesn't have a reference to the original logging config to get things
like mail_admins and require_debug_false.

require_debug_true isn't strictly necessary here, but it seemed strange
to just copy over one of them.
2022-01-17 15:56:24 -08:00
4c356cbeb4 Case insensitive suggestions 2022-01-17 10:52:16 -08:00
0c2537e27a
Merge pull request #1527 from bookwyrm-social/book-file-links
Book file links
2022-01-13 11:10:05 -08:00
0d12d82c12
Merge pull request #1818 from iamruinous/support-redis-db
add support for different redis db
2022-01-13 08:42:00 -08:00
Jade Meskill
900937ee5f
use REDIS_x_DB_INDEX instead of REDIS_x_DB, add optional setting to example env file 2022-01-13 09:16:16 -07:00
Jade Meskill
6490c1eded
use correct environment variable for EMAIL_SENDER_DOMAIN 2022-01-12 21:49:57 -07:00
Jade Meskill
3638e18844
add support for different redis db 2022-01-12 19:44:11 -07:00
0d7801f6f4 Show unread notifications color 2022-01-11 11:04:56 -08:00
8ba3a4ab00 Adds link confirmation modal 2022-01-10 11:48:07 -08:00
6b0967df39 Show related books in links preview 2022-01-10 11:03:10 -08:00
Joel Bradshaw
5cf1d8a30a Make it black 2022-01-09 23:53:23 -08:00
Joel Bradshaw
085dd24a62 Simplify and explain our overrides
This should also fix the 500s-in-prod issue, yay
2022-01-09 23:49:14 -08:00
Joel Bradshaw
83851c2933 Add bookwyrm-specific logging 2022-01-09 23:49:14 -08:00
Joel Bradshaw
af3c84cd87 Add basic logging config 2022-01-09 23:49:14 -08:00
4931e5cad2 Merge branch 'main' into book-file-links 2022-01-09 13:15:58 -08:00
6492ca2941
Merge pull request #1769 from joachimesque/thumbnail-generation-strategy
Change thumbnail generation strategy
2022-01-09 12:34:42 -08:00
Joachim
734da71037 Remove backend setting 2022-01-09 10:36:06 +01:00
16a58ae079 Merge branch 'main' into book-file-links 2022-01-08 16:58:37 -08:00
ac1787ce6b Merge branch 'main' into new-languages 2022-01-08 16:54:31 -08:00
Joachim
656e0b84eb Fix 2022-01-08 17:42:25 +01:00
Joachim
a54995eb9d Add new complete strategy 2022-01-08 17:41:44 +01:00
02a963c4ef Adds locales to application 2022-01-08 07:38:14 -08:00
7e1a4bc363 Ticks version number 2022-01-07 10:32:40 -08:00
47c79afd75
Merge pull request #1770 from bookwyrm-social/email-config
Configure email sender from .env file
2022-01-07 10:23:50 -08:00
b18c69e186 Make search timeouts configurable 2022-01-07 07:42:05 -08:00
cf57891482 Python formatting 2022-01-06 11:50:51 -08:00
4d0fa2db4a Dummy cache for tests 2022-01-06 11:40:27 -08:00
99a5924ea8 Not bool 2022-01-05 17:36:52 -08:00
2fed188862 Configure email sender from .env file 2022-01-05 17:35:42 -08:00
d8dbf94c29 Fixes cache syntax 2022-01-05 10:16:49 -08:00
2cad762646 Use in-memory cache for CI tests 2022-01-05 09:51:00 -08:00
e6f7828361 Python formatting 2022-01-05 09:30:54 -08:00
629140cad4 Adds redis cache backend 2022-01-05 08:27:31 -08:00
Joachim
f141777d52 Change thumbnail generation strategy 2022-01-05 11:54:49 +01:00
557acd40ad Fixes locale names 2022-01-04 14:34:22 -08:00
d8c682fb2b Adds Portuguese to the language list 2022-01-04 13:30:08 -08:00
7eb8d027c4
Merge pull request #1722 from cincodenada/no-more-fedireads-main
Remove last traces of fedireads, but in main
2021-12-29 09:32:43 -08:00
Joel Bradshaw
9d1db3f67c Remove last traces of fedireads 2021-12-28 16:49:32 -08:00
86e8d36b25 Adds annual review translations for Galician and Spanish 2021-12-28 07:02:52 -08:00
5d47f33972 Tick version number 2021-12-16 10:29:08 -08:00
e19fe3321b Javascript cache buster 2021-12-04 14:47:06 -08:00
9961a08c93 Adds Galician locale 2021-11-17 10:02:39 -08:00
7d66013b52 Adds Lithuanian to the user options 2021-11-15 10:26:00 -08:00
b84152d84b tick version number 2021-10-15 09:42:21 -07:00