.. |
__init__.py
|
remove logged out routes (#433)
|
2022-11-09 00:35:24 -05:00 |
admin.py
|
split off muting and unmuting
|
2022-11-12 11:11:34 +02:00 |
asset_submissions.py
|
Fix Cloudflare imports identifier shadow.
|
2022-11-07 17:30:15 -05:00 |
awards.py
|
awards: move sb check to be earlier to avoid a query in rare cases
|
2022-11-12 04:33:47 -06:00 |
casino.py
|
twentyone: ratelimits: put a once per 2 seconds ratelimit to patch up race conditions
|
2022-11-01 00:04:55 -05:00 |
chat.py
|
increase chat limit from 100 msgs to 500 (yolo or smth)
|
2022-11-11 19:19:24 +02:00 |
comments.py
|
validate poll options body_html length
|
2022-11-12 12:27:05 +02:00 |
errors.py
|
Revert "fix error with 500 page"
|
2022-10-17 20:35:47 -04:00 |
feeds.py
|
remove weird spaes
|
2022-08-17 22:30:07 +02:00 |
front.py
|
Use database to filter hidevotedon directly.
|
2022-11-09 09:57:51 -05:00 |
giphy.py
|
fix 17 potential 500s
|
2022-10-16 02:51:42 -07:00 |
hats.py
|
actions: move user-only actions to useractions, which gets rid of a circular dependency
|
2022-11-01 18:46:56 -05:00 |
login.py
|
switch from hcaptcha to turnstile
|
2022-11-11 20:34:06 +02:00 |
lottery.py
|
abort a bunch of stuff where we manually returned JSON
|
2022-10-11 08:40:19 -07:00 |
notifications.py
|
move the logic for my prev commit to SQLalchemy
|
2022-11-12 11:24:05 +02:00 |
oauth.py
|
small change to /admin/app
|
2022-10-28 22:13:58 +02:00 |
polls.py
|
use charge_account everywhere
|
2022-11-01 00:25:19 -05:00 |
posts.py
|
fix pinned comments logic
|
2022-11-12 13:33:18 +02:00 |
reporting.py
|
notify of flairs
|
2022-11-11 19:04:31 +02:00 |
search.py
|
Eager load submission listing relationships.
|
2022-11-09 09:16:22 -05:00 |
settings.py
|
same as last commit
|
2022-11-12 12:11:46 +02:00 |
static.py
|
antispam: hook up duplicate checker
|
2022-11-12 20:48:33 -06:00 |
subs.py
|
(Mod) -> (/h/sub Mod)
|
2022-11-11 19:01:40 +02:00 |
users.py
|
same as last commit
|
2022-11-12 12:11:46 +02:00 |
votes.py
|
voting in the shadow realm fixes
|
2022-11-12 07:55:16 -06:00 |