Commit Graph

1058 Commits

Author SHA1 Message Date
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
29b688b68d Update annual_summary.py 2022-01-01 21:32:30 +01:00
864b731cfa remove testing line 2022-01-01 21:30:13 +01:00
358aa142b2 Display completed goal on Annual Summary page 2022-01-01 21:28:14 +01:00
31be6de665 Python formatting 2021-12-30 20:23:22 -08:00
2cc9e3bbca Removes duplicates from all books view 2021-12-30 20:14:49 -08:00
472c003293 Merge branch 'main' into list-not-loading 2021-12-30 14:09:04 -08:00
1e879f66ac Simplify decorators in list curate view 2021-12-30 12:45:47 -08:00
975ef7d38e Merge branch 'main' into list-not-loading 2021-12-30 10:44:23 -08:00
906e0c9c7c Renames function for loading lists 2021-12-30 10:40:26 -08:00
4b8daf6874 Merge branch 'main' into group-list-button 2021-12-29 12:52:24 -08:00
4cb520f242 Front-end: New look and behavior for Filters and Result panels 2021-12-29 19:50:32 +01:00
0dcd7bee10 Merge pull request #1715 from bookwyrm-social/summary-queries
Simplifies query for earliest year
2021-12-29 10:17:52 -08:00
f9e9dc55d5 Updates tests 2021-12-29 09:58:42 -08:00
21e0f4234e Don't try to create a json view of the all books page
It's a fake view, a liar
2021-12-28 15:04:25 -08:00
14601a0c31 Don't error out on invalid login POST
Thanks, log4j exploit scanners, for catching this one
2021-12-28 14:50:28 -08:00