forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

21555 Commits (883b553c7accb69763fea8668a24f4363f6fe8a7)

Author SHA1 Message Date
Aevann 963223495c urgent fix for cron award shit 2023-07-03 04:58:05 +03:00
Aevann 5014cce503 fix up /old_chat 2023-07-03 03:36:25 +03:00
Aevann 3e6622c511 cleanup in aisle 4 2023-07-03 03:26:20 +03:00
Aevann 8c08818d35 improve NOT_IN_CODE_OR_LINKS 2023-07-03 03:20:55 +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 a5f21ea658 restore /update for !everyone since its needed 2023-07-03 00:48:23 +03:00
Aevann 25b9a0f535 stop usage of .update 2023-07-03 00:42:34 +03:00
Aevann a11c12ef77 remove unnecessary const 2023-07-03 00:41:35 +03:00
Aevann 4aedec05d1 increase session age 2023-07-03 00:21:35 +03:00
Aevann 8f323c3ec6 restore perma-marsify toggle for paypigs only 2023-07-02 23:07:31 +03:00
Aevann 9d2f855b8e remove wpd special condition 2023-07-02 23:03:31 +03:00
Aevann f4af0779fd add error for signatures for non-paypigs 2023-07-02 22:57:08 +03:00
Aevann dd37775c6b try moving _award_timers_task to every_1h 2023-07-02 22:51:16 +03:00
HeyMoon 331b35a3f9 fix Xmaxxing (and add badass images) (#164)
Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#164
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-07-02 17:41:46 +00:00
SneedBot 731f5ecbef sneed 2023-07-02 17:41:21 +00:00
Aevann fb153e9a14 when u visit someone's profile, see who chudded them 2023-07-02 20:40:39 +03:00
Aevann 1cd13cf4da make jannies able to award shadowbanned-cels 2023-07-02 20:24:21 +03:00
Aevann 07695039d7 escape / 2023-07-02 20:24:21 +03:00
Aevann 11e8e93901 fix overflow 2023-07-02 17:31:13 +03:00
Aevann 4841ab1864 fix 500 error 2023-07-02 02:50:41 +03:00
Aevann ca375b72ca dont advertise push notifs 2023-07-02 02:35:14 +03:00
Aevann b072783887 remove now-unnecessary err,css 2023-07-02 02:27:29 +03:00
Aevann f1b9cdd701 add today tld 2023-07-02 02:26:57 +03:00
Aevann 3d1905d51c make error page prettier 2023-07-02 02:20:04 +03:00
Aevann 0b4ead5f81 fix 500 error 2023-07-02 02:14:57 +03:00
SneedBot 784de237db sneed 2023-07-01 23:05:09 +00:00
Aevann 1ec48ce9e8 remove exclamation mark 2023-07-02 02:04:51 +03:00
Aevann b58c09f374 restore app tooltip + add something for iphonecels on it 2023-07-02 02:03:41 +03:00
Aevann c1d7b9acc2 fix duplicate cookie issue 2023-07-02 02:00:56 +03:00
borntolurk 072010ff8a Fix PWA top padding (#163)
Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#163
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-07-01 22:14:59 +00:00
Aevann c69400482e make block button be red 2023-07-02 00:41:36 +03:00
SneedBot 6a4f978d14 sneed 2023-07-01 21:26:34 +00:00
Aevann f4d96c4e88 fis this https://rdrama.net/post/184174/hecko-its-independence-gay-weekend-grill/4483286#context 2023-07-02 00:22:13 +03:00
Aevann fb1f282804 remove unnecessary route 2023-07-01 22:37:43 +03:00
Aevann b2b5633c8b fix forgotten subdomain 2023-07-01 22:37:32 +03:00
Aevann 7f6675f7f9 remove unddit.com (RIP u will not be forgotten) 2023-07-01 19:41:59 +03:00
SneedBot 0d6cc6745c sneed 2023-07-01 16:35:05 +00:00
Aevann 8555e370be restore necessary xhr.withCredentials for WPD 2023-07-01 19:34:47 +03:00
Aevann 2dde07bf0f shorten profile background url on mobile too 2023-07-01 18:33:06 +03:00
Aevann ecb13538ec remove bard law sidebar for being insulting to treasured effortposters 2023-07-01 18:31:46 +03:00
Aevann eccea6347f add name notifs on wpd 2023-07-01 18:30:57 +03:00
Aevann eed7410277 make spam bans generate modlog items + dedup 2023-07-01 18:27:56 +03:00
SneedBot 864a6ff321 sneed 2023-07-01 15:14:57 +00:00
Aevann b7d089d0c3 Revert "change dramblr unread color"
This reverts commit 848aa08e57.
2023-07-01 18:14:40 +03:00
SneedBot adbdb4e395 sneed 2023-07-01 14:21:03 +00:00
Aevann e863d93b2b increase post ratelimit on WPD 2023-07-01 17:19:53 +03:00
Aevann d237d30bd7 make popover view button unbreakable 2023-07-01 04:29:40 +03:00
Aevann f6391c7997 fix birthgay 500 error 2023-07-01 04:13:41 +03:00
Aevann c0748c8a36 add guide to enabling push notifs 2023-07-01 04:11:21 +03:00
Aevann 6bd40e1c41 fix wrong condition 2023-07-01 04:05:37 +03:00
Aevann e8253b1240 hide app icon inside the PWA 2023-07-01 04:05:28 +03:00
Aevann 54a7a81469 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4421734#context 2023-07-01 03:51:38 +03:00
Aevann aaa618657f disable ghost-posting in holes to prevent hole jannies from unmaking ppl who participate in them 2023-07-01 03:39:24 +03:00
Aevann 3cbea18327 make emoji search work on original usernames 2023-07-01 03:25:12 +03:00
Aevann 21cd802ccb fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4302260#context 2023-07-01 03:13:57 +03:00
KindaCrayCray fedb366b6b Improve inline emoji modal (with bugfixes) (#162)
- Fix/modernize keyboard navigation (making selections work and autoscroll)
- Allow capital letters to be used in the inline emoji input
- Fix first emoji typed not causing the picker to appear

\*Fixed bug that broke emoji pickers

Reviewed-on: rDrama/rDrama#162
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-07-01 00:04:23 +00:00
Aevann f0cfa8c916 fix this https://rdrama.net/post/173066/my-im-starting-to-believe-rightoid/4217124#context 2023-07-01 02:59:42 +03:00
Aevann 71dcc51512 delete sidebar 2023-07-01 02:59:42 +03:00
SneedBot 628275a04c sneed 2023-06-30 23:11:28 +00:00
Aevann cecacc25a4 fix wrong badge order 2023-07-01 02:10:50 +03:00
Aevann 3c07d4bcd8 remove unnecessary lookaround groups 2023-07-01 01:52:11 +03:00
Aevann 67fa522b82 dont use pay_account and charge_account in votes 2023-07-01 00:49:10 +03:00
Aevann d4613c3308 allow ppl to make reposts 2023-07-01 00:35:39 +03:00
Aevann 36bb237216 make repost warning more noticable 2023-07-01 00:34:15 +03:00
Aevann e315ca0f65 fix /is_repost 2023-07-01 00:32:57 +03:00
Aevann 07b534dee2 remove unnecessary xhr.withCredentials 2023-07-01 00:30:35 +03:00
Aevann af4b262c7d add padding 2023-07-01 00:30:24 +03:00
Aevann 2eeb0dcbdf disable leaderboard in wpd temporarily 2023-06-30 23:38:59 +03:00
Aevann 486bacf5e6 use error()instead of abort() in sanitize 2023-06-30 23:34:29 +03:00
Aevann 243368c106 add padding 2023-06-30 23:32:36 +03:00
Aevann 6d23974d58 add padding 2023-06-30 23:31:24 +03:00
Aevann 57e29f3aa2 Revert "change midnight unread color"
This reverts commit 4547493787.
2023-06-30 23:25:01 +03:00
Aevann 1b7757d36f Revert "change unread color in classic_dark"
This reverts commit f84b9d15c9.
2023-06-30 23:24:47 +03:00
Aevann c721b26b61 dylan 2023-06-30 23:17:56 +03:00
Aevann 57ed09561b make sure ppl know the benefit of linking an email 2023-06-30 23:07:44 +03:00
Aevann e4662247b7 revert commit that caused pat emojis not to get mirrored
This reverts commit 3a3615d292.
2023-06-30 22:54:36 +03:00
Aevann daedb5f047 nasty hack to stop underscores being interpreted as italic which breaks mentioning users with two underscores and links sometimes 2023-06-30 22:47:38 +03:00
borntolurk 0762f179b7 PWA fixes (#161)
* Content now takes the whole screen on latest iPhones and bottom bar now respects the bottom safe area inset
* You can now pull to refresh in PWA

Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#161
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-06-30 19:39:19 +00:00
Aevann fa70dc4e93 fix this https://media.discordapp.net/attachments/1104910184901525544/1124420076662173776/image.png?width=1144&height=611 2023-06-30 22:33:18 +03:00
Aevann 0039bc3d56 make inline emoji search case insensitive 2023-06-30 22:10:03 +03:00
Aevann f84b9d15c9 change unread color in classic_dark 2023-06-30 22:03:30 +03:00
Aevann 1e3f48e31f unify highlighting css selectors 2023-06-30 22:03:11 +03:00
Aevann 8f9367ed93 change 4chan unread color 2023-06-30 21:50:39 +03:00
Aevann 4547493787 change midnight unread color 2023-06-30 21:48:27 +03:00
Aevann 848aa08e57 change dramblr unread color 2023-06-30 21:47:40 +03:00
Aevann ac387e4bac add /donate to directory 2023-06-30 21:38:15 +03:00
Aevann d003822dc0 constantify frequently-used regex negative lookahead group 2023-06-30 21:29:53 +03:00
Aevann af095e4bbf same as last commit 2023-06-30 20:54:31 +03:00
Aevann 30b4ac2272 minor tweak to popover size 2023-06-30 20:51:30 +03:00
Aevann 0bc64ef1ac increase popover banner height 2023-06-30 20:45:51 +03:00
Aevann 6faf24b8be make tooltip clearer 2023-06-30 20:36:26 +03:00
Aevann 4a1356c371 Revert "Improve inline emoji modal (#159)"
This reverts commit 3d5355e30f.
2023-06-30 20:31:42 +03:00
Aevann 15415a2c5a shorten password length 2023-06-30 19:51:59 +03:00
Aevann ed322add97 use more secure token_urlsafe 2023-06-30 19:51:14 +03:00
Aevann 8d608e2939 add "reset password' button to JL-5 2023-06-30 19:39:24 +03:00
Aevann f22df30161 add forgotten clarification in notification 2023-06-30 19:21:18 +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 d9cac3a843 fix wrong property 2023-06-30 18:58:43 +03:00
Aevann 7851b66962 stop the generic disabling function from re-enabling "post" button 2023-06-30 18:54:39 +03:00
Aevann c616636ff0 separate blockers on mobile 2023-06-30 18:48:25 +03:00
Aevann 5fb6e9fac5 more margin in "Users Onlines" in chat 2023-06-30 18:37:18 +03:00
Aevann 2a88977c1c fix squished expanded images in chat 2023-06-30 18:35:33 +03:00
Aevann 1d4b9d0660 dont force height on expanded images in chat 2023-06-30 18:34:45 +03:00
Aevann 34519c9483 make profile background text shorter 2023-06-30 18:33:34 +03:00
Aevann b12b057114 make searching work with CTRL+Enter 2023-06-30 18:24:12 +03:00
SneedBot 679536df99 sneed 2023-06-30 15:08:53 +00:00
KindaCrayCray 3d5355e30f Improve inline emoji modal (#159)
- Fix/modernize keyboard navigation (making selections work and autoscroll)
- Allow capital letters to be used in the inline emoji input
- Fix first emoji typed not causing the picker to appear

Reviewed-on: rDrama/rDrama#159
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-06-30 15:08:33 +00:00
Aevann eca2a84e75 boost exploding-heads.com 2023-06-30 01:53:10 +03:00
Aevann 70b708bca9 fix last commit 2023-06-30 01:46:23 +03:00
SneedBot 0d540599d6 sneed 2023-06-29 22:40:57 +00: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 27c78f55f7 fix weird slur filter bug https://i.imgur.com/WjmZuzu.png 2023-06-30 01:05:21 +03:00
Aevann b2ac0efc8c make link posts look visited when u visit them from notifs 2023-06-30 01:00:05 +03:00
Aevann 8c7292e8f3 break original usernames 2023-06-30 00:44:15 +03:00
Aevann 533426c080 overflow: scroll -> auto 2023-06-30 00:35:42 +03:00
Aevann 4c84506602 dedup 2023-06-30 00:09:20 +03:00
Aevann eb9b9a8ffd same as last commit 2023-06-30 00:08:27 +03:00
Aevann 8f58cbee04 make fontweight consistent 2023-06-30 00:07:56 +03:00
Aevann 9ae5d47f9d minor margin fix 2023-06-30 00:07:13 +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 10a715302f show !everyone's cost 2023-06-29 23:48:27 +03:00
Aevann 812a637180 fix 500 error 2023-06-29 23:19:15 +03:00
Aevann ef97a42a86 remove unnecessary spaces 2023-06-29 23:18:24 +03:00
Aevann 0bbcc2f664 FIX 500 ERROR 2023-06-29 23:16:34 +03:00
Aevann 8b3388cb29 fix d98f8afde8 2023-06-29 23:15:12 +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 d98f8afde8 unlock /donate to loggedoutcels 2023-06-29 23:10:31 +03:00
Aevann 778f4f045e rename variable 2023-06-29 23:10:31 +03:00
Aevann 80d4ddc21e increase expanded image height on desktop 2023-06-29 22:46:30 +03:00
Aevann bac356db1d make sure all usages of subprocess have timeout duration 2023-06-29 22:38:55 +03:00
Aevann dcf7c282a6 fix editing push notif 2023-06-29 22:22:12 +03:00
Aevann a98bf5b691 const 2023-06-29 22:14:34 +03:00
Aevann 895b07b4ee fix last commit 2023-06-29 22:14:09 +03:00
Aevann 7137381132 fix last commit 2023-06-29 22:12:29 +03:00
Aevann 82bc32d8aa fix last commit 2023-06-29 22:09:33 +03:00
Aevann f3f01bad96 make the "Enable push notifications" button link to /app on non-pwa iphone 2023-06-29 22:05:24 +03:00
SneedBot f82bdfa2ef sneed 2023-06-29 18:10:28 +00:00
Aevann ab554c163c Add a button for enabling push notifications (#158)
Safari requires some user interaction to subscribe to push notifications ([see this](https://developer.apple.com/documentation/usernotifications/sending_web_push_notifications_in_web_apps_safari_and_other_browsers)), so this PR adds a button to the navigation menu that requests notification permissions and does the subscription stuff. It also hides the "Mobile App" button from PWA

Side effect of this PR is that push permissions aren't gonna be requested automatically on other platforms anymore like they used to. Also it's probably a good idea to add this button somewhere else too because it's not very accessible on desktop
![image](/attachments/f2f78028-9e5f-484f-aa98-59eb60e3ccd5)

Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#158
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-06-29 21:09:27 +03:00
Aevann 1b48488996 expand slur filter 2023-06-29 20:47:19 +03:00
Aevann 0a8b2b23cc same as last commit 2023-06-29 19:14:24 +03:00
Aevann e5bf894bf6 fix internal server error 2023-06-29 19:13:25 +03:00
SneedBot 5877e20813 sneed 2023-06-29 15:58:11 +00:00
SneedBot 8bfee1031c sneed 2023-06-29 15:57:12 +00:00
Aevann 3a07bd1d25 remove print statement 2023-06-29 18:56:54 +03:00
Aevann 034cc436f1 delete unnecessary space 2023-06-29 18:56:40 +03:00
Aevann 512fe8d710 fix loggedout_counter 2023-06-29 18:56:16 +03:00
Aevann 9519020de8 replace icon and headericon with carp 2023-06-28 17:31:41 +03:00
Aevann edd8d58835 carp sidebar 2023-06-28 17:24:11 +03:00
SneedBot 6246dcc510 sneed 2023-06-28 14:22:56 +00:00
Aevann 8b5cda26bb carp pfps 2023-06-28 17:18:43 +03:00
Aevann d3e79d6d8e complement 774c09387c 2023-06-28 17:10:30 +03:00
Aevann a017fdfbb9 add new taglines and titles 2023-06-28 17:03:14 +03:00
SneedBot f7107c175a sneed 2023-06-28 13:53:51 +00: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 5c0dcbf585 extend edgy founder deadline 2023-06-28 01:20:43 +03:00
Aevann 1b9cae28b6 fix squished images 2023-06-28 01:20:43 +03:00
SneedBot b7929df032 sneed 2023-06-27 21:56:48 +00:00
Aevann 97188519a7 add confirmation for changing houses 2023-06-28 00:56:23 +03:00
SneedBot 4ab2b2ba26 sneed 2023-06-27 21:33:19 +00:00
Aevann 2494b78116 increase COSMETIC_AWARD_COIN_AWARD_PCT from 10% to 50% 2023-06-28 00:32:34 +03:00
Aevann bd058acad8 fix sidebar bug on threads with "sidebar" in title lol 2023-06-28 00:25:35 +03:00
Aevann 53c1b72eed add padding + slightly increase interval between fireworks 2023-06-28 00:22:37 +03:00
Aevann 38426bb7f4 fix hecking buggerino 2023-06-28 00:13:07 +03:00
SneedBot af023434b3 sneed 2023-06-27 21:05:58 +00:00
Aevann a8eae44c25 make a bunch of awards cheaper 2023-06-28 00:04:54 +03:00
Aevann 3a21c7d2ed disable spider toggle when awarded 2023-06-28 00:04:53 +03:00
Aevann 6b2c838e3a x4 coin multipler for wpd 2023-06-28 00:04:53 +03:00
Aevann 625976c410 make spider smaller on mobile (firefox not supported) 2023-06-28 00:04:53 +03:00
SneedBot d2fbe1d51e sneed 2023-06-27 20:09:28 +00:00
Aevann f33f0647a9 expand thread caching 2023-06-27 23:08:52 +03:00
Aevann 7493722457 redis cache frontpage 2023-06-27 23:03:14 +03:00
Aevann cc5a8db4e7 reduce marsey award price from 3000 to 2000 2023-06-27 20:25:25 +03:00
Aevann 60933a7d67 disable y'all seeing eye award 2023-06-27 20:25:14 +03:00
Aevann 1633f090c8 order by price 2023-06-27 20:25:04 +03:00
Aevann 15c3026c93 remove unnecessary award restrictions 2023-06-27 20:20:41 +03:00
Aevann c865a6adba do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4453698#context 2023-06-27 20:08:30 +03:00
Aevann 8d1189d323 Revert commit that made kaamrev lose his hard work
This reverts commit 1b0ad9122e.
2023-06-27 20:05:27 +03:00
Aevann 6f1c7c69ac reduce house racist award price to 100 2023-06-27 17:38:00 +03:00
Aevann f3df1d4a8a shiogu -> chiobu 2023-06-27 17:34:30 +03:00
Aevann 7164d1ccf8 reduce price of femboy, racist, edgy awards from 500 to 200 2023-06-27 17:18:40 +03:00
SneedBot 5f1d14cf43 sneed 2023-06-27 14:15:55 +00:00
Aevann 66d806c5f7 better popovers 2023-06-27 17:14:33 +03:00
Aevann 95c25d73e6 fix last commit 2023-06-27 15:08:02 +03:00
Aevann 2ecd9c4dec force permachudded posts in chudrama 2023-06-27 15:08:01 +03:00
SneedBot 19a52f2eb8 sneed 2023-06-27 12:06:14 +00:00
Aevann 60b5b33a79 Revert "remove poor mode"
This reverts commit 33d281cc2e.
2023-06-27 15:01:40 +03:00
Aevann 87a9a17604 fix squished expanded images 2023-06-27 15:00:14 +03:00
Aevann af0c8a702b same as last commit 2023-06-26 21:02:15 +03:00
Aevann f3276b8c4e same as last commit 2023-06-26 20:58:47 +03:00
Aevann a284bfd470 fix invalid url 2023-06-26 20:56:56 +03:00
Aevann 5b86ee21b0 fix bug that caused urls with quoted spaces to not work https://i.imgur.com/RFyI9jB.png 2023-06-26 18:28:07 +03:00
Aevann aacffe0d1c Revert commit that caused disappearing currency
This reverts commit 06288f1c3e.
2023-06-26 18:16:33 +03:00
SneedBot 01479e2d94 sneed 2023-06-26 15:08:58 +00:00
Aevann da9c19a54a make everyone who joins house edgy in the next 48hours a founder 2023-06-26 18:08:20 +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 4849ac724f complement c8116a401a 2023-06-26 15:38:36 +03:00
Aevann c642935957 minor css changes for expanded images on mobile 2023-06-26 14:52:38 +03:00
Aevann 24d93f7ab9 reduced the number of bugs and fireflies on mobile 2023-06-26 14:40:36 +03:00
Aevann 5a9966b74e slightly reduce wholesome and scooter award size on desktop 2023-06-26 14:01:56 +03:00
Aevann 33d281cc2e remove poor mode 2023-06-26 13:55:38 +03:00
Aevann 4380afb8b2 increase the price of non-event cosmetic awards from 200 to 500 2023-06-26 13:41:49 +03:00
Aevann c8116a401a do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4439973#context 2023-06-26 13:35:42 +03:00
Aevann 787da2ffbf fix 500 error 2023-06-26 13:31:38 +03:00
Aevann f04e86911d hide confetti award when not birthgay 2023-06-26 13:30:24 +03:00
Aevann 05e5956237 increase size of ricardo 2023-06-26 13:26:53 +03:00
Aevann 9d9c77bc4b do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4442782#context 2023-06-26 13:24:38 +03:00
SneedBot ef1feddb55 sneed 2023-06-26 10:22:00 +00:00
Aevann 6e76712ee0 reduce size of confetti award on mobile 2023-06-26 13:20:24 +03:00
Aevann 1fb6092b24 consistent padding 2023-06-26 13:20:17 +03:00
Aevann 9f7fbbff99 reduce the size of ricardo 2023-06-26 13:12:06 +03:00
Aevann 58c8b80b8a fix last commit 2023-06-26 13:08:57 +03:00
Aevann fb09af232c limit confetti award to birthgay event only 2023-06-26 13:08:51 +03:00
SneedBot e25c2b234d sneed 2023-06-25 18:49:54 +00:00
Aevann 7434e1ce8d reduce threshold to 1000 2023-06-25 21:49:05 +03:00
Aevann 3c08da126d Revert "only if 2 dots"
This reverts commit 5795520015.
2023-06-25 21:24:43 +03:00
Aevann 5795520015 only if 2 dots 2023-06-25 21:22:49 +03:00
SneedBot a2075914ee sneed 2023-06-25 18:21:41 +00:00
Aevann 1d20d27b17 reduce expanded image height on mobile 2023-06-25 21:21:20 +03:00
Aevann b4e8d0aad4 cats -> marseys 2023-06-25 20:40:36 +03:00
Aevann da19431fc1 make expanded images take full width on mobile 2023-06-25 20:40:08 +03:00
Aevann 26d39159aa Revert "sneed"
This reverts commit f7a5caffc2.
2023-06-25 20:38:03 +03:00
Aevann f57c909610 change rdrama's default theme back to midnight 2023-06-25 20:35:30 +03:00
Aevann 835fee1417 fix pagination overflow 2023-06-25 20:31:33 +03:00
Aevann cf00f854b0 Revert "fix pagination overflow"
This reverts commit 4941baa477.
2023-06-25 20:19:41 +03:00
SneedBot 75052ec3d6 sneed 2023-06-25 17:00:16 +00:00
Aevann 9e8391bb48 restore wrongly-reverted fix 2023-06-25 19:59:51 +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 ed65f92500 do this https://rdrama.net/h/countryclub/post/79285/-/4412224#context 2023-06-24 21:48:13 +03:00
Aevann 8769023985 order /admin/shadowbanned by ban reason 2023-06-24 21:18:17 +03:00
Aevann 4941baa477 fix pagination overflow 2023-06-24 21:16:00 +03:00
Aevann 0750bd365f hide alts in /admin/shadowbanned 2023-06-24 21:02:25 +03:00
Aevann e256d70984 fix improperly typed func 2023-06-24 21:02:16 +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
SneedBot ef9423f731 sneed 2023-06-24 17:40:14 +00:00
Aevann 8bd657b726 add /blockers and /blocking to profile pages 2023-06-24 20:39:50 +03:00
Aevann c097a7c244 fix error msgs in /settings/blocks 2023-06-24 20:36:27 +03:00
Aevann 5fe6c599df make the unblockable and fish notifs actually get sent 2023-06-24 20:34:07 +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 1a2d51c34c remove hole sidebars from WPD 2023-06-24 20:09:02 +03:00
Aevann 1b0ad9122e make it possible to clear saved items in /submit 2023-06-24 20:07:14 +03:00
Aevann c62eec7203 fix new emojis not appearing in WPD 2023-06-24 19:05:19 +03:00
Aevann dce087fed0 allow emojis in link text 2023-06-24 19:03:07 +03:00
SneedBot 06e61930cf sneed 2023-06-24 15:49:48 +00:00