forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

15431 Commits (15f0b963c7c072fa8046e20993894844f2b3efee)

Author SHA1 Message Date
TLSM cf927b837d Fix borked sidebar assets state. (#248)
Somehow, it appears d5a37f475c deleted 470.webp, setting in motion
two weeks of chaos in the sidebar assets folder. Since the admiggers
thread works by writing to len(listing of dir)+1 + '.webp', the gap
lead to overwriting 483.webp repeatedly.

This commit manually adds assets from the thread for 470 onward.
This should resolve the undefined behavior, and the thread should
work properly from here out.
2022-05-07 10:13:32 +02:00
Aevann1 b5abdccff8 sdf 2022-05-07 09:13:52 +02:00
Aevann1 036e61110a sfd 2022-05-07 09:12:59 +02:00
Aevann1 6d95bf04b8 fsd 2022-05-07 09:10:38 +02:00
Aevann1 c06a3b9771 fds 2022-05-07 09:10:18 +02:00
Aevann1 8a5fd22034 sfd 2022-05-07 09:09:46 +02:00
Aevann1 86a16c64db fsd 2022-05-07 09:01:02 +02:00
Aevann1 9ac5dc6462 fsd 2022-05-07 08:09:51 +02:00
Aevann1 ecb6a407bf Merge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-07 08:04:16 +02:00
Aevann1 028563ad7d bgd 2022-05-07 08:04:14 +02:00
Aevann1 5284245cd5 fdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-07 05:31:51 +00:00
Aevann1 1b86af8def fg 2022-05-07 07:28:51 +02:00
Aevann1 427d63dce1 sneed 2022-05-07 05:00:02 +00:00
Aevann1 0ba60ddb3d Merge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-07 06:13:21 +02:00
Aevann1 f2039d7713 sfd 2022-05-07 06:13:19 +02:00
Aevann1 113768feec sneed 2022-05-07 01:00:02 +00:00
Aevann1 a3d16fa3e4 sneed 2022-05-06 05:00:01 +00:00
Aevann1 ca61569b44 nv 2022-05-06 06:55:15 +02:00
TLSM 0447c9c09e Fix remaining emoji-btn clickboxes. (#247)
In line with 1c363303f0, repeat a similar fix for the four remaining
emoji-btns which had wrong clickboxes.
2022-05-06 05:38:20 +02:00
Aevann1 23d897d97b fdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-06 02:02:02 +00:00
Aevann1 ecd9a88baa sneed 2022-05-06 00:00:02 +00:00
Aevann1 f876092e9e dg 2022-05-06 01:45:41 +02:00
Aevann1 e9273c20cb Merge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-06 01:44:33 +02:00
Aevann1 22c2e1240e jh 2022-05-06 01:44:30 +02:00
Aevann1 6137bfcfc8 sneed 2022-05-05 23:00:01 +00:00
Aevann1 b84dd88e51 sfd 2022-05-06 00:58:10 +02:00
Aevann1 1658719447 Merge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-06 00:55:36 +02:00
Aevann1 c5f5342373 sdf 2022-05-06 00:55:34 +02:00
Aevann1 c729555482 gdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-05 21:49:34 +00:00
Aevann1 bb43be278b dg 2022-05-05 23:49:27 +02:00
Aevann1 e18ddd27c2 fdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-05 21:21:58 +00:00
Aevann1 bb515cb0e8 Merge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-05 23:12:11 +02:00
Aevann1 79f3412aae Merge branch 'bussy_refactor' of https://github.com/DrTransmisia/rDrama into frost 2022-05-05 23:12:07 +02:00
TLSM 1137d56de7 Disable chudtexting in quotes. (#245)
Chose to split text into lines because Python regex supports neither
variable-width nor infinite-width negative lookbehinds. This precludes
a simple pure regex solution. Since all replacements are done at the
word level, this has no obvious ill effects.
2022-05-05 22:47:13 +02:00
Aevann1 55256cec7b sneed 2022-05-05 17:00:02 +00:00
Doctor Steven Transmisia 640daf9560 html new line 2022-05-05 16:28:57 +02:00
Doctor Steven Transmisia 0243ba4431 amogus sus 2022-05-05 15:58:12 +02:00
Doctor Steven Transmisia 5d80a8608e le new line 2022-05-05 15:56:59 +02:00
Doctor Steven Transmisia 92ba21135c sussy sus 2022-05-05 15:53:15 +02:00
Doctor Steven Transmisia da4d1d7281 fogot new line 2022-05-05 15:50:34 +02:00
Doctor Steven Transmisia e526a4fd1c re-factoring emoji system\n\nnow should be less CPU intesive although most of the load seems to come from the img loading itself and it is not address in this commit 2022-05-05 15:47:47 +02:00
TLSM a0cfc7bf1c Add admin status git revision. (#244)
Adds a line in admin_home which displays the currently active git
revision. Current methodology is via manually parsing files in .git.
Consider revising if the application ever has access to `git` shell,
which would obviate some minor security concerns around directory
traversal attacks.
2022-05-05 10:46:20 +02:00
TLSM 110278d87f Add typekit to approved hosts. (#243) 2022-05-05 09:57:34 +02:00
carpathianflorist 902a8fa7e3 minor word filter update 2022-05-05 00:19:59 -04:00
Nekobit 1c363303f0 g (#242) 2022-05-05 04:15:23 +02:00
Aevann1 3b552adcc8 Create site_settings.json 2022-05-05 02:41:26 +02:00
Aevann1 6a91759f62 dsMerge branch 'frost' of https://github.com/Aevann1/Drama into frost 2022-05-05 00:39:57 +00:00
Aevann1 2c850c177d sneed 2022-05-05 00:00:02 +00:00
Aevann1 2008bc76c1 cakedays 2022-05-05 01:31:11 +02:00
Aevann1 6b10d097a2 mn 2022-05-05 01:09:46 +02:00