Commit graph

57 commits

Author SHA1 Message Date
e53f7fdc08 Minor design update for roles list in settings. 2024-12-18 03:26:44 +00:00
308ba33377 Replaced confirm pages with dynamic requests on the forum. 2024-12-18 03:07:48 +00:00
6c723f2ecc Made $x use significantly less ugly. 2024-12-17 21:37:28 +00:00
bc2d7a08d0 Final set of CSRFP -> CSRF renames, use headers instead of POST fields and build CSRF handling into the XHR wrapper. 2024-12-17 21:23:38 +00:00
1f502d83b4 Forgot half of it. 2024-11-30 04:20:20 +00:00
0f45a5f60f Updated to latest Index version. 2024-10-05 02:40:29 +00:00
37d8413118 Updated build script. 2024-06-11 00:48:44 +00:00
760cca0e5d whoops 2024-02-02 21:53:36 +00:00
fe77f1616c Updated to new EEPROM script. 2024-02-02 21:42:40 +00:00
eb81ed7a82 Added notice when recipient is banned. 2024-02-02 02:16:37 +00:00
b80151583e Added private messages. 2024-01-30 23:47:02 +00:00
d8cc208a85 Use accent-color and color-scheme CSS directives. 2024-01-25 18:17:54 +00:00
4b2f9a2fec Fixed Ctrl+Enter submission not working anymore either. 2024-01-25 00:18:56 +00:00
5a70e3f3f1 Include SameSite attribute on cookies. 2024-01-24 22:14:48 +00:00
bd3e055323 Rewrote Javascript code. 2024-01-24 21:53:26 +00:00
ec6ba3f781 Imported new asset build script. 2024-01-24 18:24:40 +00:00
f30cf41f86 Ported boolean attribute support. 2024-01-08 13:36:47 +00:00
133e2f420c Fixed markdown styling issues. 2023-12-15 12:56:08 +00:00
bf65c95490 Updated highlight.js and created new code theme. 2023-12-15 12:47:01 +00:00
19fbe59ddd Return to purple. 2023-11-01 09:36:49 +00:00
9aa2a1431e Enable Spookii 2023-10-01 18:44:59 +00:00
7db43a2acd Revert "チルノの日"
This reverts commit 099bd899ed.
2023-09-09 11:54:33 +00:00
099bd899ed チルノの日 2023-09-08 23:07:37 +00:00
934b016541 Added counters table for storing numbers of things statically. 2023-07-28 23:17:37 +00:00
c5ec94289d Added notice when there's no account logs to display. 2023-07-28 20:36:16 +00:00
2231cd8124 Rewrote user warnings backend. 2023-07-26 22:43:50 +00:00
1d552e907b Added new banning system.
it actually works and isn't confusing this time around!
2023-07-26 18:19:48 +00:00
f4f465d8d8 Redesigned news post preview information section. 2023-07-25 19:02:00 +00:00
3299d73df2 Added new moderator notes system. 2023-07-25 14:40:31 +00:00
ee304af133 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
e678efedf4 Minor members list redesign. 2023-07-19 18:14:04 +00:00
239b0bae61 Removed overbearing global shadow. 2023-07-19 14:43:49 +00:00
319f37a313 Removed server-side relative time. 2023-07-18 23:12:47 +00:00
2f7cddde19 Config class overhaul. 2023-07-18 21:48:44 +00:00
cecfaf4852 Removed timeago library. 2023-07-17 20:14:21 +00:00
96be282a93 Fixed Javascript not working because it's written very poorly. 2023-07-17 14:44:09 +00:00
074e078692 Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
1bb9bd6541 Apply user colour to header rather than username on profiles. 2023-07-03 13:53:58 +00:00
0bb1303413 Updated authentication token format. 2023-05-21 18:15:04 +00:00
5d602bd56f 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
c06993ff1d Removed space inserted before embed tags inserted by EEPROM. 2023-03-15 10:58:55 +00:00
521a8fb0d1 Added rudimentary EEPROM file uploading support to the forum post editor. 2023-03-09 21:05:37 +00:00
9983233184 Allow media linking without https: or http: prefix on forum. 2023-03-09 16:18:52 +00:00
5760e15df5 Added h1 thru h6 bbcodes. 2023-02-12 03:50:08 +00:00
d423c53cde Added most active forum category and topic to profiles. 2023-02-10 09:04:15 +00:00
af6d4aff3a Forum post text style fixes. 2023-01-29 21:34:22 +00:00
03a0dcd948 Enabled video and audio embeds in markdown. 2023-01-29 21:06:03 +00:00
e6e5c873f6 Audio embed previews (no player yet). 2023-01-29 20:29:20 +00:00
a4be74cae3 constipation moment 2023-01-29 03:35:45 +00:00
e1122fb6b9 Improved video embed handling. 2023-01-29 01:51:54 +00:00