Commit graph

458 commits

Author SHA1 Message Date
92f18bfe9a Redesigned news post preview information section. 2023-07-25 19:02:00 +00:00
eb30b6b718 Fixed error 500 when trying to view a non-existent profile. 2023-07-25 15:03:25 +00:00
26d5abffe5 Allow moderators to view a stripped down version of the user page in the broom closet. 2023-07-25 14:52:51 +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
a894db2052 Rewrite login attempts log to use new database backend. 2023-07-22 16:37:57 +00:00
52aa43dd94 Determine client info on insert rather than on retrieve for speed improvements.
i suppose device detect only ever expects to analyse a single string at once given its made for matomo so it on the slower side for multiple dingusses
2023-07-21 12:47:59 +00:00
1094f8dc67 Fixed error 500 on logs and sessions pages because of dead library. 2023-07-21 11:33:27 +00:00
d870a386cf Improved profile fields code. 2023-07-20 19:36:43 +00:00
67b41379e5 Display full join and seen dates on hover. 2023-07-19 18:18:27 +00:00
2df94ba0f6 Minor members list redesign. 2023-07-19 18:14:04 +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
bd9f59f998 Fixed account data export memory usage. 2023-07-17 19:28:13 +00:00
0930fde6dd Rewrote audit log on new database backend. 2023-07-17 17:43:17 +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
ec74f74624 Rewrote most of the comments backend.g 2023-07-15 23:58:17 +00:00
7d0e907fa8 Show Index and PDO query counts separately in the footer. 2023-07-15 17:15:40 +00:00
f5d14fac14 Rewrote the news backend. 2023-07-15 17:02:46 +00:00
02e80cde61 Fixed various other oversights. 2023-07-15 02:14:39 +00:00
ce01602fb0 Fixed error on main page. 2023-07-15 02:08:13 +00:00
b6c9c6c627 Rewrote the Changelog code. 2023-07-15 02:05:49 +00:00
142ccc3f01 Rewrote backend for emoticons.
Manage actually works this time!!!
2023-07-12 21:52:55 +00:00
50fac1e585 Use the Index DSN to create the PDO based DB instance. 2023-07-11 22:45:23 +00:00
911c12a3b0 Updated info pages. 2023-07-10 23:07:48 +00:00
f9edc5b9cf Switched to Index byte formatter and adjusted max file sizes. 2023-07-05 23:09:28 +00:00
070b788038 Cleaned up various utility functions. 2023-07-05 01:33:12 +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
c798ce5d61 Added ability to add redirects to deleted topic ids. 2023-04-30 00:18:14 +00:00
3ea078df34 Removed Twitter integrations. 2023-03-09 21:38:03 +00:00
da1d3184bc Added rudimentary EEPROM file uploading support to the forum post editor. 2023-03-09 21:05:37 +00:00
3d438ea36f Added editor buttons for video and audio in markdown mode. 2023-03-09 16:27:43 +00:00
1f6eb44ab6 Added most active forum category and topic to profiles. 2023-02-10 09:04:15 +00:00
9c6c7d9786 Made Twitter and Chat link targets in the header configurable. 2023-01-31 16:21:19 +00:00
249294aa0f Fixed 'view full profile' thing showing up on non-existent users while logged out. 2023-01-07 04:47:31 +00:00
c0e5e8c9ed Removed IP blacklist for now. 2023-01-05 15:56:36 +00:00
86e465797d Rewrote Twitter connection (v1.1 -> v2). 2023-01-05 03:20:31 +00:00
e386f2499c Fixed error when trying to use the forum posting form. 2023-01-03 00:31:39 +00:00
a280971e1e Rewrote avatar element contruction as Twig macro. 2023-01-03 00:10:28 +00:00
901add2ce9 Replaced Misuzu Colour library with the Index ones. 2023-01-02 23:48:04 +00:00
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
758ca53bba Fixed Mark As Read on forum index not working. 2023-01-02 19:50:33 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
e8d07f747d Make two factor code input field trigger a numeric keyboard on phones. 2022-12-12 15:49:23 +00:00
3ffcd79ed3 Updated repository URL in the footer. 2022-09-13 14:08:45 +00:00
fdb200b36a Added site configuration editor. 2022-07-04 23:25:58 +00:00
f2fd3ff66f Fixed emoticons manage panel. 2022-07-04 20:39:50 +00:00
c750591782 Fixed user not found error page. 2022-06-06 18:30:02 +02:00