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
justcool393
ab41db22b7
[DO NOT MERGE] multiple sub banners ( #59 )
...
allows multiple sub banners
Snakes note: By request of Carp, especially for WPD.
Co-authored-by: justcool393 <justcool393@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#59
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-11 23:44:34 +00:00
Aevann1
2258b18566
show the votes button to logged-out niggas
2022-12-11 21:32:30 +02:00
Aevann1
d59543891f
add BAN_EVASION_FULL constant
2022-12-11 20:56:04 +02:00
Aevann1
a1debd4051
fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3223428?context=8#context
2022-12-11 18:30:40 +02:00
Aevann1
49ac549651
disallow ppl giving chud award in /h/chudrama
2022-12-11 18:22:44 +02:00
Aevann1
02eb014dd8
posters for videos
2022-12-10 21:39:30 +02:00
Aevann1
b2d457c028
increase css limit from 4000 to 10000
2022-12-10 20:30:19 +02:00
Aevann1
cd9591cd28
make post.new work when viewing comment
2022-12-10 19:06:28 +02:00
Aevann1
a0f5cc8dfb
allow ppl to see and post on walls of private profiles (per poll)
2022-12-10 17:01:58 +02:00
Aevann1
3e3d39e432
minor /set_new rework
2022-12-10 16:57:19 +02:00
Aevann1
2525db6b07
give ppl a notif when janny toggles nsfw on their posts
2022-12-10 16:47:20 +02:00
Aevann1
5e52a86500
cleanup user ids in const.py
2022-12-10 16:00:03 +02:00
Aevann1
033e4dd35c
disable janny chudding in /h/chudrama
2022-12-10 15:06:30 +02:00
Aevann1
52f5b2a347
serve almost all files from nginx
2022-12-10 14:21:52 +02:00
Aevann1
b2591daa2b
filter 0 truescore from punishment listings
2022-12-10 10:57:48 +02:00
Aevann1
a3c51202d1
improvement to sorting table + get rid of scope="col"
2022-12-10 10:47:15 +02:00
Aevann1
ce27be1d4a
fix comment refactor bug
2022-12-10 10:26:47 +02:00
Aevann1
ff2ced1911
fix 500 error
2022-12-10 10:24:29 +02:00
Aevann1
45be6970d6
punished users listing fixes
2022-12-10 10:23:56 +02:00
Aevann1
0e7973a676
minor fix for /grassed
2022-12-10 10:11:11 +02:00
Snakes
39a0832223
Sort banned, chudded, etc listings by activity.
...
The listings of users affected by jannied states are long. To make
them more useful, sort by recent user activity (when v is allowed to
view last_active) to know which accounts are still in use.
2022-12-09 23:47:31 -05:00
Snakes
f06da51288
vid-thumbs: suppress ffmpeg stdout, fix vid toggle
...
Previous behavior on submission_listing was clicking a thumbnail would
toggle an inline video player. This was retained for clicking the
thumbnail off the `.video-play` element; however, directly clicking
the `.video-play` did not have the `toggleVideo` onclick event attached
and would navigate the browser to the video file directly.
2022-12-10 04:05:46 +00:00
Aevann1
37cedaee9f
add thumbnails for videos on the frontpage
2022-12-10 04:05:46 +00:00
Aevann1
ef4cb46be7
fix voting
2022-12-09 19:11:53 +02:00
Aevann1
601e95ae07
boost all domains that have "forum" in them
2022-12-09 18:42:18 +02:00
Aevann1
16cd5f2e17
profile anthem - allow downloading age-restricted videos
2022-12-09 09:30:27 +02:00
Aevann1
25cd81e326
dont allow admins to remove themselves
2022-12-09 07:58:44 +02:00
Aevann1
77429369d7
ratelimit
2022-12-09 07:56:34 +02:00