justcool393
8ad66f26ac
awards: add price_paid column and make kind column not nullable
2022-12-18 17:10:12 -08:00
Aevann1
54e3a7eeab
fix 500 error
2022-12-18 19:01:06 +02:00
Aevann1
4a334133bc
same as last commit
2022-12-18 18:47:11 +02:00
Aevann1
31aa9b09a8
relax ratelimit for badge_grant
2022-12-18 18:46:44 +02:00
Aevann1
6cde4a040c
make ?context=8 default
2022-12-18 16:48:48 +02:00
Aevann1
cafe3c47d3
overwrite ban reason
2022-12-18 16:25:28 +02:00
Aevann1
9974f98b8c
Revert "Revert "remove the logic for fixing old mentions""
...
This reverts commit 5e9e1872af
.
2022-12-17 21:11:22 +02:00
Aevann1
5e9e1872af
Revert "remove the logic for fixing old mentions"
...
This reverts commit 90f6f0b96e
.
2022-12-17 21:05:29 +02:00
Aevann1
2256fecee6
/stats crashes workers - disable until someone else fixes it (not me)
2022-12-17 20:55:24 +02:00
Aevann1
537e729195
fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3256216?context=8#context
2022-12-17 17:57:50 +02:00
Aevann1
c546412951
fix bug due to bad syntax
2022-12-16 22:40:16 +02:00
Aevann1
fdf8380659
fix wrong syntax (marseybrainlet)
2022-12-16 22:25:48 +02:00
Aevann1
b6c01fb275
clicking twice shouldn't generate a mod log
2022-12-16 22:17:03 +02:00
Aevann1
ae51fe812a
fix 500 error
2022-12-16 22:08:46 +02:00
Aevann1
ecfba3e3b5
give me notifs for only "ban_user" and "shadowban"
2022-12-16 21:34:01 +02:00
Aevann1
173f9e9853
fix push notif title
2022-12-16 20:06:00 +02:00
Aevann1
90f6f0b96e
remove the logic for fixing old mentions
2022-12-16 19:50:34 +02:00
Aevann1
8660fcaa2e
fix old mentions
2022-12-16 19:47:40 +02:00
Aevann1
f54b9a0259
fix 500 error
2022-12-16 19:45:01 +02:00
Aevann1
7c389bbdfd
fix old mentions
2022-12-16 19:43:06 +02:00
Aevann1
78e2fe9d5a
remove unnecessary logic now
2022-12-16 16:48:17 +02:00
justcool393
7aa10b9d1b
special logic redux ( #76 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#76
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-15 22:56:04 +00:00
justcool393
82f34d0cab
submissions: special posting sub logic by request ( #75 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#75
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-15 22:51:59 +00:00
Aevann1
bd8ac649d4
order punished listings by truescore instead
2022-12-15 20:31:58 +02:00
Aevann1
10dc8a37ac
better ban_reason when using ban award
2022-12-14 22:37:47 +02:00
Aevann1
a71b21c1b6
fix JC bug
2022-12-14 20:24:14 +02:00
Aevann1
ac4a2c8ff7
add total truescore and total patrons to poll_votes.html
2022-12-14 19:28:31 +02:00
Aevann1
0c94ec2067
restore themecolor to default when switching from win98 theme
2022-12-14 18:59:00 +02:00
Aevann1
c491b5deb2
disable shit award 15 coins
2022-12-14 16:03:18 +02:00
Aevann1
1773632a75
remove punished listings filtering
2022-12-14 15:17:39 +02:00
Aevann1
df804c3179
minor change to punished listings
2022-12-14 15:12:02 +02:00
Snakes
cf5eff3f48
Revert "better shadowban propagation"
...
This reverts commit 129f335363
.
If there exists a loop in alts, this sends a worker into an infinite
loop, thrashes the database, and eventually crashes the worker. This,
in practice, makes shadowbanning people with many alts impossible since
our alt linking algorithm almost explicitly creates cycles rather than
maintaining a tree.
To fix this, we need SQL that builds a set of all Users in the
connected Alt graph of a given user (likely using a recursive CTE)
and then bans them at once, rather than running a depth-first search
with maximum depth that doesn't remember previously visited nodes.
There is also potentially the chance that this isn't because of cycles
per se but rather because quintic polynomial behavior explodes quickly
even in the low-double-digits number of alts.
2022-12-13 23:21:53 -05:00
Snakes
88352cc1cb
Revert "modmail: fix modmail 404 ( #64 )"
...
This reverts commit a9309096b4
.
This doesn't fix the modmail bug in all contexts and introduces a bug
in another. Root cause is that POST /comments is sometimes called by
DM reply boxes (rather than POST /@<username>/message), revert pending
fix.
2022-12-13 22:07:32 -05:00
justcool393
a9309096b4
modmail: fix modmail 404 ( #64 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#64
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-14 02:13:50 +00:00
Aevann1
b923776e71
simplify punished listings
2022-12-14 00:29:56 +02:00
Aevann1
c10c00473a
make is_banned fkey on user id
2022-12-14 00:02:53 +02:00
Aevann1
5be1fbd3fb
add taglines
2022-12-13 23:24:45 +02:00
Aevann1
129f335363
better shadowban propagation
2022-12-13 23:12:58 +02:00
Aevann1
6ad67b97c3
reduce all-seeing eye price to 5k
2022-12-13 21:51:07 +02:00
Aevann1
b531d38384
small change to punish listings
2022-12-13 20:54:18 +02:00
Aevann1
36fca9caab
minor bugfix
2022-12-13 20:50:38 +02:00
Aevann1
04b4a01b0a
add marco threads to WC leaderboard
2022-12-13 19:21:15 +02:00
Aevann1
904660194f
fix JC bug
2022-12-13 19:19:39 +02:00
Aevann1
eaf0faeaaf
do this https://stupidpol.site/post/130970/this-is-fucking-bullshit-codecels-fix
2022-12-13 19:15:07 +02:00
Aevann1
0376124eb0
clearer notifications for hole and admin actions
2022-12-13 19:11:26 +02:00
Aevann1
647d8fdd2a
minor fix for bug
2022-12-13 18:54:11 +02:00
Aevann1
7fa88a3633
make unread inaccessible notifs as read
2022-12-13 18:47:57 +02:00
Aevann1
7c3b3cde30
prevent the pathetic manlet from privating his profile
2022-12-12 22:48:04 +02:00
Aevann1
2b358ddcfc
prevent the manlet from deleting his comments
2022-12-12 22:45:11 +02:00
Aevann1
feead592a4
increase hole banner ratelimit
2022-12-12 16:40:53 +02:00