4ea672f2a1
Merge pull request #1157 from bcj/bcj/urlencode-redis-password
...
URL-Encode password in broker_url
2021-06-05 12:51:25 -07:00
c8d2df1203
Merge pull request #1155 from joachimesque/front-modal-title-fit
...
Front: Modal title fit
2021-06-05 12:43:35 -07:00
d1e33e14e2
Merge pull request #1154 from joachimesque/front-better-forms
...
Front-end: Better forms
2021-06-05 12:38:20 -07:00
61e55628fa
Merge pull request #1131 from joachimesque/author-page-microformats
...
Author page microformats
2021-06-05 11:27:16 -07:00
6f105fcdcc
Front: Modal title fit
2021-06-02 18:56:24 +02:00
49c057625a
Smol fixes
2021-06-02 18:30:36 +02:00
7d1e4aebbc
Better forms
2021-06-02 18:17:53 +02:00
ff45238667
Merge pull request #1123 from eatsleepdeploy/add-max-upload-size-config
...
Add max upload size config
2021-06-01 14:09:50 -07:00
b72580daf6
Update author.html
2021-05-24 17:17:12 +02:00
ea0f7ff925
Merge pull request #1137 from bookwyrm-social/title-header
...
Uses correct filter for book title
2021-05-24 07:21:12 -07:00
f058aa8f1d
Uses correct filter for book title
2021-05-24 06:54:43 -07:00
25858ed3aa
Added LibraryThing and Goodreads links
2021-05-24 12:51:41 +02:00
594f7b3708
Style fixes
2021-05-24 12:51:18 +02:00
58c07d1677
Apply review suggestions
2021-05-24 12:36:48 +02:00
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
b362b72c57
Python linting
2021-05-24 09:35:21 +08:00
55a3a28d49
Add microformats to author page
2021-05-23 21:17:14 +02:00
6e9c9e839c
Fix date of death display
2021-05-23 20:25:42 +02:00
c9b337348e
Merge pull request #1126 from bookwyrm-social/deleted-ratings
...
Don't show deleted ratings in stars
2021-05-23 09:00:53 -07:00
ca8067769c
Don't show deleted ratings in stars
2021-05-23 08:48:00 -07:00
4e9c7a7748
Merge pull request #1070 from bookwyrm-social/top-bar
...
Top bar
2021-05-23 08:42:14 -07:00
354b511089
Fix flex styles
2021-05-23 17:18:16 +02:00
1aa319d6ee
Move description text below header
2021-05-23 17:17:46 +02:00
cf7cbfdf8f
Fix title styles
2021-05-23 17:17:30 +02:00
9eb719106f
Fix display bug
2021-05-23 17:17:02 +02:00
251c8bbd08
Merge remote-tracking branch 'upstream/main' into list-style-fixes
2021-05-23 15:14:50 +02:00
0708d64bf1
Update bookwyrm.css
2021-05-23 12:10:57 +02:00
7eb5f3b026
Making magic number more readable
2021-05-23 14:31:22 +08:00
6e655cb0e0
Added new widget to alert if a file is set at larger than 10 MB.
...
- Updated default widget to use template that adds a notification box.
- Added JS to add onchange & load events to look at the value in the input and trigger the notification & disable the form submits.
2021-05-23 14:12:00 +08:00
c9617c4bd3
Added EMAIL_BACKEND
to env settings to be able to use console backend in local dev.
2021-05-23 14:09:13 +08:00
f987a352c6
Fixes username helper
2021-05-22 21:33:56 -07:00
bdf267dea5
Refactors block button for query efficiency
2021-05-22 20:36:30 -07:00
9285f483c2
Query tweaks for book page
2021-05-22 20:14:57 -07:00
2d4cec4422
Improves shelf page query efficiency a little
2021-05-22 19:54:50 -07:00
7a4c4248df
Improves status template performance
...
Reduces queries about about 65
2021-05-22 19:01:40 -07:00
e5ff4ac36d
Python formatting
2021-05-22 18:02:14 -07:00
3d3ab6433e
Improves query efficiency for shelve buttons
...
About 50 fewer queries (yikes)
2021-05-22 17:58:08 -07:00
368d2cd716
Reduces feed page queries for goals
...
9 fewer queries
2021-05-22 17:34:16 -07:00
d33b55e025
Hide delete button text on mobile
2021-05-21 09:52:40 -07:00
00eba98e9f
Fixes display of announcement show/hide button on mobile
2021-05-21 09:50:23 -07:00
ea56d42906
Merge pull request #1116 from bookwyrm-social/import-async-error
...
Don't error when task for import no longer exists
2021-05-20 21:14:15 -07:00
8772f26b91
Don't error when task for import no longer exists
2021-05-20 20:35:12 -07:00
a70c713c29
Fixes default values in edit announcement form
2021-05-20 20:21:04 -07:00
d39374f13c
Fixes editions page
2021-05-20 18:41:36 -07:00
9933b888f9
Merge pull request #1112 from bookwyrm-social/search-null-state
...
Fixes search null state view
2021-05-20 16:49:46 -07:00
e74bb4e33c
Merge pull request #1111 from bookwyrm-social/rss-templates
...
Moves rss templates to base level directory
2021-05-20 16:40:41 -07:00
6cadba78fe
Python formatting
2021-05-20 16:38:12 -07:00
a8a8398cf8
Fixes search null state view
2021-05-20 16:34:32 -07:00
ab3fb4d555
Adds test for search with no query
2021-05-20 16:32:44 -07:00
b6c17defd7
Merge pull request #1108 from bookwyrm-social/ol-redirects
...
Handle openlibrary redirects
2021-05-20 16:18:51 -07:00