Aevann
8b59589804
fix 500 errror
2023-07-08 02:04:21 +03:00
Aevann
154fb97a30
fix progstack and spider badges
2023-07-08 00:08:17 +03:00
Aevann
bda1e1f7b6
don't send unecessary data
2023-07-07 21:55:04 +03:00
Aevann
3e6622c511
cleanup in aisle 4
2023-07-03 03:26:20 +03:00
HeyMoon
7c040367fa
Bring back orgies (watchparties), now controllable by admins, and generally better in all ways ( #165 )
...
This PR adds orgies back into rdrama. Long ago, snakes made the original orgy code, and it was super fun. But he had to rush it out, and ended up making it a bit unsustainable, and had a couple questionable coding decisions, which meant that it had to be removed. Hey, the man literally did it in a few hours before the DB trial continued, lmao.
Anyways, I took my own approach to it. I do not use iframes, i just just repurpose code from /chat window. Because I had that freedom, I also moved things around to make the user experience a bit better. I also added a title to give users some context about what's happening. Check it out
![image](/attachments/6719146c-4922-4d75-967d-8d424a09b198)
Most importantly, this is all configurable from the site. Admins with the permission "ORGIES" will see this in their control panel
![image](/attachments/423d6046-a11d-4e84-bd2c-a2a641afd552)
Nigga, idk where to put it, so I made my own category.
If there is no orgy in progress, admins will see this:
![image](/attachments/7c64b9fa-cdf4-4986-a0c4-f2324878062e)
Click the button, and, viola, the orgy begins.
If there is an orgy in progress, the page will look like this:
![image](/attachments/b65be4b3-5db1-43cb-8857-7d3a8ea24ca7)
Click the button, and the orgy stops.
If an orgy is in progress, navigating to /chat will take the user to the orgy seemlessly. But what if they don't want to participate, liek some kind of spoilsport? Just navigate to /old_chat.
That's just about it, it's really that simple. I have lots of ideas for the future, but I'll let that wait til later :).
A few notes about implementation:
- I moved some functionality out of /templates/chat.html and into /templates/util/macros.html. This is just so I could reference the code directly from my new template, /templates/orgy.html.
- The orgy is stored as a single row in the new table "orgies". Okay, I know this is a little silly, but you know what they say: "if it's stupid and it works, it's not stupid". (tbf the oceangate ceo also said that)
Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#165
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-07-02 23:55:37 +00:00
Aevann
499781329f
remove event_darkmode
2023-07-03 01:55:56 +03:00
Aevann
25b9a0f535
stop usage of .update
2023-07-03 00:42:34 +03:00
Aevann
9d2f855b8e
remove wpd special condition
2023-07-02 23:03:31 +03:00
Aevann
fb153e9a14
when u visit someone's profile, see who chudded them
2023-07-02 20:40:39 +03:00
Aevann
eed7410277
make spam bans generate modlog items + dedup
2023-07-01 18:27:56 +03:00
Aevann
3cbea18327
make emoji search work on original usernames
2023-07-01 03:25:12 +03:00
Aevann
9974590a19
better user links in mod log
2023-06-30 19:19:05 +03:00
Aevann
30b46195ea
don't show me comments from ppl i blocked
2023-06-30 19:02:08 +03:00
Aevann
6a59517efa
do this https://rdrama.net/h/changelog/post/165657/changelog-megathread-marseynotes/4430937#context
2023-06-30 01:40:36 +03:00
Aevann
4692b558f1
show number of blockers and blockees in profiles
2023-06-30 00:04:59 +03:00
Aevann
d417fe14f0
rename property
2023-06-29 23:52:07 +03:00
Aevann
eeb975b177
cachebust everything
2023-06-29 23:14:30 +03:00
Aevann
348f16266f
remove carprama
2023-06-29 23:14:24 +03:00
Aevann
778f4f045e
rename variable
2023-06-29 23:10:31 +03:00
Aevann
9519020de8
replace icon and headericon with carp
2023-06-28 17:31:41 +03:00
Aevann
8b5cda26bb
carp pfps
2023-06-28 17:18:43 +03:00
Aevann
774c09387c
make sure everyone is aware that they're a carp alt
2023-06-28 16:52:59 +03:00
Aevann
5abff86636
order badges in json
2023-06-28 16:13:22 +03:00
Aevann
60b5b33a79
Revert "remove poor mode"
...
This reverts commit 33d281cc2e
.
2023-06-27 15:01:40 +03:00
Aevann
aacffe0d1c
Revert commit that caused disappearing currency
...
This reverts commit 06288f1c3e
.
2023-06-26 18:16:33 +03:00
Aevann
3d3e517a4c
Add House Edgy
2023-06-26 18:05:27 +03:00
HeyMoon
36779a7ad1
Add the edgy award (and some other goodies) ( #157 )
...
# The Edgy Award
* Makes text bold, italic, and red, symbolizing the fire that burns within.
* Adds "fucking" to various places, after articles and prepositional phrases (I think) (tbh I just eyeballed it). EX: He is the fucking best
* Adds "motherfucker" and "bitch" to exclamations and questions, respectively.
# Goodies
* For the queen award:
* based => comfy
* Xpilled => x vibes
* Xmaxxing => normalizing X
Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#157
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-26 14:38:48 +00:00
Aevann
33d281cc2e
remove poor mode
2023-06-26 13:55:38 +03:00
Aevann
6958b70975
do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4197134#context
2023-06-24 23:31:12 +03:00
Aevann
883c96a830
fix 500 erro
2023-06-24 21:54:36 +03:00
Aevann
5308d5ca70
fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4429297#context
2023-06-24 20:51:17 +03:00
Aevann
7cac2c19a1
do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4378619#context
2023-06-24 20:16:24 +03:00
Aevann
af1581be66
update emoji leaderboard description
2023-06-24 17:50:44 +03:00
Aevann
4760dcf3d3
allow spaces between the option symbols and the option text
2023-06-24 17:00:33 +03:00
Aevann
9ef00b7f0e
fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4198466#context
2023-06-24 16:29:28 +03:00
Aevann
ac4f9c1c01
expand emoji leaderboard
2023-06-24 16:14:18 +03:00
Aevann
f88d65b003
add original usernames to popover
2023-06-23 20:12:51 +03:00
Aevann
5e8f04b2ac
rename flags to reports
2023-06-23 19:49:26 +03:00
Aevann
955f29c7be
don't count other emojis in the marsey leaderboard
2023-06-23 19:49:26 +03:00
Aevann
3894e18de2
fix badge
2023-06-23 19:49:26 +03:00
Aevann
d9bed378a9
complement 32fa466e6a
2023-06-23 16:46:42 +03:00
Aevann
e607c39d67
make chud effects not retroactive
2023-06-23 16:14:23 +03:00
Aevann
2452f94231
give new unlinked users award immunity in rdrama
2023-06-23 14:37:22 +03:00
Aevann
a15d5eabef
rename "agendaposter" to "chud"
2023-06-23 14:07:47 +03:00
Aevann
033c741de7
add timer to queen badge
2023-06-22 09:28:03 +03:00
HeyMoon
b304d00169
Improve the Queen award ( #156 )
...
Fixed bugs:
- Sometimes two people would get the same username
- Sometimes a whole post would have the same prefix
- Links would be broken
- Greentext would be broken
- strings of periods do not become "and, and, and, and,"
New stuff:
- New girl catchphrases
- New girl pfps
- Catchphrases have a chance to not be applied (50%, but configurable)
- A lot more regexes
- everyone => literally everyone (and others)
- into => totally into
- hello => hiiiiiiii (and others)
- just => like just
- i mean => i mean like
- ! => !!!
Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#156
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-22 05:20:33 +00:00
HeyMoon
5d53820515
Add the "Misogynist" award to harass incels ( #154 )
...
Whazzup? This PR is the final solution to the incel problem. There's an old indian proverb that says: "never judge a man until you've walked two moons in his mocassins". In this case, it should be: "never judge a woman until you've walked 24 hrs in her high-heels".
The misogynist award is a comment-transforming award that "feminizes" comments. It does the following:
- makes text pink
- makes text lowercase
- removes "complicated" punctuation
- makes paragraphs into run-on sentences
- adds stereotypical girly remarks to the beginning or end of a paragraph.
For example:
INPUT
> What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You're fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that's just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little "clever" comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn't, you didn't, and now you're paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You're fucking dead, kiddo.
OUTPUT
> im literally screaming, what the fuck did you just fucking say about me, you little bitch? ill have you know i graduated top of my class in the navy seals, and ive been involved in numerous secret raids on al-quaeda, and i have over 300 confirmed kills, i am trained in gorilla warfare and im the top sniper in the entire us armed forces, you are nothing to me but just another target, i will wipe you the fuck out with precision the likes of which has never been seen before on this earth, mark my fucking words, you think you can get away with saying that shit to me over the internet? think again, fucker, as we speak i am contacting my secret network of spies across the usa and your ip is being traced right now so you better prepare for the storm, maggot, the storm that wipes out the pathetic little thing you call your life, youre fucking dead, kid, i can be anywhere, anytime, and i can kill you in over seven hundred ways, and thats just with my bare hands, not only am i extensively trained in unarmed combat, but i have access to the entire arsenal of the united states marine corps and i will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit, if only you could have known what unholy retribution your little clever comment was about to bring down upon you, maybe you would have held your fucking tongue, but you couldnt, you didnt, and now youre paying the price, you goddamn idiot, i will shit fury all over you and you will drown in it, youre fucking dead, kiddo
It also sets the user's pfp to a random white woman. Well, psuedorandom - it's based off of the user's id, so each user will only ever have one pfp assigned to them, which I think is nifty.
Finally, it changes the name of the user toa girly name.
There is one small problem with the PR, which is simply that I manually added a badge for testing purposes. If you like this PR, I will submit the badge throught the proper chanels and fix it.
![image](/attachments/641c7276-ffe4-4e69-b3e9-aec9f4f94191)
Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#154
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-21 12:36:07 +00:00
Aevann
3ec950e3f5
add GLOBAL2
2023-06-20 11:36:25 +03:00
Aevann
746cf7e375
fix 500 error
2023-06-08 05:03:23 +03:00
Aevann
fb42139f8c
fix bec99392fe
2023-06-08 04:27:12 +03:00
Aevann
d8bfc0a0a9
dont pass db session as an argument unless necessary
2023-06-08 03:49:37 +03:00
Aevann
32fa466e6a
rename submissions to posts
2023-06-08 02:26:32 +03:00
Aevann
07dc5c5c5d
Casino winnigs: None -> Casino winnigs: 0
2023-06-07 23:05:57 +03:00
Aevann
19c14d3e64
remove oudated slur filter
2023-06-07 08:12:13 +03:00
Aevann
06288f1c3e
eliminate unnecessary db locks now that 1-second ratelimiting is universal (they cause timeouts sometimes)
2023-06-07 06:51:59 +03:00
Aevann
bec99392fe
hide christchurch posts in New Zealand
2023-05-27 02:29:34 +03:00
Aevann
0c2e0f0b67
restore transparency for namelock badge
2023-05-16 03:25:31 +03:00
Aevann
91987cd080
add code for namelock badge
2023-05-16 03:20:55 +03:00
Aevann
814bf0a5f3
same as last comit
2023-05-16 03:07:41 +03:00
Aevann
5c4e0a5b79
stacked changes
2023-05-15 12:27:24 +03:00
Aevann
ca7db123b2
remove "at least"
2023-05-15 01:35:24 +03:00
Aevann
7251442a9d
fix 500 error
2023-05-15 01:28:40 +03:00
Aevann
460a9a686a
show tier name in tooltip + standardize patron constants
2023-05-15 01:17:22 +03:00
Aevann
bbaa6cd6b0
1. tell jannies the location of the report that caused someone to get under-sieged
...
2. allow jannies to see reports by shadowbanned users
3. destroy the shadowbanned underworld for reports
4. dedup reports HTML code
5. show JL5 the message that caused someone to get under-sieged
2023-05-15 01:01:10 +03:00
Aevann
4e86e20a5a
allow [patrons]
2023-05-14 19:57:25 +03:00
Aevann
37127c83f1
fix improper % placement
2023-05-14 18:59:30 +03:00
Aevann
a0063bf6e7
show award discount on profiles and /shop/awards
2023-05-14 03:01:00 +03:00
Aevann
039bbf85a9
remove lifetime_donated from badge description
2023-05-13 19:00:17 +03:00
Aevann
864f770762
add namelock award
2023-05-13 07:53:14 +03:00
Aevann
50b23a064a
move award timers to cron
2023-05-13 05:00:54 +03:00
Aevann
3c4c52dab4
fix G badge
2023-05-13 03:05:26 +03:00
Aevann
710f3ce5ee
order more badges
2023-05-13 01:12:08 +03:00
Aevann
f6708e8a1c
put paypig badges before total contribution badges
2023-05-13 00:42:38 +03:00
Aevann
9c6a7a9cc7
fix 500 error
2023-05-13 00:28:46 +03:00
Aevann
0d4660c17f
show lifetime_donated in the badge description
2023-05-13 00:16:37 +03:00
Aevann
f3a3be1ef2
add lifetime_donated badges
2023-05-13 00:04:26 +03:00
Aevann
35ba2f7abb
trim badges
2023-05-12 19:15:14 +03:00
Aevann
c8d6872761
rename function
2023-05-11 17:03:51 +03:00
Aevann
e3f58e3e78
add lifetime donated column
2023-05-11 16:57:53 +03:00
Aevann
7ebfd9808d
cachebust badges
2023-05-10 22:16:18 +03:00
Aevann
42f8b12ba1
give notif when someone gets their birthday badge
2023-05-10 00:48:19 +03:00
Aevann
619bdba5b2
fix this https://rdrama.net/post/168774/marseynull-jershs-manifesto-just-dropped-marseyveryworriedtrans/4111081#context
2023-05-07 22:44:34 +03:00
Aevann
2b04a09c03
do this https://rdrama.net/post/168554/proof-that-tradcaths-are-just-gay/4106019#context
2023-05-07 22:03:29 +03:00
Aevann
9c5015d662
im retarded
2023-05-07 20:28:35 +03:00
Aevann
c8079e1d9d
same as last commit
2023-05-07 20:25:42 +03:00
Aevann
a4d1fb411f
fix 2year badge
2023-05-07 20:22:40 +03:00
Aevann
f3a0080698
remove useless tabs
2023-05-06 00:47:07 +03:00
Aevann
92f0154e67
use new pagination system everywhere it isnt used
2023-05-06 00:47:07 +03:00
Aevann
58a84e11fe
Revert "fix hat ordering"
...
This reverts commit c196041f64
.
2023-05-05 09:35:43 +03:00
Aevann
c196041f64
fix hat ordering
2023-05-05 09:30:39 +03:00
Aevann
8cb34f1d91
exempt @arts on WPD from gaining coins
2023-05-05 01:59:20 +03:00
Aevann
9c64b891e5
revise my exceptions
2023-05-04 19:24:40 +03:00
Aevann
aa5c4297e0
better stats
2023-05-04 02:50:56 +03:00
Aevann
4f76e18f9c
more shop consistency
2023-05-03 20:26:44 +03:00
Aevann
f5a97ae709
add new patron tier for benefactor-cels
2023-05-03 18:29:31 +03:00
Aevann
58108558d0
more accurate patron descriptions
2023-05-02 19:13:29 +03:00
Aevann
de47c992fa
remove !wordle since nobody uses it (only 2 ppl used it last 30 days in rdrama and WPD)
2023-04-29 23:27:45 +02:00
Aevann
31c65429a5
fix 500 error when doing polls on walls
2023-04-29 18:43:08 +02:00
Aevann
6be30b2881
dont insult turks on WPD
2023-04-29 18:37:17 +02:00
Aevann
fe16dbc9bf
same as last commit but for savers instead of subscribers
2023-04-27 20:50:16 +02:00
Aevann
c2db243c05
do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4055922#context
2023-04-27 20:37:08 +02:00
Aevann
703996c192
same as last commit, but actually works lol
2023-04-27 19:15:12 +02:00
Aevann
66c21497a0
collapse deleted comments for non-jannies
2023-04-27 19:04:14 +02:00
Aevann
018a02568a
add #TODO
2023-04-27 17:30:25 +02:00
Aevann
93422e2be9
cache-bust all
2023-04-25 18:24:12 +02:00
Aevann
739382fcf9
Revert "test on staging.devrama.net"
...
This reverts commit f89f57cded
.
2023-04-25 14:22:52 +02:00
Aevann
f89f57cded
test on staging.devrama.net
2023-04-25 13:56:21 +02:00
Aevann
b952de3cee
restore "downvotes received" leaderboard
2023-04-25 11:50:47 +02:00
Aevann
ac7db0106f
move the resource-intensive part of "upvotes given" leaderboard to cron
2023-04-25 11:31:02 +02:00
Aevann
8f7a0bc4e7
restore upvotes given leaderboard (testing on dev.rdrama.net)
2023-04-25 10:59:26 +02:00
Aevann
a37fca393d
combined buy button for awards and hats
2023-04-24 17:08:40 +02:00
Aevann
a34fc92e97
show mbux in popover
2023-04-24 15:39:25 +02:00
Aevann
4b8e7997c5
Revert "print debug on staging.rdrama.net"
...
This reverts commit fff0b9c0c5
.
2023-03-26 01:31:24 +02:00
Aevann
fff0b9c0c5
print debug on staging.rdrama.net
2023-03-25 22:43:28 +02:00
Aevann
780d0eb99e
disable the slur filter in chudrama
2023-03-24 18:38:18 +02:00
Aevann
019253e6db
use css for chud images instead
2023-03-24 14:29:19 +02:00
Aevann
da3456ba9d
add agendaposter phrase to user json
2023-03-23 20:28:54 +02:00
Aevann
f78cd322d1
much better chud award logic
2023-03-22 23:39:25 +02:00
Aevann
a4de71456b
fix this https://rdrama.net/post/157037/i-kinda-enjoy-seeing-people-freak/3843351#context
2023-03-22 23:10:43 +02:00
Aevann
40b73fe048
very minor dedup
2023-03-22 00:12:32 +02:00
Aevann
50680e0fa8
cut down on chud award evasion
2023-03-21 23:33:43 +02:00
Aevann
4c47cc5d63
stop implementing BAN_EVASION_DOMAIN since nobody actually uses it https://camas.unddit.com/#{%22searchFor%22:1,%22resultSize%22:100,%22query%22:%22stupidpol.site%22}
2023-03-21 17:39:26 +02:00
Aevann
a5d7cc63ed
cachebust all assets
2023-03-21 15:58:14 +02:00
Aevann
b004617695
customizable chud phrases
2023-03-19 19:13:45 +02:00
Aevann
df1ebf7cad
use SITE_FULL_IMAGES in more places
2023-03-19 18:30:22 +02:00
Aevann
9cea919e98
dont force tempchuds to see chudrama on their feed
2023-03-19 10:34:54 +02:00
Aevann
62fcaec40d
fix muted users not notifying the person they reply to
2023-03-19 10:30:03 +02:00
Aevann
20eef6e063
unify chudrama and CC's logic
2023-03-19 10:30:03 +02:00
Aevann
dd54413cf3
convert marsey submission form to include all emojis
2023-03-18 15:34:04 +02:00
Aevann
57765f0776
revert sqlalchemy changes
2023-03-16 08:27:58 +02:00
Aevann
f05dbd1ce7
remove EventUser class
2023-03-16 08:18:16 +02:00
Aevann
a392fbb86d
restore autoflush
2023-03-16 06:21:57 +02:00
Aevann
9f44a3f9fb
add db.flush() in has_badge
2023-03-15 08:08:57 +02:00
Aevann
1e832b0027
Revert "remove hidevotedon"
...
This reverts commit d8cf302a43
.
2023-03-15 08:03:11 +02:00
Aevann
3de34c9a65
Merge branch 'keep-session-open' of https://fsdfsd.net/rDrama/rDrama
2023-03-15 08:02:47 +02:00
Aevann
a5d5e8e3b8
Revert "remove hidevotedon"
...
This reverts commit d8cf302a43
.
2023-03-15 07:22:13 +02:00
Aevann
fe2f1293f1
more fixes
2023-03-15 07:13:58 +02:00
Aevann
a068d22213
more fixes
2023-03-15 06:47:47 +02:00
Aevann
d8cf302a43
remove hidevotedon
2023-03-15 06:21:52 +02:00
Aevann
da75577732
cachebust badges
2023-03-15 06:05:59 +02:00
Aevann
f768d81103
keep db sessions open
2023-03-15 05:58:00 +02:00
Aevann
729b095713
remove /h/masterbaiters
2023-03-13 20:53:08 +02:00
Aevann
83248970b5
fix this https://stupidpol.site/post/154579/betting-badge-opportunity-are-you-a/3781652#context
2023-03-13 18:44:21 +02:00
Aevann
25b8913b8d
fix 500 error
2023-03-12 20:03:15 +02:00
Aevann
1d13c1f4da
fix 500 error
2023-03-12 20:02:50 +02:00
Aevann
d2ccce4dba
allow making bets in comments
2023-03-12 19:36:35 +02:00
Aevann
b6b1597748
whenever u import from const, import everything
2023-03-12 15:03:58 +02:00
Aevann
97608ea0a9
test getting rid of ![]( on devrama
2023-03-12 15:02:31 +02:00
Aevann
eb2659aac8
use censored title in post url
2023-03-12 12:19:10 +02:00
Aevann
f79733a36f
include hole in post json
2023-03-12 12:18:48 +02:00
Aevann
ccf6ccd468
same as last commit
2023-03-11 11:50:29 +02:00
Aevann
e1252803aa
decrease DEFAULT_ADMIN_LEVEL
2023-03-11 11:30:24 +02:00
Aevann
dc9a2f6782
fix repr for Notification
2023-03-11 10:18:40 +02:00
Aevann
14a2664534
fix last commit
2023-03-11 09:14:13 +02:00
Aevann
397ab186f6
hide a bunch of user customization on shadowbanned profiles
2023-03-11 09:11:58 +02:00
Aevann
25312029aa
add poster_url for videos
2023-03-11 08:29:52 +02:00
Aevann
9cf396c106
remove leftover print statement
2023-03-10 04:15:14 +02:00
Aevann
a6af121c42
fix sidebar images and marsey images for new holes
2023-03-10 03:22:11 +02:00
Aevann
6d3d15f097
fix 2 year badge
2023-03-10 02:12:29 +02:00
Aevann
ef8b7de749
add logic for 2 year badge
2023-03-10 00:40:42 +02:00
Aevann
9f66e33061
Revert "convert IS_FISTMAS and IS_HOMOWEEN from functions to variables"
...
This reverts commit b45d845630
.
2023-03-08 08:51:40 +02:00
Aevann
292498bdc8
fix thumbnail for videos
2023-03-08 08:49:18 +02:00
Aevann
b45d845630
convert IS_FISTMAS and IS_HOMOWEEN from functions to variables
2023-03-08 08:10:18 +02:00
Aevann
77e7663476
remove leftover shit
2023-03-08 08:01:53 +02:00
Aevann
1d992892d9
remove jc insanity
2023-03-07 17:56:38 +02:00
Aevann
e014d81c67
fix combined charging
2023-03-07 15:20:46 +02:00
Aevann
a1838f3e77
allow betting with mbux
2023-03-07 07:27:21 +02:00
Aevann
1025c32322
allow ppl to make ping groups w/ mbux
2023-03-07 07:06:17 +02:00
Aevann
cb5227fdc4
same as last commits
2023-03-07 03:24:02 +02:00
Aevann
03c5dcc1ec
fix
2023-03-07 03:21:30 +02:00
Aevann
e4c8fab6dc
same as last 2 commits
2023-03-07 03:17:51 +02:00
Aevann
86a2610845
make links from BAN_EVASION_DOMAIN also have site_preview as a thumbnail
2023-03-07 03:11:16 +02:00
Aevann
ddb641f865
fix prev commit
2023-03-06 20:07:55 +02:00
Aevann
f36c5b50bc
make me able to demod ppl from holes
2023-03-06 20:06:01 +02:00
Aevann
0a30a7baef
remove unnecessary check
2023-03-06 19:19:49 +02:00
Aevann
712c649cc8
fix missing self.
2023-03-06 18:53:40 +02:00
Aevann
cb9e9a849a
fix hole banners
2023-03-06 18:45:21 +02:00
Aevann
d814fbbff6
fix wpd videos
2023-03-06 02:02:40 +02:00
Aevann
3ac75b2ac7
fix wpd videos
2023-03-06 01:58:58 +02:00
Aevann
7b0feda471
fix modmail replies
2023-03-06 00:50:36 +02:00
Aevann
0c91650a1d
remove jc insanity
2023-03-06 00:50:06 +02:00
Aevann
2d2a1ca28c
always use charge_account()
2023-03-04 20:32:55 +02:00
Aevann
f299d4c52c
fix tilt>4
2023-03-04 19:59:34 +02:00
Aevann
747af298c2
remove unnecessary g.db.flush()
2023-03-04 17:54:40 +02:00
Aevann
f15e8372b3
fix 500 error
2023-03-04 17:44:59 +02:00
Aevann
36beea8d22
try to fix roulette
2023-03-03 23:43:44 +02:00
Aevann
117624f313
add session["GLOBAL"]
2023-03-02 22:29:22 +02:00
Aevann
d7f42ac50a
dont give shekels to ppl not notified bc of blocks + dont give shekels to ppl ALSO mentioned directly + prevent group double charging on edit + do this https://stupidpol.site/h/countryclub/post/79285/-/3695711#context
2023-03-02 21:56:43 +02:00
Aevann
9eba456031
fix this https://stupidpol.site/post/151194/its-time-for-rdrama-to-designate/3695638#context
2023-03-02 03:15:04 +02:00
Aevann
e7aa739e62
remove extra linefeed
2023-03-01 22:40:41 +02:00
Aevann
712239157f
two-way-blocks for ping groups
2023-03-01 22:28:34 +02:00
Aevann
95d1e69c68
fix wordle
2023-03-01 21:40:25 +02:00
Aevann
b3f75b9beb
always use author_name even if its not needed for consistency
2023-03-01 21:28:10 +02:00
Aevann
96ce985cd6
allow poll options with the same text
2023-03-01 01:46:11 +02:00
Aevann
17330c073b
fix emojis in polls
2023-03-01 00:56:46 +02:00
Aevann
76e2e8e321
decrease poll change timestamp
2023-03-01 00:42:58 +02:00
Aevann
4c38cb24ac
fix 500 error
2023-03-01 00:39:39 +02:00
Aevann
d7f43d4e3a
make it possible to delete poll options
2023-03-01 00:15:05 +02:00
Aevann
55c8a51a1d
make it possible to position poll options
2023-03-01 00:09:16 +02:00
Aevann
ac5b58cdb6
fix shadowbannedcel post count and comment count
2023-02-28 19:54:01 +02:00
Aevann
c505eddd9d
fix polls on walls
2023-02-28 18:53:51 +02:00
Aevann
984aecec9a
destroy the shadow realm ( #135 )
...
Co-authored-by: Aevann <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#135
2023-02-27 15:38:12 +00:00
Aevann
94ed49569a
better can_see logic
2023-02-27 14:46:22 +02:00
Aevann
26d1b6bb0a
fix this https://stupidpol.site/h/changelog/post/150341/paypigs-paypigonly-thread-no-poors-allowed/3671353#context
2023-02-26 14:24:07 +02:00
Aevann
490d5765fa
paypig-only threads
2023-02-26 13:22:30 +02:00
Aevann
890fedf1f3
remove redundant condition
2023-02-26 11:14:39 +02:00
Aevann
7a8ec235e0
add tabs to award modal
2023-02-25 21:40:15 +02:00
Aevann
d26cc5a83f
ping groups improvements
2023-02-24 21:29:07 +02:00
Aevann
a90744145a
add ping groups
2023-02-24 08:31:06 +02:00
Aevann
d2bda15383
remove unnecessary f
2023-02-24 04:54:31 +02:00
Aevann
a395c18955
remove unnecessary tabs
2023-02-22 19:27:33 +02:00
Aevann
8cf4b6fda6
reduce default admin level
2023-02-21 17:14:37 +02:00
Aevann
b819fa51d0
make it possible for jannies to stack chuds and bans
2023-02-19 15:23:08 +02:00
Aevann
8158b70c20
apparently cardview toggle got removed from the settings, so might as well remove it from the code
2023-02-19 11:20:16 +02:00
Aevann
a6f57c1bc3
fix the "more comments" link on walls on mobile
2023-02-19 00:58:17 +02:00
Aevann
4dfb21cd0a
fix comment jumping
2023-02-18 23:03:23 +02:00
Aevann
b99f17216e
fix boot error
2023-02-18 22:01:28 +02:00
Aevann
835e1f6155
give gambling badges for roulette too (testing on devrama)
2023-02-18 21:57:34 +02:00
Aevann
d4210c2710
renamed p.embed_url to p.embed
2023-02-18 18:33:19 +02:00
Aevann
57e9cb3428
remove .deleted column for alts
2023-02-18 17:19:14 +02:00
Aevann
4d27bc46d3
wpd awards commit
2023-02-08 05:36:01 +02:00
Aevann
95938ee3ec
make sure all comment links have #context
2023-02-07 04:34:11 +02:00
mummified-corroding-granny
b0797c4493
fix-small-tisms that I had piled up in my todo ( #109 )
...
fix-small-tisms that I had piled up in my todo
Reviewed-on: rDrama/rDrama#109
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-02-02 16:54:52 +00:00
Aevann
06a70f7fd7
refactor donation code
2023-02-01 21:49:39 +02:00
Aevann
728217c075
remove FORBIDDEN
2023-01-31 23:22:21 +02:00
Aevann
995b5365cc
Revert "give me modaction notifs on WPD"
...
This reverts commit 6105640429
.
2023-01-30 11:39:12 +02:00
Aevann
683b7751bc
show me modaction notifs
2023-01-28 10:09:18 +02:00
Aevann
6105640429
give me modaction notifs on WPD
2023-01-27 15:50:47 +02:00
Aevann
ffa04a3cd5
constantify my log action types
2023-01-27 10:18:05 +02:00
Aevann
d00fef9faf
use transactions table in rdrama ( #99 )
...
Co-authored-by: Aevann <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#99
2023-01-26 11:25:28 +00:00
Aevann
2754abb58e
fix 500 error
2023-01-26 07:39:17 +02:00
Aevann
5eea908e6f
fix 500 error
2023-01-26 07:36:41 +02:00
Aevann
ab580f626f
fix 500 error
2023-01-26 07:31:47 +02:00
Aevann
ceee02fbce
add button to blacklist users from restricted holes
2023-01-25 17:41:46 +02:00
Aevann
90181024cc
fix 1 year badge
2023-01-25 14:36:09 +02:00
Aevann
680135755e
Revert "get rid of get_alt_graph"
...
This reverts commit e2e3da4bda
.
2023-01-25 04:51:48 +02:00
Aevann
e2e3da4bda
get rid of get_alt_graph
2023-01-25 03:07:30 +02:00
SneedBot
625778721e
sneed
2023-01-24 06:42:36 +00:00
Aevann
0f4de38141
exclude merari and permabanned/shadowbanned from chudrama
2023-01-24 07:20:15 +02:00
Aevann
78738589b5
exclude merari from all restricted shit
2023-01-24 07:17:58 +02:00
Aevann
0c5c97a1f8
only allow imginn replacement for posts, since other types of content arent supported by it
2023-01-23 08:28:54 +02:00
Aevann
4f0b771983
increase DEFAULT_ADMIN_LEVEL from 3 to 5 on devrama
2023-01-23 07:40:01 +02:00
Aevann
7f1ddf5c0c
fix delinking alts
2023-01-22 10:20:38 +02:00
Aevann
24edb49f3b
add jl5 (for me)
2023-01-22 10:04:49 +02:00
Aevann
75cb26ccf4
remove platform-specific posts
2023-01-22 09:57:47 +02:00
Aevann
f17fade8a6
purge discord from site code
2023-01-20 07:31:53 +02:00
Aevann
9f0b238370
increase ts gate for masterbaiters from 0 to 100 and ban merari from it
2023-01-20 07:13:53 +02:00
Aevann
18aad5a8c6
try fix
2023-01-02 06:23:44 +02:00
Aevann
daad32d0ce
fix nonces in py files
2023-01-02 06:20:59 +02:00
Aevann
044664a25e
get rid of useless tabs and spaces
2023-01-01 13:36:20 +02:00
Aevann
db6db63836
change event structure
2023-01-01 07:33:09 +02:00
Aevann
2d2a3520b3
hide post title for the 3 restricted holes
2023-01-01 05:50:29 +02:00
Aevann
03fb84e618
fix HOLIDAY_EVENT check
2023-01-01 04:50:11 +02:00
Aevann
78351abc4c
clean up legacy stuff
2023-01-01 03:17:07 +02:00
Aevann
8362a4c497
js fixes
2022-12-30 21:35:23 +02:00
Aevann
f800950d02
fix error on signup
2022-12-30 21:13:45 +02:00
Aevann
f0b20cad55
the worst fucking code you'll ever see
2022-12-30 14:14:18 +02:00
Aevann
1759039f75
remove </input>
2022-12-30 11:45:14 +02:00
Aevann
93e9a42fa3
stop using inline style/script elements
2022-12-29 16:20:27 +02:00
Aevann
21a8e6570b
reduce devrama starter amount by one zero
2022-12-27 11:33:31 +02:00
Aevann
f97be253e7
increase number of coins and mbux on devrama
2022-12-27 06:32:01 +02:00
Aevann
30afd3a5ed
put spaces around ==
2022-12-27 04:51:12 +02:00
Aevann
f4164052cf
give devrama users a shitton of coins and mbux
2022-12-27 04:00:08 +02:00
Aevann
ba13454f9e
give everyone on devrama admin_level
2022-12-27 03:53:47 +02:00
Aevann
2b6698e2dd
make xmas badge graphic site-specific
2022-12-26 21:36:19 +02:00
Aevann
cc5e195228
remove unused property
2022-12-26 04:45:22 +02:00
Aevann
f37e1dc702
disallow jannoids from undoing chud awards
2022-12-26 04:38:32 +02:00
Aevann
3dd1f706a8
rename fistmas to christmas on WPD
2022-12-25 04:25:11 +02:00
Aevann
ecfcbaf3df
make hat_active return a tuple
2022-12-25 00:21:49 +02:00
Aevann
0299a287ed
Revert "remove #context in links"
...
This reverts commit 169dc4ebef
.
2022-12-24 21:19:47 +02:00
Aevann
a63b02470d
use sets with in statements
2022-12-24 00:22:41 +02:00
Aevann
478b176f5e
fix christmas hat descriptions
2022-12-23 04:11:47 +02:00
Aevann
5d09ef1103
fix accidentially deleted @property 🤡
2022-12-22 22:58:27 +02:00
Aevann
284b3ba9ec
delete property that jc forgot to actually define...
2022-12-22 22:46:05 +02:00
Aevann
92cbe64ac0
cache get_alt_graph for 1 hour
2022-12-22 22:44:37 +02:00
Aevann
0e6b144ed7
alt graph
2022-12-22 22:03:40 +02:00
Aevann1
1d3fa2f93f
remove CARD_VIEW env var
2022-12-21 15:04:45 +02:00
Aevann1
3ae5292ce4
remove pcm from code
2022-12-21 14:42:41 +02:00
Aevann1
e80dab6bb9
remove replies from comment json temporarily until i figure it out
2022-12-20 23:12:12 +02:00
Aevann1
d17cfbf323
allow PCM and WPD users to opt into event music
2022-12-20 05:52:00 +02:00
Aevann1
169dc4ebef
remove #context in links
2022-12-20 05:05:13 +02:00
Aevann1
7297fad5fe
allow PCM and WPD users to opt into event music
2022-12-20 03:40:41 +02:00
Aevann1
2183161916
add toggle for event music
2022-12-20 03:38:19 +02:00
Aevann1
373a6cf0db
add grinch
2022-12-20 03:13:34 +02:00
Aevann1
b3d1490418
do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3266878#context
2022-12-20 00:08:13 +02:00
Aevann1
c190fa89b2
give jannoids notifs for deleted and removed comments
2022-12-19 23:28:37 +02:00
Aevann1
e3a4b50c34
fix "more comments" button on mobile
2022-12-19 21:48:39 +02:00
geese_suck
1574b4da63
fistmas ( #79 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Co-authored-by: Nekobit Bitneko <me@ow.nekobit.net>
Reviewed-on: rDrama/rDrama#79
Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Co-committed-by: geese_suck <deandre.williams@geese-suck.us>
2022-12-19 01:20:14 +00:00
Aevann1
6cde4a040c
make ?context=8 default
2022-12-18 16:48:48 +02:00
Aevann1
ecfba3e3b5
give me notifs for only "ban_user" and "shadowban"
2022-12-16 21:34:01 +02:00
Captain
84cfc21b0b
added original name for user.json
2022-12-15 19:00:53 +00:00
justcool393
d556e72c04
users: let users see (comments on) own posts
2022-12-14 18:33:54 -06:00
Aevann1
e48d133977
rename Casino_Game to CasinoGame for consistency
2022-12-14 21:30:05 +02:00
Aevann1
8bc8546089
fix prev commit
2022-12-14 00:05:34 +02:00
Aevann1
c10c00473a
make is_banned fkey on user id
2022-12-14 00:02:53 +02:00
Aevann1
1ba74ad8fa
fix for last commit
2022-12-13 20:52:28 +02:00
Aevann1
36fca9caab
minor bugfix
2022-12-13 20:50:38 +02:00
Snakes
3459c4c9da
Fix merge of #59 with data-click2 attributes.
...
PR #59 was started prior to 59e0beebb2
and data-click2 -> data-click was not automerged for obvious reasons.
Resolve this to fix the delete banner buttons.
2022-12-11 20:03:22 -05: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
59e0beebb2
minor change
2022-12-11 21:19:10 +02:00
Aevann1
235cfb0dfa
do this https://stupidpol.site/h/marsey/post/130585/marsey-lost-and-found-who-made/3224501?context=8#context
2022-12-11 20:52:15 +02:00
Aevann1
3e3d39e432
minor /set_new rework
2022-12-10 16:57:19 +02:00
Aevann1
da4f3937f5
change mod log descriptions of mark +18 and unmark +18
2022-12-10 16:52:25 +02:00
Aevann1
1a1a55712e
cachebust default_thumb_video.webp
2022-12-10 15:19:04 +02:00
Aevann1
1886dd986e
move sort_table.js to core.js
2022-12-10 12:40:34 +02:00
Aevann1
0a915aae08
disable ghost threads in WPD
2022-12-08 07:14:59 +02:00
Snakes
9160a853ec
Remove !YOU!.
...
Security mess and stale joke.
2022-12-05 20:06:04 -05:00
Aevann
18df70caab
allow JL3 to edit rules ( #39 )
...
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#39
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-05 05:22:08 +00:00
Aevann
f8aa67fb9a
add button on profile to upload profile background ( #48 )
...
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Reviewed-on: rDrama/rDrama#48
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-05 04:16:45 +00:00
Aevann1
af3b028ca5
add links to individuals comments in walls + fix awards for wall comments
2022-12-05 05:01:50 +02:00
Aevann1
dbc64dc487
fix profile wall for logged-outcels
2022-12-05 03:53:09 +02:00
Aevann1
cb4d941fd0
add profile wall
2022-12-04 20:05:45 -05:00
Aevann1
814552cdfe
small fix for ppl with progstack=1
2022-12-05 02:45:02 +02:00
Aevann1
892e35b1c3
splash mountain for PCM
2022-12-04 23:28:39 +02:00
justcool393
6e1509f2df
admins: let mops who can mop posts see posts regardless of browser ( #45 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#45
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-04 20:26:39 +00:00
Aevann1
c56ceaf668
allow me and sneks to see apple posts
2022-12-04 22:11:16 +02:00
Aevann
3eecec0a51
downloadable videos on apple devices ( #42 )
...
![image](/attachments/bd1b3e1e-c0a9-4eee-9b1c-a03e1e8a8cbd)
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Co-authored-by: Snakes <snakes@noreply.fsdfsd.net>
Reviewed-on: rDrama/rDrama#42
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-04 19:02:22 +00:00
Aevann
e105035272
remove country club system and replace it with a 3 tier thing: ( #41 )
...
- /h/masterbaiters: 1 TS - for gayops
- /h/countryclub: 1000 TS - for anything requiring secrecy and doesnt need critical mass - have to make it a rule that u cant post gayops in /h/countryclub
- /h/chudrama: 5000 TS - for chad+stud posts
EDIT: i removed the /h/masterbaiters gate, but u can bring it back if u want
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#41
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-04 18:39:06 +00:00
Aevann1
aad1d72f43
add code so i can make a post that only legacy android app users can see
2022-12-03 01:58:16 +02:00
Aevann
5c2dab73c7
stop using pusher ( #37 )
...
Co-authored-by: Aevann1 <randomname42029@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: rDrama/rDrama#37
Co-authored-by: Aevann <aevann@noreply.fsdfsd.net>
Co-committed-by: Aevann <aevann@noreply.fsdfsd.net>
2022-12-02 22:21:18 +00:00
Aevann1
3542703ced
Revert "make it so only the post author can declare winner and not all admins"
...
This reverts commit 9e1425d93e
.
2022-12-03 00:08:46 +02:00
Aevann1
9e1425d93e
make it so only the post author can declare winner and not all admins
2022-12-03 00:06:57 +02:00
justcool393
0f2f72f2c3
sort by new button ( #34 )
...
also get rid of megathread logic
do the needful and do
```sql
UPDATE submissions SET new=true WHERE title LIKE 'Thread' OR title ILIKE 'megathread';
```
or whatever the proper equivalent is
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#34
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-01 22:04:10 +00:00
Aevann1
4ab8825d35
fix 500 error
2022-12-01 15:19:09 +02:00
Aevann1
8bbc107137
dont give me reddit notifs again
2022-12-01 14:46:58 +02:00
Aevann1
e0bcc71727
fix notifs
2022-12-01 00:59:56 +02:00
Aevann1
cbd04b3c38
remove my special case so i can test
2022-12-01 00:44:16 +02:00
Aevann1
e1ed46fa36
rework reddit notifs - testing on pcm lol
2022-12-01 00:29:13 +02:00
justcool393
69a44baea7
settings: convert all to snek_case
2022-11-30 12:26:07 -06:00
Aevann1
b6eea4191c
make me able to see reddit mentions again
2022-11-30 02:40:38 +02:00
Aevann1
b6efc27551
use "i" instead of "assets/images"
2022-11-30 00:52:19 +02:00
justcool393
e9887059d1
use `self.__class__.__name__` for `__repr__`
2022-11-29 15:02:38 -06:00
justcool393
67bfe5a5bd
remove unnecessary `str()`
2022-11-29 14:29:27 -06:00
Snakes
2304876348
Fix emoji search after Marsey caching revert.
2022-11-28 22:18:16 -05:00
geese_suck
030710e5db
add fallback award so I dont get fucked by aevann asking me to change something for a site that has 3 active users
2022-11-27 21:24:05 -08:00
Aevann1
c9f44b5777
rename data-click to data-click2
2022-11-28 06:35:33 +02:00
Aevann1
d0047dcc5a
include users who have more than 30 days to be unbanned/unchhuded in /banned and /chuds for accountability
2022-11-28 03:32:01 +02:00
justcool393
5381074617
sigs: limit to 250px (configurable by variable)
2022-11-27 12:15:33 -06:00
justcool393
767cc467bb
marseys: cache marseys and emojis and fun stuff ( #15 )
...
Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: rDrama/rDrama#15
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-11-27 16:59:36 +00:00
Aevann1
1f4fc16d44
add !YOU! to post bodies and to comments
2022-11-27 03:31:46 +02:00
Aevann1
575a5080bd
unpaywall profile views
2022-11-27 02:20:54 +02:00
justcool393
ae50cc2772
const: rename constants from LIMIT to MINIMUM
...
the new name is much much clearer
2022-11-26 14:20:44 -06:00
Marco
af74c7c1fc
Update chud award to include forced trans/pride flag hats ( #10 )
...
Disclaimer: I made these changes in Notepad and didn't bother to test this change locally.
Co-authored-by: Marco <bussylmao@gmail.com>
Reviewed-on: rDrama/rDrama#10
Co-authored-by: Marco <marco@noreply.fsdfsd.net>
Co-committed-by: Marco <marco@noreply.fsdfsd.net>
2022-11-26 20:14:31 +00:00
Aevann1
b93bf4daae
dont convert username to lowercase for !YOU!
2022-11-26 22:11:07 +02:00
Aevann1
39bb04bdb8
remove TS limit for !YOU!
2022-11-26 22:10:40 +02:00
Aevann1
bb153e541d
Revert "you posts: constantify truescore requirement"
...
This reverts commit 1b721126a2
.
2022-11-26 22:09:07 +02:00
Aevann1
98a0f37e59
Revert "user and"
...
This reverts commit 0b146d0b7b
.
2022-11-26 22:08:54 +02:00
justcool393
0b146d0b7b
user and
2022-11-26 13:40:34 -06:00
justcool393
1b721126a2
you posts: constantify truescore requirement
2022-11-26 13:39:31 -06:00
float trip
df4eb02c0e
Allow API clients to view !YOU! submissions.
2022-11-26 18:06:04 +00:00