8e006c7003
Updated RPC library.
2024-11-13 23:30:34 +00:00
0f45a5f60f
Updated to latest Index version.
2024-10-05 02:40:29 +00:00
f547812d5a
Added RPC endpoint for fetching user info.
2024-09-05 20:08:31 +00:00
8a06836985
Added auth RPC routes.
2024-08-25 23:03:46 +00:00
0bf7ca0d52
Replaced internal Flashii ID routes with RPC library.
2024-08-16 19:29:57 +00:00
cc9fccdf18
Updated Index and switched to Carbon for date handling.
2024-08-04 21:37:12 +00:00
400253e04b
Added interop endpoints for Hanyuu.
2024-07-20 19:35:50 +00:00
107d16cf46
Updated Misuzu to new HTTP router.
2024-03-30 03:14:03 +00:00
cb0c64f8ed
Stinky fix for impersonation in chat auth.
2024-02-20 23:56:43 +00:00
8ef11afe02
Check if recipient is actually able to receive messages.
2024-02-02 02:07:29 +00:00
b80151583e
Added private messages.
2024-01-30 23:47:02 +00:00
ec6ba3f781
Imported new asset build script.
2024-01-24 18:24:40 +00:00
c2836719c7
Updated to use Syokuhou config library.
2023-10-20 22:29:28 +00:00
3e49f6e503
Added URL registry attributes.
2023-09-10 00:04:53 +00:00
c3bed1c0e3
Rewrote URL registry.
2023-09-08 20:40:48 +00:00
163da8b213
Added separate context class for forum stuff and split up handling of each object type.
2023-09-08 13:22:46 +00:00
c68279add9
Cleaned up some things I missed.
2023-09-08 01:05:17 +00:00
737c99280e
Make PHPStan happy.
2023-09-08 00:54:19 +00:00
8b0f960c86
Split auth stuff off into own context.
2023-09-08 00:43:00 +00:00
15e96684c2
Moved authentication related macros out of MisuzuContext.
2023-09-06 20:06:07 +00:00
73e4597e16
Rewrote Satori recent forum post fetch.
2023-09-06 19:35:50 +00:00
9b2c409a24
Moved user related stuff into its own context object.
2023-09-06 13:50:19 +00:00
7190a5f4df
Syntactic sugar for mass route registration.
2023-09-06 11:59:44 +00:00
1da6470928
Switch to Sasae.
2023-08-31 21:33:34 +00:00
07a2868159
Rewrote permissions system.
2023-08-30 22:37:21 +00:00
39c6269cf3
Rewrote forum backend.
2023-08-28 01:17:34 +00:00
cf71129153
Converted all Misuzu style route handlers to Index style ones.
2023-08-04 20:51:02 +00:00
00d1d2922d
Changed the way msz_auth is handled.
...
Going forward msz_auth is always assumed to be present, even while the user is not logged in.
If the cookie is not present a default, empty value will be used.
The msz_uid and msz_sid cookies are also still upconverted for some reason but are no longer removed even though there's no active sessions that can possibly have those anymore.
As with the previous change, shit may be broken so report any Anomalies you come across, through flashii-issues@flash.moe if necessary.
2023-08-03 01:35:08 +00:00
383e2ed0e0
Rewrote the user information class.
...
This one took multiple days and it pretty invasive into the core of Misuzu so issue might (will) arise, there's also some features that have gone temporarily missing in the mean time and some inefficiencies introduced that will be fixed again at a later time.
The old class isn't gone entirely because I still have to figure out what I'm gonna do about validation, but for the most part this knocks out one of the "layers of backwards compatibility", as I've been referring to it, and is moving us closer to a future where Flashii actually gets real updates.
If you run into anything that's broken and you're inhibited from reporting it through the forum, do it through chat or mail me at flashii-issues@flash.moe .
2023-08-02 22:12:47 +00:00
57081d858d
Added server side stuff for Satori hooks.
2023-07-29 22:18:20 +00:00
934b016541
Added counters table for storing numbers of things statically.
2023-07-28 23:17:37 +00:00
3148da4403
Rewrote Sessions backend.
2023-07-28 20:06:12 +00:00
461ffbf73b
Rewrote user role handling.
2023-07-27 23:26:05 +00:00
b4d4e8578c
Rewrote TFA session code.
2023-07-27 12:44:50 +00:00
2231cd8124
Rewrote user warnings backend.
2023-07-26 22:43:50 +00:00
1d552e907b
Added new banning system.
...
it actually works and isn't confusing this time around!
2023-07-26 18:19:48 +00:00
3299d73df2
Added new moderator notes system.
2023-07-25 14:40:31 +00:00
dd21fce6e3
Rewrote password recovery token storage using new DB backend.
2023-07-22 21:20:03 +00:00
6e3023a772
Rewrite login attempts log to use new database backend.
2023-07-22 16:37:57 +00:00
e6c826a7d7
Fixed various errors and oversights caught by phpstan.
2023-07-18 22:24:23 +00:00
1a11a8f8ba
Rewrote audit log on new database backend.
2023-07-17 17:43:17 +00:00
074e078692
Use Node for asset building instead of building on the fly every time (feat. minification!)
2023-07-17 14:37:54 +00:00
f24f811acc
Rewrote most of the comments backend.g
2023-07-15 23:58:17 +00:00
6274f7f8d3
Fixed some routing oversights.
2023-07-15 17:45:39 +00:00
472fc0decc
Show Index and PDO query counts separately in the footer.
2023-07-15 17:15:40 +00:00
bff42c26ab
Rewrote the news backend.
2023-07-15 17:02:46 +00:00
76c9cc50f4
Rewrote the Changelog code.
2023-07-15 02:05:49 +00:00
3909cdf762
Rewrote backend for emoticons.
...
Manage actually works this time!!!
2023-07-12 21:52:55 +00:00
f025ee13d0
Rely on NGINX GeoIP2 module for country code lookup.
2023-07-11 00:25:43 +00:00
69d04a7929
Switched to a tools directory for commands.
2023-07-10 22:52:30 +00:00