Aevann1
52f5b2a347
serve almost all files from nginx
2022-12-10 14:21:52 +02:00
Aevann1
e1d5b8eb88
minor fix to sorting tables
2022-12-10 13:57:23 +02:00
Aevann1
1886dd986e
move sort_table.js to core.js
2022-12-10 12:40:34 +02:00
Aevann1
b2591daa2b
filter 0 truescore from punishment listings
2022-12-10 10:57:48 +02:00
Aevann1
3cc6387e32
more improvements to punishment listings
2022-12-10 10:54:56 +02:00
Aevann1
a3c51202d1
improvement to sorting table + get rid of scope="col"
2022-12-10 10:47:15 +02:00
Aevann1
84b1d2a7d7
dont check badges for duplicate images
2022-12-10 10:26:55 +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
Aevann1
5dbb5c1317
add mainchan.com to BOOSTED_SITES
2022-12-10 09:28:19 +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
SneedBot
d2815ae9ae
sneed
2022-12-10 00:00:07 +00:00
geese_suck
6a56f036cb
whitelist table class for tables in sanitizer
2022-12-09 13:04:28 -08:00
Aevann1
ef4cb46be7
fix voting
2022-12-09 19:11:53 +02:00
Aevann1
00a2bc4b0d
fix 500 error
2022-12-09 19:04:00 +02:00
SneedBot
d41e50d15c
sneed
2022-12-09 16:42:38 +00:00
Aevann1
601e95ae07
boost all domains that have "forum" in them
2022-12-09 18:42:18 +02:00
Aevann1
d01fdf5d25
add cringetopia.org to reddit mentions
2022-12-09 14:46:11 +02:00
Aevann1
cfb49da217
fix prev commit
2022-12-09 14:07:37 +02:00
Aevann1
1f99bb0aa6
fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3211375?context=8#context
2022-12-09 14:03:11 +02:00
Aevann1
ca4e0f5e66
do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3210978?context=8#context
2022-12-09 12:54:29 +02:00
Aevann1
16cd5f2e17
profile anthem - allow downloading age-restricted videos
2022-12-09 09:30:27 +02:00
Aevann1
a01cde55ad
minor js fix
2022-12-09 08:50:28 +02:00
Aevann1
8d116272fe
p-do
2022-12-09 08:01:16 +02:00
Aevann1
485698e53e
remove chat icon i added on the top on mobile
2022-12-09 08:00:32 +02:00
Aevann1
4561bb3e34
make custom css not affect all settings
2022-12-09 07:59: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
Snakes
0d580b8b4f
Fix post comment count logic not activating.
...
Also standardize parameter list order for comment games.
2022-12-09 00:56:08 -05:00
Aevann1
07eb8bdebc
fix 500 error
2022-12-09 07:54:56 +02:00
Aevann
a0a8535ec3
fix standard urls for w3.org ( #57 )
...
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#57
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-09 05:41:53 +00:00
Snakes
8221ab370a
WPD: update login required text for Carp.
2022-12-08 23:40:43 -05:00
Snakes
d4b822b956
Amend 3e8c98494f: shadowbanned isn't a bool.
2022-12-08 23:06:21 -05:00
justcool393
0ea43788e3
feeds: fix XML namespace ( #56 )
...
namespaces are very particular and the https:// version is not the valid
namespace for this XML document
note: this doesn't fix it in the watermark code. that will be fixed by the watermark PR. please don't trample over it ty <3
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#56
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-09 03:49:50 +00:00
Snakes
25b5675ac4
Amend PR 52, 53: standardize style, basedbot bug
2022-12-08 22:48:40 -05:00
justcool393
f848f68799
walls: remove duplication among routes/templates ( #52 )
...
removes a bunch of duplicated code in commenting and userpages
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#52
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-09 03:35:28 +00:00
justcool393
3e8c98494f
shadowbans: don't include in voting pages
2022-12-08 20:47:11 +00:00
SneedBot
9d23170a51
sneed
2022-12-08 16:10:52 +00:00
SneedBot
92050bc308
sneed
2022-12-08 16:10:52 +00:00
Aevann1
391d646a2c
order asset submissions by most recent last
2022-12-08 17:50:23 +02:00
SneedBot
c60ff2d5f1
sneed
2022-12-08 15:45:39 +00:00
SneedBot
a4cfc02dc1
sneed
2022-12-08 15:42:18 +00:00
Aevann1
6210a33f6b
rename marseyohno to marseyscream
2022-12-08 17:42:04 +02:00
Aevann1
660d0a5ec9
replace 571.webp sidebar image
2022-12-08 17:36:41 +02:00
SneedBot
da9cd16a2a
sneed
2022-12-08 15:36:12 +00:00
SneedBot
c82a8943a2
sneed
2022-12-08 15:17:48 +00:00