.. |
__init__.py
|
Add trailing final newlines to source files.
|
2022-09-29 01:43:29 -04:00 |
admin.py
|
fix a couple of potentially rare 500s
|
2022-10-15 14:35:24 -07:00 |
asset_submissions.py
|
refactor asset submissions a bit
|
2022-10-14 11:03:47 -07:00 |
awards.py
|
get rid of Boolean columns for permenant awards
|
2022-10-14 18:59:49 +02:00 |
casino.py
|
use error handlers in cases where we can
|
2022-10-12 08:55:42 -07:00 |
chat.py
|
use ban permission for muting and also add a user home permission (wonder if should be the same as mop perm)
|
2022-10-05 22:54:48 -07:00 |
comments.py
|
Fix posting/commenting from API.
|
2022-10-15 10:11:14 -04:00 |
discord.py
|
abort a bunch of stuff where we manually returned JSON
|
2022-10-11 08:40:19 -07:00 |
errors.py
|
add g.is_api_or_xhr so we can use it where we want to give API output
|
2022-10-15 02:11:36 -07:00 |
feeds.py
|
remove weird spaes
|
2022-08-17 22:30:07 +02:00 |
front.py
|
add g.is_api_or_xhr so we can use it where we want to give API output
|
2022-10-15 02:11:36 -07:00 |
giphy.py
|
make using proxies only happen in 3 circumstances again
|
2022-09-26 06:01:25 +02:00 |
hats.py
|
abort a bunch of stuff where we manually returned JSON
|
2022-10-11 08:40:19 -07:00 |
login.py
|
unduplicated alt adding code
|
2022-10-15 11:52:10 -07:00 |
lottery.py
|
abort a bunch of stuff where we manually returned JSON
|
2022-10-11 08:40:19 -07:00 |
notifications.py
|
add g.is_api_or_xhr so we can use it where we want to give API output
|
2022-10-15 02:11:36 -07:00 |
oauth.py
|
add "(Admin)" to messages sent to users due to admin actions (for clarity to new users)
|
2022-10-10 08:11:17 +02:00 |
polls.py
|
use charge_account everywhere
|
2022-10-12 18:33:00 +02:00 |
posts.py
|
fix a couple of potentially rare 500s
|
2022-10-15 14:35:24 -07:00 |
reporting.py
|
fix a couple of potentially rare 500s
|
2022-10-15 14:35:24 -07:00 |
search.py
|
fix 500 in search.py
|
2022-10-15 03:30:13 -07:00 |
settings.py
|
use charge_account everywhere
|
2022-10-12 18:33:00 +02:00 |
static.py
|
add g.is_api_or_xhr so we can use it where we want to give API output
|
2022-10-15 02:11:36 -07:00 |
subs.py
|
add g.is_api_or_xhr so we can use it where we want to give API output
|
2022-10-15 02:11:36 -07:00 |
users.py
|
fix vote_dir in @user/voted/comments
|
2022-10-16 10:10:50 +02:00 |
votes.py
|
make it so you can't vote on messages
|
2022-10-15 10:12:55 -07:00 |