Commit graph

85 commits

Author SHA1 Message Date
60cc6643a0 Added new banning system.
it actually works and isn't confusing this time around!
2023-07-26 18:19:48 +00:00
20c528a88c Normalised custom exception usage in user classes.
Also updated the Index library to include the MediaType fix.
2023-07-22 15:02:45 +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
f5d8914991 Removed lockdown feature for now. 2023-07-19 19:04:57 +00:00
a09c8b7ef6 Restructured public folder and initialisation process. 2023-07-19 19:03:53 +00:00
5f0e94350f Changed name of context class and global variable. 2023-01-06 20:35:03 +00:00
56911715fe Added root context class, moved routes into it and removed _sockchat.php redirect. 2022-02-28 19:47:50 +00:00
ac30c42285 Fixed issues with chat authentication. 2022-02-27 17:17:55 +00:00
881426e950 First bits of Indexification. 2022-02-26 01:27:52 +00:00
96e266b1fc Moved profile check into Misuzu. 2022-02-14 21:26:30 +00:00
a28b5b275c An attempt at adding the token fetching thing to Misuzu. 2022-02-14 20:52:09 +00:00
9de494e671 Added user resolve endpoint for Sock Chat. 2021-07-30 22:27:47 +02:00
71e905c9a8 Added ban management endpoints for the chat. 2021-03-02 19:40:17 +00:00
fa80803dd2 Moved user asset loading into the router. 2020-06-09 18:48:35 +00:00
c365e32d89 Added sanity to changelog code. 2020-05-20 18:09:38 +00:00
41f1a59b1d Rewrote comments backend. 2020-05-18 21:27:34 +00:00
7b212c2c68 Moved settings.php redirect into the router. 2020-05-17 10:01:07 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00
ca0f1ecb39 Made the router code less janky. 2020-05-14 21:39:38 +00:00
69b105cddd Moving away from LESS and TypeScript part 1 of ?. 2020-05-10 04:08:22 +00:00
355b30bad8 // fuck 2019-12-15 03:12:01 +01:00
0f1b8ee6e4 Moved forum read marking code into the router. 2019-12-15 02:59:19 +01:00
c7f06979b2 //moving computers 2019-12-14 23:47:36 +01:00
6c4613953a Added SharpChat endpoints to main Misuzu source. 2019-12-14 01:52:38 +01:00
364fa3c24f Router beginnings. 2019-12-13 21:37:17 +01:00
96ea7772cb Ported Template class from Hanyuu project. 2019-12-04 19:16:22 +01:00
9cee637094 // didn't realise not-found.php was so smol 2019-12-04 01:12:15 +01:00
112b71b481 Add 404 handler to index.php. 2019-12-04 01:08:42 +01:00
7cfdfc6bd8 Made config functions into a static class. 2019-12-03 19:52:20 +01:00
d47052d1b4 Rewrote database stuff. 2019-09-29 00:38:39 +02:00
81826fe874 Moved all config except database creds into the database. 2019-08-14 21:40:36 +02:00
119bbdd3e8 Code style updates. 2019-06-10 19:04:53 +02:00
6ecb590c57 Hardcoded changelog actions. 2019-04-12 00:31:23 +02:00
aa10601c1b Fixed newest user not showing up. 2019-03-23 15:53:15 +01:00
6e5854b165 Some preparations for the activity feed. 2019-03-02 23:49:10 +01:00
aec69ff19c Moved stats into a single db_query call. 2019-03-02 20:29:41 +01:00
35d7150965 Removed needless caching stuff. 2019-03-02 19:42:50 +01:00
205b019cef Added baseline for birthday field. 2019-01-18 15:11:15 +01:00
e9a1f59b4f Nuked the stale chat quotes code, rewrite when the chat actually exists. 2019-01-10 23:59:24 +01:00
81e16bfad1 Sort last online users by time rather than random. 2018-12-31 02:41:53 +01:00
514f7c4513 A bunch of front page updates. 2018-12-31 02:37:47 +01:00
b3d04b138a Some index adjustments. 2018-12-30 18:36:57 +01:00
7f36672c0d Restored accidental cache disable. 2018-12-27 04:26:08 +01:00
74910eddb6 Added CIDR IP range checking function, closes #88. 2018-12-24 19:58:12 +01:00
a37f48fdd6 //cidr stuff 2018-12-22 18:03:58 +01:00
1042f0f6f7 // unfuck the permissions a bit so i can push to release 2018-12-16 22:52:41 +01:00
e9bda13078 Use avatars for the online users box. 2018-11-17 23:44:58 +01:00
095acb829d Added subtle reminder to split the homepage up in two parts. 2018-10-31 10:44:07 +01:00
d832b59905 Updated everything to use new table names. 2018-10-29 22:18:53 +01:00
c25c2d76ed Restyled container titles. 2018-10-22 21:53:21 +02:00