Commit graph

408 commits

Author SHA1 Message Date
85f77eb566 Rewrote Javascript code. 2024-01-24 21:53:26 +00:00
3f867af99b Imported new asset build script. 2024-01-24 18:24:40 +00:00
d81ac56076 Ported boolean attribute support. 2024-01-08 13:36:47 +00:00
42671db410 Fixed markdown styling issues. 2023-12-15 12:56:08 +00:00
7acfa8b30e Updated highlight.js and created new code theme. 2023-12-15 12:47:01 +00:00
d221a1ce8f Return to purple. 2023-11-01 09:36:49 +00:00
4e982333a3 Enable Spookii 2023-10-01 18:44:59 +00:00
c009c1691f Revert "チルノの日"
This reverts commit 2e270edc10.
2025-01-27 20:44:44 +00:00
2e270edc10 チルノの日 2023-09-08 23:07:37 +00:00
cb40f1efce Added counters table for storing numbers of things statically. 2023-07-28 23:17:37 +00:00
eb4fc96b29 Added notice when there's no account logs to display. 2023-07-28 20:36:16 +00:00
d31cc70128 Rewrote user warnings backend. 2023-07-26 22:43:50 +00:00
60cc6643a0 Added new banning system.
it actually works and isn't confusing this time around!
2023-07-26 18:19:48 +00:00
92f18bfe9a Redesigned news post preview information section. 2023-07-25 19:02:00 +00:00
96f9ea7271 Added new moderator notes system. 2023-07-25 14:40:31 +00:00
8c52338751 Removed the concept of silencing.
Nothing really implemented it properly or checked for it and the places that did check just handled it as a slightly softer ban.
It's pretty obvious that the existence of this feature was directly taken from osu! where the differentation between a ban and a silence probably makes more sense, though even there Silences are just non-permanent bans, so like why does this exist lol?
Well, it doesn't anymore! Hopefully chat will upgrade successfully because I let it get 18 commits behind :D
2023-07-23 21:47:15 +00:00
2df94ba0f6 Minor members list redesign. 2023-07-19 18:14:04 +00:00
283044b3b2 Removed overbearing global shadow. 2023-07-19 14:43:49 +00:00
d938ff74c1 Removed server-side relative time. 2023-07-18 23:12:47 +00:00
8339892559 Config class overhaul. 2023-07-18 21:48:44 +00:00
2b92d00b4b Removed timeago library. 2023-07-17 20:14:21 +00:00
271fde9939 Fixed Javascript not working because it's written very poorly. 2023-07-17 14:44:09 +00:00
ace24c8eee Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-15 23:58:17 +00:00
b797e95d75 Apply user colour to header rather than username on profiles. 2023-07-03 13:53:58 +00:00
24e4ab980c Updated authentication token format. 2023-05-21 18:15:04 +00:00
8bfa2def78 Fixed Insert button for uploads inserting with the wrong markup format if the setting was changed after upload. 2023-05-04 17:20:56 +00:00
ac8000f8c8 Removed space inserted before embed tags inserted by EEPROM. 2023-03-15 10:58:55 +00:00
da1d3184bc Added rudimentary EEPROM file uploading support to the forum post editor. 2023-03-09 21:05:37 +00:00
622a9c64ae Allow media linking without https: or http: prefix on forum. 2023-03-09 16:18:52 +00:00
a99c8232b1 Added h1 thru h6 bbcodes. 2023-02-12 03:50:08 +00:00
1f6eb44ab6 Added most active forum category and topic to profiles. 2023-02-10 09:04:15 +00:00
bc8e7f3f43 Forum post text style fixes. 2023-01-29 21:34:22 +00:00
a4ca778428 Enabled video and audio embeds in markdown. 2023-01-29 21:06:03 +00:00
ffc794886c Audio embed previews (no player yet). 2023-01-29 20:29:20 +00:00
74ac42a9ba constipation moment 2023-01-29 03:35:45 +00:00
52e948aadb Improved video embed handling. 2023-01-29 01:51:54 +00:00
dc43ac47f8 Fixed various video embedding bugs. 2023-01-26 22:51:33 +00:00
b23a87ef04 Removed will-change statements because buggy in Chrome. 2023-01-26 08:49:19 +00:00
381afe28c4 Fixed videos not embedding in the posting preview. 2023-01-25 23:03:38 +00:00
e6496378ea Complete revamp of the forum video bbcode.
Rather than blindly embedding everything, video metadata is first requested through the URL metadata lookup service.
This slightly protects you from automatically connecting to third party servers and also vastly improves page loading performance in tandem with caching on the server.
A similar implementation will eventually make its way to the audio bbcode and will also be worked in the img bbcode somehow.
This will then eventually make it possible to embed audio and video in markdown the same way you'd embed an image.
2023-01-25 22:33:59 +00:00
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
64bda9339a Allow hiding values of settings in the overview. 2022-07-05 00:36:36 +00:00
fdb200b36a Added site configuration editor. 2022-07-04 23:25:58 +00:00
d55585372e Ran PHPStan over everything and attempted some fixes. 2022-02-19 19:03:00 +00:00
4a3a28629b So long, spookiness. 2021-10-31 18:22:46 +01:00
deb4dc1089 Enable spookiness. 2021-10-23 19:26:01 +02:00
6d3a24c723 Turned the air conditioner back off. 2021-09-10 13:57:07 +00:00
8bd006a576 Turned on the air conditioner. Don't catch a cold! 2021-09-08 20:59:37 +00:00
f4ca3edddf Fixed header disappearing at 800px width. 2021-09-01 16:08:59 +00:00