bookwyrm/bookwyrm/views
Joel Bradshaw 55bab0b70d Slice queryset before we resolve it
This was accidentally querying ALL books in the database to generate
suggestions if we didn't have enough, which broke some stuff
2022-11-23 19:26:09 +00:00
..
admin Admin UI to enable and disable importing 2022-11-17 14:23:39 -08:00
books More edit book lines 2022-09-19 10:26:29 -07:00
imports Fixes reference to site model 2022-11-17 15:41:30 -08:00
landing Allow users to temporarily deactivate their accounts (#2324) 2022-11-10 13:40:54 -08:00
list Slice queryset before we resolve it 2022-11-23 19:26:09 +00:00
preferences show otp_secret when setting up 2fa 2022-11-16 20:30:06 +01:00
shelf Check permissions automatically on form save 2022-08-05 09:56:32 -07:00
__init__.py Admin UI to enable and disable importing 2022-11-17 14:23:39 -08:00
annual_summary.py Adds a couple tests to annual review views 2022-09-19 14:38:30 -07:00
author.py Catches places where form.save() needs the request 2022-09-08 11:02:17 -07:00
directory.py Use recently active as the default sort order 2021-09-28 15:51:49 -07:00
discover.py Show quotes without content as large discover cards 2021-09-06 08:47:59 -07:00
feed.py Catches places where form.save() needs the request 2022-09-08 11:02:17 -07:00
follow.py Adds test to catch notification error 2022-07-09 12:29:29 -07:00
get_started.py Removes explicit calls to raise_not_editable from views 2022-09-08 11:03:06 -07:00
goal.py Check permissions automatically on form save 2022-08-05 09:56:32 -07:00
group.py Check permissions automatically on form save 2022-08-05 09:56:32 -07:00
helpers.py Refactors how mentions are collected 2022-08-05 14:06:39 -07:00
inbox.py Use variable instead of string 2022-11-13 16:59:05 +01:00
interaction.py Remmoves insecure redirects 2022-07-14 11:22:17 -07:00
isbn.py Fixes isbn view 2022-08-05 11:44:10 -07:00
notifications.py Fixes html on notifications page 2022-07-06 19:16:14 -07:00
outbox.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
reading.py Check permissions automatically on form save 2022-08-05 09:56:32 -07:00
relationships.py Merges follower/following views 2022-07-29 13:07:15 -07:00
report.py Catches places where form.save() needs the request 2022-09-08 11:02:17 -07:00
rss_feed.py Show only recent results in rss feed view 2022-01-20 16:33:24 -08:00
search.py Fixes logic that displays search remote or manually add link 2022-08-29 14:03:47 -07:00
setup.py Adds setup views tests 2022-02-17 14:55:48 -08:00
status.py Generate fewer add_status_tasks 2022-11-15 14:14:32 -08:00
updates.py Updates tests 2022-01-27 18:23:31 -08:00
user.py Merge branch 'main' into followers-following-views 2022-07-29 13:09:30 -07:00
wellknown.py code cleanup 2021-11-28 21:38:28 +11:00