Commit Graph

1073 Commits

Author SHA1 Message Date
d610115a5b Null state for links 2022-01-10 12:09:03 -08:00
4ba375892a Merge pull request #1793 from bookwyrm-social/more-caches
More caches
2022-01-10 11:25:26 -08:00
4820a2f982 Python formatting 2022-01-10 11:21:03 -08:00
f0ae37c331 Block or approve domains 2022-01-10 11:19:20 -08:00
3f280af715 Functionality to edit name 2022-01-10 10:48:27 -08:00
32e3fdb438 Adds admin view 2022-01-10 10:12:28 -08:00
5cf1d8a30a Make it black 2022-01-09 23:53:23 -08:00
83851c2933 Add bookwyrm-specific logging 2022-01-09 23:49:14 -08:00
4931e5cad2 Merge branch 'main' into book-file-links 2022-01-09 13:15:58 -08:00
0a182e8150 Caches query for landing page books 2022-01-09 13:04:41 -08:00
e8c830750a No cache for suggested books 2022-01-09 13:00:02 -08:00
599c79917e Makes query to get admins unique 2022-01-08 18:44:32 -08:00
16a58ae079 Merge branch 'main' into book-file-links 2022-01-08 16:58:37 -08:00
82294909a8 Python formatting 2022-01-08 16:38:52 -08:00
e1a617f742 Merge pull request #1613 from bookwyrm-social/list-not-loading
Use a redis cache to store lists for user
2022-01-08 13:38:20 -08:00
a80cb4310e Merge pull request #1771 from bookwyrm-social/about-page
Refactors about page
2022-01-08 13:28:23 -08:00
26928252cd Use cache 2022-01-08 11:44:04 -08:00
bb4b724b1a Updates queries 2022-01-08 11:26:15 -08:00
85691478f1 save language preferences with cookies that last
(as long as login ones do)
2022-01-08 12:56:57 -06:00
392dbfce01 Merge branch 'main' into about-page 2022-01-07 14:59:26 -08:00
165fdc6d2d Merge branch 'main' into list-not-loading 2022-01-07 10:32:17 -08:00
c918edb622 Fixes searching for users in get started view 2022-01-07 09:56:29 -08:00
a1e3ef1c79 Fixes pylint complaint 2022-01-06 18:47:14 -08:00
e4be6a98e8 do not cache registration form
Fixes #1777

Caching the Landing view also caches the registration form, including the CSRF value.

This moves the caching into the recently reviewed books landing template which is presumably what we're trying to cache here, instead of caching the whole view.

NOTE: this fixes the problem with registration, I haven't done enough testing to be sure it actually still caches the recent reviews data.
2022-01-07 13:13:56 +11:00
e416ef05e8 Fixes cache of status interact
The CSRF token was being cached which caused submits to fail
2022-01-06 11:07:22 -08:00
0f09759662 Separate out landing and about views files 2022-01-06 09:51:38 -08:00
b8c72d75e5 Python formatting 2022-01-06 09:48:36 -08:00
461bfd0ce7 Link to books 2022-01-06 09:47:46 -08:00
d690224559 Use weighted averages 2022-01-06 09:39:51 -08:00
840746754d Fixes superlatives 2022-01-06 09:22:10 -08:00
4caa68200f Adds more info to the about page 2022-01-06 09:04:59 -08:00
b855464396 Expands about pages 2022-01-05 21:42:41 -08:00
6168ce91b3 Merge branch 'main' into list-not-loading 2022-01-05 16:33:05 -08:00
b0fef8f0e3 Cache landing page 2022-01-05 15:53:01 -08:00
7df99afdc7 Cache status interact buttons 2022-01-05 14:54:51 -08:00
ad6d7d5eca Caches suggested books 2022-01-05 13:43:15 -08:00
cc4469e7e1 Python formatting 2022-01-04 18:05:26 -08:00
5981575f0e Cache template snipped for shelve buttons 2022-01-04 17:59:35 -08:00
2153afe743 Merge branch 'main' into group-list-button
Hopefully fixes failing tests!
2022-01-05 08:47:01 +11:00
8a889e9a69 Merge branch 'main' into list-not-loading 2022-01-04 12:27:41 -08:00
1ff653ddeb Merge pull request #1749 from joachimesque/summary-goals
Display completed goal on Annual Summary page
2022-01-04 11:42:47 -08:00
cccd28cb74 Merge pull request #1726 from joachimesque/options-panels
Front-end: New look and behavior for Filters and Result panels
2022-01-03 09:23:12 -08:00
d4acd89a28 Merge branch 'main' into group-list-button 2022-01-03 10:28:59 +11:00
6e8a29aebf Update annual_summary.py 2022-01-02 17:52:49 +01:00
5313b283dd Adds comment 2022-01-02 07:16:46 -08:00
38bd1f46d6 emblacken 2022-01-02 10:19:57 +11:00
045506d6e0 show group lists on group FindUsers page 2022-01-02 10:06:02 +11:00
b1fa57d2ca fix group form ids
Also adds the List form to the group FindUsers view
2022-01-02 09:08:04 +11:00
8e17e20802 Merge branch 'bookwyrm-social:main' into group-list-button 2022-01-02 07:50:56 +11:00
fd8423b73c Update annual_summary.py 2022-01-01 21:37:53 +01:00