forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

910 Commits (9872aee7b9e3e4a9af54774d38a99cceb748f435)

Author SHA1 Message Date
Aevann 6e02ea8abb add this https://rdrama.net/h/countryclub/post/79285/-/4744088#context 2023-08-08 21:08:29 +03:00
Aevann 8b1f7baa74 make logout refresh the current page instead of going to the frontpage 2023-08-08 21:04:39 +03:00
Aevann da98e32ba8 remove typing status in chat after 2 seconds 2023-08-08 20:23:29 +03:00
Aevann 9e835fcece prettier code 2023-08-08 20:15:35 +03:00
Aevann 1ad2493eab better gambling error messages 2023-08-08 20:06:03 +03:00
Aevann 144132cbb5 fix accidentially removed line that broke pasting images 2023-08-08 17:33:29 +03:00
Aevann 30fa694cbd fix bug in safari and firefox caused by saving attachment on restore 2023-08-08 17:20:42 +03:00
Aevann 8cabb85079 fix bug 2023-08-08 15:26:32 +03:00
Aevann 681c987f51 use indexedDB instead of localstorage for saving files since:
-it has no size limit (localstorage has 5MB)
-it can store files directly (dont have to convert to base64 like localstorage)
2023-08-08 13:55:14 +03:00
Aevann 4f2cba6af7 make oldfiles contain DataTransfer objects instead of lists 2023-08-08 13:52:07 +03:00
Aevann 74f55162e5 save images only + improvements 2023-08-07 16:27:07 +03:00
Aevann 67a2693409 save images in /submit too 2023-08-07 16:09:46 +03:00
Aevann f43d9901a9 margin improvement 2023-08-07 15:49:57 +03:00
Aevann a29191c517 use onload 2023-08-07 14:58:06 +03:00
KindaCrayCray 5cf680ebf5 Fix issue #4, Cursor Marsey in settings, and permanent settings for slur/profanity filters (#180)
* Settings toggles now reverse themselves if the setting fails to update
* Cursor Marsey was broken in settings due to an id overlap
* Permanent setting option for slur/profanity would not appear unless the setting was enabled before page load

Reviewed-on: rDrama/rDrama#180
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-08-06 20:01:59 +00:00
Aevann d72df0cd6e if( -> if ( 2023-08-06 06:33:34 +03:00
Aevann 4c3b2dd4d2 improve post title flow 2023-08-06 06:26:16 +03:00
Aevann ecf9cd9538 dont undisable button until form is submitted successfully 2023-08-05 18:19:19 +03:00
Aevann 9080d084e5 Revert "Use single line breaks for markdown in comments (#177)"
This reverts commit 7812bfb47d.
2023-08-05 17:21:05 +03:00
top 1b4d70759b Fixed issue where flipped talking wouldn't flip the marsey just the talking (#179)
-Also made the preview work closer to the actual behavior from the server.
-Fixed issue where multiple talking or pats would remove all instances rather than just the one from the end.
-Added a hidden feature to double flip the talking bubble (for non-patted emotes).
-Made the pat look better with the talking when -pattalking emotes are shown.
-Fixed issue with username mentions with pat or talking requiring the # or ! at the start.
-Now allows for # or ! to be within the talking or pat.

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: rDrama/rDrama#179
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
2023-08-05 01:49:51 +00:00
vasya 7812bfb47d Use single line breaks for markdown in comments (#177)
This fixes #144. Instead of double newlines (reddit spacing 🤮), this will allow single newlines to be used. Tested locally.

Co-authored-by: vasya <vasya34@proton.me>
Reviewed-on: rDrama/rDrama#177
Co-authored-by: vasya <vasya@noreply.fsdfsd.net>
Co-committed-by: vasya <vasya@noreply.fsdfsd.net>
2023-08-05 01:49:07 +00:00
Aevann 7007daae9b same as last commit 2023-08-04 19:34:31 +03:00
Aevann 3165489f58 try smth to fix edge case jumps 2023-08-04 19:29:07 +03:00
top f36ed94e69 Talking emotes! (#176)
Also adds the following:
talking emotes:
- Any emote can be talking now
- If an emote is talking it can also be pettable
- users can be talking and pettable
- talking works both directions, large and small

Co-authored-by: Chuck <dude@bussy.com>
Reviewed-on: rDrama/rDrama#176
Co-authored-by: top <top@noreply.fsdfsd.net>
Co-committed-by: top <top@noreply.fsdfsd.net>
2023-08-04 10:13:36 +00:00
Aevann 14b1285479 test on devrama with my fish 2023-08-03 23:59:50 +03:00
Aevann dd238cbc68 shorter is better 2023-08-03 16:50:33 +03:00
Aevann d93efa8650 fix carp issue 2023-08-03 16:49:28 +03:00
Aevann 5ef8da709e same as last commit 2023-08-03 13:55:26 +03:00
Aevann 2da15d64e4 same as last commit 2023-08-03 13:54:20 +03:00
Aevann eff82be3dc same as last commit 2023-08-03 13:53:53 +03:00
Aevann 34ac1dec27 same as last commit 2023-08-03 13:52:20 +03:00
Aevann 7051699ffb same as last commit 2023-08-03 13:50:12 +03:00
Aevann 0fe9fe31f6 same as last commit 2023-08-03 13:49:21 +03:00
Aevann 30ec96be0d same as last commit 2023-08-03 13:46:00 +03:00
Aevann 6022699118 same as last commit 2023-08-03 13:42:15 +03:00
Aevann fef1f9b52a make code prettier 2023-08-03 13:40:33 +03:00
Aevann 7589238f6a try to fix "give award" 2023-08-03 13:40:03 +03:00
Aevann 6bf93b8c25 Revert "hide links in spoilers but still prevent clicking them if u cant see them"
This reverts commit afea091a1d.
2023-08-03 11:41:59 +03:00
Aevann afea091a1d hide links in spoilers but still prevent clicking them if u cant see them 2023-08-03 11:23:12 +03:00
Aevann 27b1389da1 fix remove_dialog() not getting applied when making root comment 2023-08-03 11:23:12 +03:00
Aevann 0030858521 change "quote selection" to "reply" when we're done 2023-08-03 10:33:57 +03:00
Aevann 588a8bb7a0 move function call to js file 2023-08-03 10:13:10 +03:00
Aevann 036de3e7ae remove linebreak 2023-08-03 10:05:32 +03:00
Aevann 2cf0ae1605 fix console error 2023-08-03 10:05:24 +03:00
Aevann de67ecbecc fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4633405#context 2023-08-03 09:55:39 +03:00
Aevann 915ebc3769 minor function rename 2023-08-03 09:50:22 +03:00
Aevann 08f42ed354 extend backbutton behavior to all modals 2023-08-03 09:35:33 +03:00
Aevann cb5835624d dont make pressing enter on inline emoji modal in chat send message 2023-08-02 10:53:26 +03:00
Aevann e08003d7b4 change the "reply" button to "quote selection" button when clicked to clue ppl in of this feature 2023-08-02 10:43:43 +03:00
Aevann 7618b5e1b9 fix wrong syntax causing console error 2023-08-02 10:43:42 +03:00
Aevann 6820e09a00 stop annoying page jumping 2023-08-02 10:18:00 +03:00
Aevann 63c9715d7c fix this https://discord.com/channels/1104830662831247492/1104909974238400542/1135806954611167252 2023-08-01 09:43:32 +03:00
Aevann 9d1de6ee5a fix reporting and giving awards on mobile 2023-07-30 13:15:07 +03:00
Aevann 9e24ea9c6f restore #modal 2023-07-30 10:22:33 +03:00
Aevann b9afeba454 fix this https://rdrama.net/post/166300/bugfixing-megathread-marseywock/4687062#context 2023-07-30 04:09:24 +03:00
Aevann b476022774 use SITE_FULL_IMAGES 2023-07-28 02:07:18 +03:00
Aevann 384019d0b8 shorten some urls 2023-07-28 01:58:25 +03:00
Aevann 0bf4087aeb make sure the inline modal doesnt overflow on the left either (when u start a root comment with an emoji) 2023-07-27 21:36:48 +03:00
Aevann 01097cfd2d make the inline emoji modal follow the text during line change with 100% accuracy 2023-07-27 21:32:49 +03:00
Aevann 7814d5d0c9 fix inline emoji picker overflowing the screen 2023-07-27 21:32:23 +03:00
Aevann 9bfad4d200 accomodate older PWAs 2023-07-25 21:47:20 +03:00
Aevann 0f1a949996 fix wrong syntax 2023-07-25 21:45:59 +03:00
Aevann 3b94812973 remove ghost-town-box when making a comment 2023-07-25 21:41:24 +03:00
Aevann beff4881aa fix bug with ghost comments 2023-07-23 03:29:30 +03:00
Aevann cc4982f215 fix youtube 2023-07-23 03:27:11 +03:00
Aevann 8a877fce7a debug 2023-07-23 03:19:41 +03:00
Aevann 707b2363b9 remove space 2023-07-23 03:00:36 +03:00
Aevann 5b7187f619 fix console errors 2023-07-23 03:00:36 +03:00
Aevann 755172a9ba consistency 2023-07-23 02:55:18 +03:00
Aevann 55cfb21b46 fix console error 2023-07-23 02:49:45 +03:00
Aevann da5701ec7c use console.error 2023-07-23 02:44:00 +03:00
Aevann 2b9661be4c much better youtube videos in post_listing 2023-07-23 01:26:06 +03:00
Aevann 75d12d237e cachebust 2023-07-23 00:49:40 +03:00
Aevann 14ba7426c6 remove console.log 2023-07-23 00:41:07 +03:00
Aevann 795320307a update fp.js 2023-07-23 00:36:02 +03:00
Aevann 74b7ae0780 fix pfps 2023-07-22 21:48:47 +03:00
Aevann a72c18bed7 fix mention html (im retarded) 2023-07-22 21:12:04 +03:00
Aevann c83e214320 add CTRL+enter in award modal 2023-07-22 20:43:32 +03:00
Aevann 74e9f21261 much more intuitive upload flow 2023-07-22 19:29:19 +03:00
Aevann 988a14f187 use SITE_FULL_IMAGES whenever u possibly can 2023-07-22 19:24:16 +03:00
Aevann fd10a0ad87 fix hat persisting on hatless users in popover 2023-07-22 14:25:37 +03:00
Aevann 59efc521ff fix filename overflowing page 2023-07-22 14:18:29 +03:00
Aevann 6d0dccc83f better fireowkrs 2023-07-22 12:57:23 +03:00
Aevann cdda63f163 fix collapse lines contrast 2023-07-14 20:45:40 +03:00
Aevann a139197371 persist ppl's edit text on failure 2023-07-14 20:07:58 +03:00
Aevann dce3dde6d7 consistency 2023-07-14 20:04:12 +03:00
Aevann 79d8bb7d2c allow session cookie to work on videos.watchpeopledie.tv 2023-07-14 18:45:49 +03:00
Aevann 6c2ba09e7f fix last commit 2023-07-14 14:46:21 +03:00
Aevann 735632e56f fix js error 2023-07-14 14:45:59 +03:00
Aevann a84b2a7946 remove spider-with-bugs.js cuz converting bugs to absolute broke it 2023-07-14 14:33:27 +03:00
Aevann 527f977695 like last commit 2023-07-14 14:24:53 +03:00
Aevann f705a1c205 like last commit 2023-07-14 14:23:36 +03:00
Aevann dbe4d7c42a max at 50 and 100 so as to now crash tab 2023-07-14 14:22:03 +03:00
Aevann 741c11ab36 add 2 bugs for each award 2023-07-14 14:18:23 +03:00
Aevann d9097a5df9 make bugs absolute + fix script overlap + dont set style in js if not necessary 2023-07-14 13:51:18 +03:00
Aevann b84b571473 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4530368#context 2023-07-08 02:00:37 +03:00
Aevann 74695cfef8 fix repeated endpoint 2023-07-05 00:55:53 +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 8555e370be restore necessary xhr.withCredentials for WPD 2023-07-01 19:34:47 +03:00