forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/routes
Snakes ed42f14a77 Fix frontlist failing on pin expiry.
Proximate cause of 500 error on frontpage is that `Query` has no
such method `remove(...)`. Merely removing the line can't guarantee
identical logic, but I'm not quite clear if explicit removal from the
Query pseudo-collection is necessary, or if the final `pins` variable
after `Query.all()` will be appropriately filtered. It appears to
work right in practice, and the risk of expired pins persisting for
one extra pageload for only one user seems relatively minor.
2022-07-03 13:04:13 -04:00
..
__init__.py Poll rework (#312) 2022-07-02 08:48:04 +02:00
admin.py messing with joins 2022-07-03 08:12:53 +02:00
awards.py Add badge for Checkmark award users. 2022-07-02 21:34:32 -04:00
chat.py reducing query volume, #2 2022-06-26 03:11:02 +02:00
comments.py messing with joins 2022-07-03 08:12:53 +02:00
discord.py reducing query volume, #2 2022-06-26 03:11:02 +02:00
errors.py kitchen sink commit, all over the place 2022-07-02 12:44:05 +02:00
feeds.py testing 2022-07-01 15:11:41 +02:00
front.py Fix frontlist failing on pin expiry. 2022-07-03 13:04:13 -04:00
giphy.py mn 2022-05-05 01:09:46 +02:00
login.py kitchen sink commit, all over the place 2022-07-02 12:44:05 +02:00
lottery.py catch invalid ticket quantity 500 error 2022-06-13 20:34:57 +02:00
oauth.py reducing query volume, #2 2022-06-26 03:11:02 +02:00
polls.py Poll rework (#312) 2022-07-02 08:48:04 +02:00
posts.py more quert optimization 2022-07-03 13:21:58 +02:00
reporting.py reducing query volume, #2 2022-06-26 03:11:02 +02:00
search.py remove print statement I forgot 2022-07-01 13:28:00 +02:00
settings.py add "warm" sorting - exact same as hot but pinned posts are shown in their normal positions instead of the top 2022-07-03 04:40:57 +02:00
static.py messing with joins 2022-07-03 08:12:53 +02:00
subs.py fix 500 error 2022-07-03 13:58:46 +02:00
users.py minor logic change in /@username 2022-07-03 14:12:33 +02:00
votes.py fix 500 errors 2022-07-02 08:51:19 +02:00