Commit graph

1464 commits

Author SHA1 Message Date
604771aac3 Bumped VERSION. 2025-02-20 02:23:25 +00:00
7353553de7 Rewrote the comments system. (#1)
old one basically bitrotted to death, may it rinse in prosciutto

Reviewed-on: #1
Co-authored-by: flashwave <me@flash.moe>
Co-committed-by: flashwave <me@flash.moe>
2025-02-20 02:19:32 +00:00
6b2bfb726f Added ability to filter search by topic. 2025-02-11 02:41:49 +00:00
e1cb500f99 Use .env file instead of local config. 2025-02-09 23:34:28 +00:00
4110cd5190 Moved constants out of misuzu.php. 2025-02-09 20:44:10 +00:00
1d54d41f6b No longer use random anonymous object for asset info. 2025-02-09 19:58:09 +00:00
bac889787a Moved database methods into own context class. 2025-02-09 17:39:48 +00:00
21a730d189 Cleaned up use statements in misuzu context. 2025-02-09 16:52:46 +00:00
7bf9a7eedd Made certain strings less ugly. 2025-02-09 16:41:09 +00:00
cc37b7cad3 Added user name history beginnings. 2025-02-09 01:32:35 +00:00
7f7e644069 Fixed detections. 2025-02-09 00:28:28 +00:00
f39e1230c5 Moved passwords out of the users table. 2025-02-09 00:26:12 +00:00
7f85abba6e Made timestamps be at the end of the users table like every other table. 2025-02-08 23:24:29 +00:00
372797c564 Moved profile about sections into their own table. 2025-02-08 23:20:53 +00:00
8bb2400d3f Moved forum signatures into dedicated table. 2025-02-08 22:52:36 +00:00
d1173c6e0f Fixed collections on the ENUM columns. 2025-02-08 21:27:50 +00:00
31d89a08bf Moved profile background settings out of the users table. 2025-02-08 21:20:44 +00:00
9f5076cc77 Fixed missing closing parenthesis. 2025-02-08 18:00:07 +00:00
d9f35594e7 Changed internal parser selection value from integers to a string enum. 2025-02-08 17:51:18 +00:00
4d53565139 Fixed query oversights. 2025-02-08 15:17:03 +00:00
179b9aaa08 Included new tables in account data exports. 2025-02-08 03:08:08 +00:00
a0f5444292 Added id to the audit logs table. 2025-02-08 02:51:03 +00:00
4a3d63c065 Ran PHPstan checks. 2025-02-08 02:45:41 +00:00
c28e0a90dd Moved birthdate into separate table. 2025-02-08 02:43:54 +00:00
2c4d35e2dd That's not nullable, oops. 2025-02-08 01:50:59 +00:00
b13cc7804d Moved TOTP codes out of the main users table. 2025-02-08 01:36:33 +00:00
3897dc13fe Removed bogus data scripts. 2025-02-08 01:29:25 +00:00
e46a4ffe1d Bumped minimum MariaDB version. 2025-02-08 01:11:53 +00:00
497bc5323d Made database column names more consistent across the board. 2025-02-07 23:10:41 +00:00
22f216a6a9 Removed unused CSS stuff. 2025-02-07 00:12:13 +00:00
b49868e9c7 Removed 'is'. 2025-02-06 21:12:13 +00:00
2d6f9d0f1b Moved common JS and CSS to separate file. 2025-02-02 21:27:31 +00:00
584546a8f7 Removed RPC stuff for Flashii ID. 2025-02-02 20:25:58 +00:00
8f63b57c0c Improved flow for using OAuth2 while logged out. 2025-02-02 19:51:05 +00:00
8be630531a Only serve ID stuff on main domain and just redirect the id.flashii.net URLs. 2025-02-02 19:31:06 +00:00
6e0726fd3f Fixed chat login using Bearer token. 2025-02-02 02:34:51 +00:00
ab1bcaebc0 Added missing housekeeping cronjob. 2025-02-02 02:28:09 +00:00
534e947522 Merged OAuth2 handling into Misuzu. 2025-02-02 02:09:56 +00:00
1994a9892d Updated lockfile. 2025-01-30 21:33:20 +00:00
b3112ce433 Speedrunned Bluesky integration for news posts. 2025-01-30 21:31:38 +00:00
0701298fa1 Explicitly disable templating cache for tools/render-tpl. 2025-01-30 14:59:02 +00:00
269dc78919 Fixed broom closet index being visible while logged out??? 2025-01-30 14:55:20 +00:00
3e14f63bdb Redid HTTP error pages. 2025-01-30 14:52:01 +00:00
312be0e7fe Added Bluesky link where the Twitter link used to be. 2025-01-30 13:04:43 +00:00
eb88cc0999 Updated Font Awesome. 2025-01-30 13:03:25 +00:00
a09bdb5fc3 Added template layer below the master template in preparation for other things. 2025-01-30 12:07:59 +00:00
720d36dd23 Added script for rendering templates in console. 2025-01-30 11:46:04 +00:00
8f532492c4 Bump VERSION. 2025-01-29 23:57:50 +00:00
9e5945cbd4 Initial implementation of the dependency injector thingy. 2025-01-29 23:56:56 +00:00
d462ee0594 Added Data suffix where applicable. 2025-01-29 23:36:35 +00:00