Commit graph

1303 commits

Author SHA1 Message Date
70e340be34 Moved webhook handler for changelog into Misuzu. 2021-07-30 22:06:11 +00:00
284230a84c Fixed error on profile when non-existent user is specified. 2021-07-30 22:00:45 +00:00
6d72906851 Fixed msz file mode. 2021-07-30 20:29:03 +00:00
9de494e671 Added user resolve endpoint for Sock Chat. 2021-07-30 22:27:47 +02:00
1589be2245 Update LICENSE 2021-07-10 20:12:09 +02:00
71e905c9a8 Added ban management endpoints for the chat. 2021-03-02 19:40:17 +00:00
b7ff4f6a6e Optimise image assets. 2020-11-03 23:43:57 +01:00
318b3f121b spoopy no more 2020-11-02 20:46:32 +01:00
9385abed97 Added Moon flag. 2020-10-06 22:07:47 +02:00
daea16ee8c Fixed syntax error in forum/post.php. 2020-10-03 03:17:06 +02:00
33afb35c8e // what the fuck happened here 2020-10-02 22:37:47 +02:00
e6389e458b spookii returns 2020-10-01 13:06:12 +02:00
d30e73c1ec Fixed login avatar not displaying correctly. 2020-06-16 21:28:32 +00:00
331b159978 Fixed forum oversights. 2020-06-11 20:30:19 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
5da66e7cf3 Use User class in manage. 2020-06-10 17:50:15 +00:00
90ab9a280b Fixed chat ban loading. 2020-06-09 19:21:20 +00:00
42fc65abbc Fixed private mode not working as expected with the router. 2020-06-09 19:09:59 +00:00
fa80803dd2 Moved user asset loading into the router. 2020-06-09 18:48:35 +00:00
0e885f6311 Added Matomo support. 2020-06-09 17:42:35 +00:00
373a2e4cce Allow CSS and JS to load in private mode. 2020-06-08 03:54:49 +02:00
bd6af0a7c7 Fixed user colour not being correct in chat. 2020-06-07 22:12:58 +00:00
e99625c2ad Fixed a couple oversights. 2020-06-07 20:55:43 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
fa0088a3e9 // oops! 2020-06-05 15:20:07 +00:00
b1d79a929f Fixed override avatars not working. 2020-06-05 15:14:08 +00:00
719d72f756 Use nginx to serve avatars and backgrounds. 2020-06-05 13:09:06 +00:00
d60f36f86f Actually hook up the memoizer for UserRole. 2020-06-05 12:43:04 +00:00
e6b69a23e8 Added [align=] bbcode. 2020-06-05 12:38:28 +00:00
baaf3738f0 Fixed dumb oversight on profiles. 2020-06-04 20:30:46 +00:00
0bf8fde6c2 Rewrote roles code to be OOP. 2020-06-04 18:48:01 +00:00
3521d06cef Minor template clean-up. 2020-06-01 19:38:02 +00:00
a165f9cffd // actually remove old warnings file 2020-06-01 00:34:11 +00:00
73d3552dcb Rewrote warnings system to be OOP, also added permanent warnings. 2020-06-01 00:33:16 +00:00
8602e6a87e Fixed oversight in changelog tag editor. 2020-05-30 23:59:24 +00:00
2d97364f05 Added owner id to comment categories. 2020-05-30 14:46:32 +00:00
1fdded1ad0 Made forum searches case insensitive. 2020-05-29 19:12:01 +00:00
5556891a40 Made user relation code OOP. 2020-05-29 19:07:18 +00:00
2b5faa0aac Made password recovery OOP. 2020-05-29 15:30:49 +00:00
8bd45209a2 Made two factor auth session code OOP. 2020-05-28 17:52:31 +00:00
4657bfa548 Removed old session functions. 2020-05-27 17:11:52 +00:00
a5d79b2306 Moved user validation code into User object. 2020-05-27 17:05:23 +00:00
ae877ad1e3 Fixed comments not working. 2020-05-27 16:02:00 +00:00
f6fc3946d0 Fixed syntax error on the password recovery page. 2020-05-27 15:06:41 +00:00
526609fe2d Added some missing indices to the tables. 2020-05-27 14:37:50 +00:00
94b8efb6f4 Allow spaces instead of underscores for new migration command. 2020-05-27 13:47:52 +00:00
737be27198 Moved 503 check higher up into the startup process.
Since it no longer depends on Twig we don't have to initialise that, removing further points of failure.
2020-05-26 18:59:22 +00:00
e19c5a68ba Updated 503 page to not depend on CSS or Twig existing. 2020-05-26 18:57:35 +00:00
a176107bf8 Added better console command handling. 2020-05-26 18:44:06 +00:00
f3b1c9f70a Fixed canonical url on changelog index. 2020-05-26 13:18:37 +00:00