Commit Graph

23479 Commits (8158b70c2019b7ed38060977741c3064b47e2475)

Author SHA1 Message Date
Aevann 92b77735ae fix profile songs in localhost 2023-02-17 17:20:51 +02:00
Aevann 44e9085d8d add .network to supported TLDs 2023-02-17 16:57:58 +02:00
Aevann 0d817d0d86 add choachan.cafe to BOOSTED_SITES 2023-02-17 16:57:22 +02:00
Aevann 8537dfbf21 dont commit on error 2023-02-17 16:49:23 +02:00
Aevann fa836ee549 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-17 16:21:16 +02:00
Aevann d027e51faa fix 500 error 2023-02-17 16:21:12 +02:00
Aevann 362cd288d8 fix 500 error 2023-02-17 16:17:05 +02:00
mummified-corroding-granny 58e985525b chat: prevent usernames sticking after rename and color change (#123)
Kindly,

As per $title.

Currently, if a user changes name or color while in chat, the username will stick forever (until clearing all sessions with a process restart).

This PR fxes both of these situations. The code is getting ugly and would benefit from using dictionaries instead of lists, but I suspect there are other priorities.

Thanks,
granny

Reviewed-on: #123
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-17 13:58:02 +00:00
SneedBot 71c114ed52 sneed 2023-02-17 08:00:07 +00:00
SneedBot dc24c7944e sneed 2023-02-17 04:00:08 +00:00
mummified-corroding-granny e2adf9e53d Chat: add minimalistic chat session tracking and fix shadow user spy problem (#121)
Kindly,

Not sure if this is too dramaphobic. I also went with the just enough (TM) approach

The issue this PR intends to fix:
1. user has no chat tabs open
2. user opens two chat tabs
3. user closes second chat tab
4. user disappears from sidebar and user count (because was removed from online py list)
5. user (became shadow user) can now spy on the chat without being listed

Thanks,
granny

Reviewed-on: #121
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-16 13:41:58 +00:00
mummified-corroding-granny 0c670299c0 chat: update header chat count on websocket update message (#122)
Kindly,

Just a small lil PR to make sure the chat counts keep synchronized in /chat as users come and go

Thanks,
granny

Reviewed-on: #122
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-16 13:41:43 +00:00
SneedBot 211110baef sneed 2023-02-16 04:00:08 +00:00
mummified-corroding-granny 0c2128811f formatting page: add javascript to generate format copy buttons programmatically (#120)
Kindly,

As per $title:
* we add a button to the first column of each row of /formatting programatically
  * programatically because table is subject to change and tedious/complicated to write it for each row
* clicking on button copies text of second row to clipboard (reusing toasts code)
* did some javascript replacing because of preserving newlines and removing extraneous tabs

Thanks,
granny

Reviewed-on: #120
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-14 17:44:04 +00:00
SneedBot 2934ea58e2 sneed 2023-02-14 16:00:08 +00:00
mummified-corroding-granny cc6ad3ded4 comments: changed display to inline block in more meta elements (#118)
Kindly,

This is follow-up work to #110 where I target post comments.

This fixes element spliting for "Edited X ago", reply arrow + name and lottery icon + lottery message

Thanks,
granny

Reviewed-on: #118
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-13 18:58:07 +00:00
mummified-corroding-granny 2cf1300498 chat: stop console error after clicking marsey emoji speed modal (#119)
Kindly,

As per $title. This is just a suggestion implementation

Whenever we click any marsey in the speed modal, it generates an error in developer tools console because markdown() is not defined. I suspect not being available is expected because that function is for re-rendering the markdown preview (????? when I look at chat code it is all spaghette to me)

Thanks,
granny

Reviewed-on: #119
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-13 18:57:52 +00:00
SneedBot 862b36bf85 sneed 2023-02-13 13:00:04 +00:00
SneedBot 1344a8ed83 sneed 2023-02-12 13:00:07 +00:00
mummified-corroding-granny 8a4a37ba8e Comments: fix inconsistent nested lists padding as compared to posts (#117)
Kindly,

Seems strange that posts can use nested lists with increased padding at each level while comments do not have any padding on the nested lists

EDIT: disregard branch name. A bit tipsy and just used the branch that I had in my hand
Reviewed-on: #117
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-12 07:23:25 +00:00
SneedBot 00734c8ce4 sneed 2023-02-11 12:00:07 +00:00
SneedBot c852ad8adb sneed 2023-02-11 08:00:06 +00:00
Aevann 67a29b9a51 Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-11 08:55:40 +02:00
Aevann 8205efa318 bandaid fix to ping groups post 2023-02-11 08:55:37 +02:00
SneedBot b79e05a654 sneed 2023-02-11 00:00:14 +00:00
SneedBot 281ba0b7f0 sneed 2023-02-10 20:00:16 +00:00
Aevann 47a4bdfa95 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3570350#context 2023-02-10 19:02:45 +02:00
Aevann e5343fb7a8 dont hang workers on youtube song change 2023-02-10 16:29:09 +02:00
Aevann 96b8afa617 use /temp_songs directory 2023-02-10 16:17:22 +02:00
Aevann 68da9828b3 remove unnecessary commands in ubunutu_setup.sh 2023-02-10 16:15:53 +02:00
Aevann eb68c743e1 remove unnecessary return 2023-02-10 16:15:37 +02:00
Aevann 400ed01ed2 remove time measurement 2023-02-10 15:51:42 +02:00
Aevann a0378e83ab revert 2023-02-10 15:48:31 +02:00
Aevann e243458338 fix 500 error 2023-02-10 15:45:36 +02:00
Aevann c4953d924e more improvements to chat 2023-02-10 15:44:47 +02:00
Aevann 419f3da1e5 try to lower time it takes to load bug thread 2023-02-10 15:35:22 +02:00
Aevann 72097b4592 fix 2023-02-10 15:21:28 +02:00
Aevann f0b1870e92 fix 2023-02-10 14:06:27 +02:00
Aevann e1037467cc fix 2023-02-10 14:05:37 +02:00
Aevann 97cf5c89fe fix 2023-02-10 14:03:18 +02:00
Aevann 54800df9f0 measure /post time 2023-02-10 14:02:00 +02:00
Aevann 83195cded9 take pizza off the autopin list and up it to 1 hour again 2023-02-10 13:53:42 +02:00
Aevann 946b09fb62 same as last commit 2023-02-10 12:20:24 +02:00
Aevann b7e9116bb4 minor cosmetic fix to chat 2023-02-10 12:04:45 +02:00
Aevann f4a98bb365 make the refresh button actually refresh 2023-02-10 11:42:23 +02:00
Aevann 5683e00b2e same as last commit 2023-02-10 11:39:37 +02:00
Aevann 12f51f764d Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2023-02-10 11:38:45 +02:00
Aevann d54786dd0d fix spic filter 2023-02-10 11:38:42 +02:00
SneedBot 2417c5bd8f sneed 2023-02-10 08:00:11 +00:00
Aevann 08850e40a1 more margins 2023-02-10 09:27:46 +02:00