534e947522
Merged OAuth2 handling into Misuzu.
2025-02-02 02:09:56 +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
6c7568e261
Updated Index version.
2025-01-29 23:13:17 +00:00
5333a3277f
Read remote address from the right place.
2025-01-29 18:19:33 +00:00
33344541d6
Added ability to scope RoutingContext.
2025-01-29 00:25:53 +00:00
06d0413976
Replaced all / reads with filter_input in public/index.php.
2025-01-28 21:14:48 +00:00
3c10fb0de0
Fixed PHPstan detections.
2024-12-02 02:28:08 +00:00
163e54def1
Forgot half of it.
2024-11-30 04:20:20 +00:00
d103477fe1
Removed getter/setter methods in favour of property hooks and asymmetric visibility.
2024-11-30 04:09:29 +00:00
55a2424fee
Updated to latest Index version.
2024-10-05 02:40:29 +00:00
ac66a3ecea
Fixed chat routes being broken.
2023-09-11 20:36:20 +00:00
6bb9572913
Fixed legacy paths being too / tolerant.
2023-09-11 20:15:48 +00:00
28c97ef8ba
Added Sentry error logging on the server side.
2023-09-10 20:46:58 +00:00
48b767edd4
Added URL registry attributes.
2023-09-10 00:04:53 +00:00
3309f75592
Split auth stuff off into own context.
2023-09-08 00:43:00 +00:00
df970df252
Moved authentication related macros out of MisuzuContext.
2023-09-06 20:06:07 +00:00
ade2460b92
Moved user related stuff into its own context object.
2023-09-06 13:50:19 +00:00
fdafd9b129
Switch to Sasae.
2023-08-31 21:33:34 +00:00
d680b29f16
Moved render_info and render_error into Template class.
2023-08-31 15:59:53 +00:00
aed8c8b126
Added permission for displaying load timings in the footer.
2023-08-31 00:37:09 +00:00
349cc237c5
Rewrote permissions system.
2023-08-30 22:37:21 +00:00
4bdc00fac3
Removed manage.php.
2023-08-28 13:45:36 +00:00
c1bf19bc12
Converted all Misuzu style route handlers to Index style ones.
2023-08-04 20:51:02 +00:00
9ae2a6a39b
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
e000c21987
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
9449af30ef
Removed permissions stuff from the User object.
2023-07-29 18:15:30 +00:00
35598a01a8
Allow non-super users to impersonate select users.
2023-07-28 21:20:19 +00:00
3dd854e383
Don't update last online time and ip address when impersonating.
2023-07-28 20:43:08 +00:00
10ec424a4f
Rewrote Sessions backend.
2023-07-28 20:06:12 +00:00
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