Commit graph

418 commits

Author SHA1 Message Date
73d3552dcb Rewrote warnings system to be OOP, also added permanent warnings. 2020-06-01 00:33:16 +00:00
2d97364f05 Added owner id to comment categories. 2020-05-30 14:46:32 +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
a5d79b2306 Moved user validation code into User object. 2020-05-27 17:05:23 +00:00
f6fc3946d0 Fixed syntax error on the password recovery page. 2020-05-27 15:06:41 +00:00
aa9b506090 Fixed error on topic page. 2020-05-25 22:38:17 +00:00
d2aa478c58 Rewrote session code to be OOP. 2020-05-25 19:58:06 +00:00
174d25d40f Made login attempts functions OOP. 2020-05-25 14:15:17 +00:00
bfe69276b8 Rewrote audit log to be OOP. 2020-05-21 15:05:30 +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
f9962f02f3 // forgot to empty this file 2020-05-16 22:37:42 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00
4871df92f9 Removed user_password_verify_db() and user_exists(). 2020-05-14 22:18:39 +00:00
ca0f1ecb39 Made the router code less janky. 2020-05-14 21:39:38 +00:00
21f254a8c0 Updated libraries and class loading code. 2020-05-12 23:09:03 +00:00
69b105cddd Moving away from LESS and TypeScript part 1 of ?. 2020-05-10 04:08:22 +00:00
c735bbbd45 // unused file 2020-05-09 22:25:27 +00:00
59b5b57515 Include third party assets within the project. 2020-05-09 22:22:07 +00:00
7c1a3179b1 Make auth cookie available to the entire domain. 2020-04-15 19:59:04 +02:00
2374415327 Fixed two factor authentication. 2020-02-09 21:04:43 +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
7ef2a4d3a5 Added chat tokens to data dump. 2019-12-14 19:05:23 +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
b4a581087a Massive overhauls. 2019-12-12 01:42:28 +01:00
51f3c47a31 CSRF from Hanyuu. 2019-12-11 19:10:54 +01:00
2728a1fca9 Added TOTP class from Hanyuu. 2019-12-09 04:24:10 +01:00
1a40c11a54 Emoticon restructure. 2019-12-09 03:41:34 +01:00
b9d0c721ad PADORU PADORU 2019-12-06 02:42:52 +01:00
7b910c49bb // I FORGOT TO COMMIT THE FILES AHAHAHAHA 2019-12-06 02:04:10 +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
7ef749fb9e Reduced SQL queries on profile update. 2019-12-04 00:59:47 +01:00
d4e4b17a42 Improved image resizing code and added GD fallback. 2019-12-04 00:45:34 +01:00
2446789b7d Ported Mailer class from Hanyuu. 2019-12-03 20:09:18 +01:00
7cfdfc6bd8 Made config functions into a static class. 2019-12-03 19:52:20 +01:00
a5481d68a2 Imported Base* classes from Hanyuu project. 2019-12-03 03:00:58 +01:00
078dcd542e Fixed cool error I wasn't getting in dev. 2019-12-03 02:35:22 +01:00
216e46eb59 Made the error page when a role has no members less jarring. 2019-12-03 02:28:56 +01:00
0cb7aacf39 Added profile field values table to data export. 2019-12-03 02:13:44 +01:00
fe1562fd86 Reworked profile field handling. 2019-12-03 02:06:36 +01:00
d3e6e24107 Fixed namespacing issues. 2019-10-02 21:02:22 +02:00
f8e8fa4e37 Use object for logging in. 2019-09-29 19:05:06 +02:00