Commit graph

735 commits

Author SHA1 Message Date
b49868e9c7 Removed 'is'. 2025-02-06 21:12:13 +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
534e947522 Merged OAuth2 handling into Misuzu. 2025-02-02 02:09:56 +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
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
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
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
6c7568e261 Updated Index version. 2025-01-29 23:13:17 +00:00
f2233c5390 Built redirector service into Misuzu. 2025-01-29 21:08:13 +00:00
33344541d6 Added ability to scope RoutingContext. 2025-01-29 00:25:53 +00:00
32c9a09d4a Alter output of /v1/me if banned. 2025-01-03 19:14:48 +00:00
20ed8cd59f Moved topic listing into the router. 2024-12-20 00:29:14 +00:00
50b2322c8c p= -> page= for forum categories. 2024-12-20 00:10:20 +00:00
471a054030 Moved forum category views into the router. 2024-12-19 23:41:52 +00:00
b5f0f6cda6 Shortcut for pagination appending. 2024-12-19 02:27:28 +00:00
7d710e2d02 Use nextParameter instead of addParameter and manually counting where possible. 2024-12-19 02:23:05 +00:00
d3f9c299af Rewrote the Pagination handler. 2024-12-19 01:22:26 +00:00
02adfa1f4f Moved forum index into the router. 2024-12-18 23:58:53 +00:00
265e8f2d4b Replaced confirm pages with dynamic requests on the forum. 2024-12-18 03:07:48 +00:00
312c4d2968 Final set of CSRFP -> CSRF renames, use headers instead of POST fields and build CSRF handling into the XHR wrapper. 2024-12-17 21:23:38 +00:00
45b75a92ee Fixed migrations being impossible to run on a clean database. 2024-12-17 20:32:09 +00:00
0e64d85393 Raised checking level from 5 to 6. 2024-12-02 21:33:15 +00:00
3c10fb0de0 Fixed PHPstan detections. 2024-12-02 02:28:08 +00:00
db427363f7 Fixed oversight... 2024-11-30 15:30:30 +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
2cb2918533 Added simpler avatar URL field. 2024-11-22 20:57:02 +00:00
4569911739 Reordered output cus it was bothering me. 2024-11-21 20:05:56 +00:00
29c7766793 Added option to include e-mail address in user rpc call. 2024-11-21 19:37:04 +00:00
6efda5a1a7 Count loads of old emote endpoint in case I forgot to replace anywhere. 2024-11-14 04:13:57 +00:00
06b9d28a47 Added RPC for emotes list. 2024-11-14 02:44:02 +00:00
8fc998621b Updated RPC library. 2024-11-13 23:30:34 +00:00
db9e60a018 Fixed some URLs not getting registered properly. 2024-10-05 15:28:56 +00:00
2f5db64982 Fixed casing oversight. 2024-10-05 14:39:43 +00:00
99a592dcce Removed all references to the IPAddress class. 2024-10-05 14:22:14 +00:00
1d62db8de6 Fixed undropkicked I. 2024-10-05 03:36:53 +00:00
55a2424fee Updated to latest Index version. 2024-10-05 02:40:29 +00:00
83f94debc7 Use attributes for JSON encoding. 2024-09-30 17:38:08 +00:00
aabffb7b30 Added optional string role IDs for the API. 2024-09-16 21:44:37 +00:00
2b1691ae26 Added RPC endpoint for fetching user info. 2024-09-05 20:08:31 +00:00
76443a5d1a Added auth RPC routes. 2024-08-25 23:03:46 +00:00
bed2216717 Fixed return type. 2024-08-18 20:54:39 +00:00
ccaca7eaac Replaced internal Flashii ID routes with RPC library. 2024-08-16 19:29:57 +00:00