forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

723 Commits (fdd608532bad44bce01d13f01e35f27b2be8505b)

Author SHA1 Message Date
Snakes 3209ccc67e
Fix brooksannoyed emoji format.
A tacit assumption in many parts of the emoji code is that valid
emoji end with .webp. This has led to some absurdities like GIFs with
.webp extensions. However, here we run `gif2webp` over the GIF, which
also reduces its size substantially.
2022-10-19 10:49:32 -04:00
justcool393 68e1a51869 add brooksannoyed emoji 2022-10-19 09:39:38 -05:00
Aevann1 df4540d367 sneed 2022-10-18 16:00:03 +00:00
Snakes 7443ea04e4
WPD: add image-only migration asset. 2022-10-18 08:53:07 -04:00
Aevann1 408cb72baa small css change for patting 2022-10-18 14:51:58 +02:00
Aevann1 7d6f7c9a5e re-add 2 sidebar images (with less frames) 2022-10-18 13:57:00 +02:00
Aevann1 9e6fe3063f sneed 2022-10-18 08:00:02 +00:00
justcool393 96d63ed5de banner text and also rename variable 2022-10-17 18:40:09 -05:00
Aevann1 44fca7f086 ripbozo 2022-10-17 21:13:33 +02:00
Aevann1 9358b75027 fix prev commit 2022-10-17 20:22:29 +02:00
Aevann1 4a2c5e3392 cosmetic change 2022-10-17 20:20:42 +02:00
Aevann1 3ee85d524b limit height of bio in popover to 50vh 2022-10-17 10:51:16 +02:00
Aevann1 ba3348c92a fix animated sidebar images 2022-10-17 10:33:38 +02:00
Aevann1 24f68bc02f sneed 2022-10-17 00:00:06 +00:00
Snakes 340ffdff76
Fix error toast on award modal success. 2022-10-16 18:22:00 -04:00
Snakes 1114590cc7
Suppress log on first award modal selection. 2022-10-16 18:14:50 -04:00
Aevann1 00bfa7bbea sneed 2022-10-16 20:20:08 +00:00
Aevann1 da49350b2b increase margin for "forgot password?" 2022-10-16 10:26:19 +02:00
Aevann1 78fffccef4 sneed 2022-10-16 01:06:03 +00:00
Aevann1 35655659e2 remove broken sidebar image 2022-10-15 19:21:32 +02:00
Aevann1 9b91862cab compress all existing banners/sidebar/badges into lower than 500KB 2022-10-15 12:38:12 +02:00
Aevann1 ab1f9b1351 sneed 2022-10-15 08:00:05 +00:00
Aevann1 c29b7e0871 remove chud rotating pfps 2022-10-15 08:57:28 +02:00
Aevann1 c49ae42205 fix for joan 2022-10-14 20:41:03 +02:00
justcool393 85d2994cce pin_post -> pinPost 2022-10-14 11:34:31 -07:00
Aevann1 2411053d55 add tiered pins 2022-10-14 20:28:20 +02:00
justcool393 df1eedc8d9
button1 button2 2022-10-14 11:20:23 -07:00
Aevann1 f9840d5c71 sneed 2022-10-14 16:00:08 +00:00
justcool393 09027e51d7 reply to edit 2022-10-14 08:43:58 -07:00
justcool393 6efb9b41b4 use createXhrWithFormKey in the lottery 2022-10-14 06:07:47 -07:00
justcool393 bb9ab04a90 spaces -> tabs 2022-10-14 06:07:47 -07:00
justcool393 0eaed637be use createXhrWithFormKey in more places 2022-10-14 06:07:47 -07:00
justcool393 f22ef3a7e5 refactor post_toast_callback a bit and create createXhrWithFormKey function 2022-10-14 06:07:47 -07:00
justcool393 6884774906 showToast adjusments so we can use toast 2 and adjust them for ALMOST all of them 2022-10-14 06:07:47 -07:00
justcool393 c12f5ae43a use showToast in most places that we can 2022-10-14 06:07:47 -07:00
Aevann1 6c2f2c5404 fix expanded images 2022-10-14 13:44:03 +02:00
justcool393 2dd74d3acd don't constantly check for reposts when it's obvious there can't be one
we currently spam the /is_repost api on every single character change in the URL box even though there is no way these URLs would ever be submitted to the site

introducing a frankly conservative limit to where we start actually pinging both the api and (on the backend) the database for reposts may help in some cases

the current constant was chosen by taking the length of "http://" and adding 2 to it
2022-10-14 03:27:45 -07:00
justcool393 e4cbe4178a tabify 2022-10-14 02:50:39 -07:00
justcool393 29af9dbbf4 move fn 2022-10-14 02:50:39 -07:00
justcool393 7620d8d8cd show the error toast on errors, not the success toast 2022-10-14 02:50:39 -07:00
justcool393 3a11cfd603 rename classname to className 2022-10-14 02:50:39 -07:00
justcool393 b06ee9ac9b refactor of post_toast 2022-10-14 02:50:39 -07:00
justcool393 2559794135 Move stuff we put in bootstrap.js to a new core.js file 2022-10-14 02:50:39 -07:00
justcool393 e511fec4aa i don't know why this committed 2022-10-13 08:15:33 -07:00
justcool393 f7ca9aa248 fix the weird text scrolling bug (hopefully)
* this seemed like an odd floating point bug with scrollTo(), maybe? i think this should fix it
2022-10-13 08:11:47 -07:00
Aevann1 caccb2307d fix this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2887592?context=8#context 2022-10-13 16:25:10 +02:00
Aevann1 944eab9985 sneed 2022-10-12 12:00:04 +00:00
justcool393 ad52c49782 put details EVERYWHERE
why are there 25 of these...
2022-10-12 01:25:32 -07:00
Aevann1 db0fd8a0e9 sneed 2022-10-12 08:09:03 +00:00
Aevann1 07043873b9 WPD: banner sneed. 2022-10-12 05:57:58 +00:00
Aevann1 4ccbc5a6b5 upscale ripbozo emoji 2022-10-12 07:12:34 +02:00
Aevann1 dac9fabccd dont disable the button in the shop (to make buying en masse either) 2022-10-11 20:22:14 +02:00
Aevann1 96cdda57f7 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-11 19:13:53 +02:00
Aevann1 55eabc0871 give user an error in the UI if they try to submit more than 4 files 2022-10-11 19:13:50 +02:00
Aevann1 ac8db50450 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-11 16:41:21 +00:00
Aevann1 e003571368 sneed 2022-10-11 16:00:07 +00:00
justcool393 c0acb1722b abort a bunch of stuff where we manually returned JSON 2022-10-11 08:40:19 -07:00
Aevann1 523d1c9dab sneed 2022-10-11 09:57:46 +00:00
Snakes b9f4c9c58b
Add emoji: past 3mo of assorted non-Marseys. 2022-10-11 05:51:08 -04:00
Snakes 091f5b0399
Add emoji: asianjaks. 2022-10-11 05:16:45 -04:00
Snakes b0244a2a09
Add emoji: party parrots. 2022-10-11 05:13:04 -04:00
Aevann1 00ee6d508d sneed 2022-10-11 04:00:09 +00:00
Aevann1 1e8ed876b3 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-10 05:27:37 +00:00
Aevann1 0fcb7a66ed PCM sneed 2022-10-10 05:26:40 +00:00
Aevann1 a20f5723bf make sure all external urls have rel="nofollow noopener noreferrer" 2022-10-10 07:22:18 +02:00
Aevann1 db929c7615 simplify 3 js functions 2022-10-10 06:56:39 +02:00
Aevann1 da3593d4af sneed 2022-10-10 00:00:05 +00:00
Aevann1 e930b5f357 sneed 2022-10-09 16:20:15 +00:00
justcool393 4baf7cfa42 make text gold when owned all hats 2022-10-08 10:44:39 -07:00
Aevann1 1236d7bcd5 fix "remove" button in /live 2022-10-08 08:13:35 +02:00
Aevann1 745184acc6 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-08 08:08:35 +02:00
Aevann1 acbfbb07ce rework "are you sure?" and make it work on subscribing to posts and reverting admin actions 2022-10-08 08:06:46 +02:00
Snakes 3949670088
WPD: sidebar update for flair & rule changes. 2022-10-08 01:10:39 -04:00
Aevann1 398c841632 fix the ruckus image on dark theme 2022-10-08 03:26:50 +02:00
Aevann1 d85c3d8797 make WPD banners clickable 2022-10-08 01:01:04 +02:00
Aevann1 074f46d900 sneed 2022-10-07 21:02:06 +00:00
Aevann1 b608a514e4 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-07 05:25:37 +02:00
Aevann1 2d2a35d7ca make giving awards not refresh the page 2022-10-07 05:25:34 +02:00
Aevann1 182784f097 sneed 2022-10-07 02:57:38 +00:00
Aevann1 3ecb1b4f9a generate a mod log for CCing or unCCing posts and notify OP 2022-10-07 04:48:31 +02:00
Aevann1 01071a20e8 add banner_thread to PCM 2022-10-07 03:32:08 +02:00
Aevann1 c89df37af8 make emoji-modal and award-modal 90% width on desktop insttead of 80% 2022-10-07 01:41:18 +02:00
Aevann1 598de07b95 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-06 21:16:23 +00:00
Aevann1 9bff6a682e fix margins for award_modal and emoji_modal and popover 2022-10-06 23:16:16 +02:00
Aevann1 34cb2e0ccb sneed 2022-10-06 20:00:06 +00:00
Aevann1 a2b0d2f824 sneed 2022-10-06 12:00:08 +00:00
Aevann1 fbd815f54e fix this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2847925?context=8#context 2022-10-06 08:26:10 +02:00
Aevann1 94e441a23b decrrease max-width for a bunch of modals from 90% to 85% 2022-10-06 03:01:52 +02:00
Snakes 3f338fc3f2 WPD: add login required explanatory text. 2022-10-05 19:17:42 -04:00
Aevann1 9134a91481 add jigsaw tier 2022-10-06 00:47:12 +02:00
Aevann1 d57d4c9864 swap banner for PCM 2022-10-06 00:19:06 +02:00
Aevann1 c7033559ab sneed 2022-10-05 21:00:03 +00:00
Aevann1 283afd3578 sneed 2022-10-05 20:16:26 +00:00
Snakes ed269b0ccf
WPD: add logo. 2022-10-05 16:14:53 -04:00
Aevann1 43a33b1359 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-10-04 20:36:35 +00:00
Aevann1 de154c1e6e sneed 2022-10-04 19:00:04 +00:00
Aevann1 d98e4c9c1c convert repo from CRLF to LF 2022-10-04 17:24:58 +02:00
Aevann1 c13acca044 sneed 2022-10-03 08:00:02 +00:00
Aevann1 12f7aa7fe9 sneed 2022-10-03 07:00:02 +00:00
Aevann1 abc7d8107d sneed 2022-10-02 20:00:06 +00:00