Commit graph

27 commits

Author SHA1 Message Date
55a2424fee Updated to latest Index version. 2024-10-05 02:40:29 +00:00
e708f99fee Updated Index and switched to Carbon for date handling. 2024-08-04 21:37:12 +00:00
af100649d2 Fixed error when trying to access a topic with no posts associated. 2024-02-24 22:03:32 +00:00
712ed3e0c8 Missed one! 2024-02-09 16:07:43 +00:00
1a678f54c6 Fixed forum/topic breadcrumbs. 2024-02-08 15:20:44 +00:00
c62da933d1 Fixed syntax error in post.php. 2023-09-11 19:18:10 +00:00
56b71ba929 Fixed error when trying to view a non-existent topic when logged out. 2023-09-10 21:04:10 +00:00
c6649f1ca8 Attempt at fixing forum issues. 2023-09-10 19:13:36 +00:00
c3827bceff Rewrote URL registry. 2023-09-08 20:40:48 +00:00
a94b905116 Added separate context class for forum stuff and split up handling of each object type. 2023-09-08 13:22:46 +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
e81a032d75 Pluralise Views. 2023-09-06 11:19:54 +00:00
82043f14ff Fixed topic read status check. 2023-09-06 11:19:04 +00:00
d680b29f16 Moved render_info and render_error into Template class. 2023-08-31 15:59:53 +00:00
60a5fb6804 Fixed leaderboard name not retaining the leading 0. 2023-08-31 00:54:17 +00:00
60e33edce9 Append total posts count at the end of the leaderboard. 2023-08-31 00:52:14 +00:00
349cc237c5 Rewrote permissions system. 2023-08-30 22:37:21 +00:00
99cc05f991 Fixed topic type string usage. 2023-08-28 01:41:13 +00:00
265399d343 Rewrote forum backend. 2023-08-28 01:17:34 +00:00
758a052191 Fixed forum post deletion and editing. 2023-08-04 22:49:09 +00:00
c1bf19bc12 Converted all Misuzu style route handlers to Index style ones. 2023-08-04 20:51:02 +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
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
8c52338751 Removed the concept of silencing.
Nothing really implemented it properly or checked for it and the places that did check just handled it as a slightly softer ban.
It's pretty obvious that the existence of this feature was directly taken from osu! where the differentation between a ban and a silence probably makes more sense, though even there Silences are just non-permanent bans, so like why does this exist lol?
Well, it doesn't anymore! Hopefully chat will upgrade successfully because I let it get 18 commits behind :D
2023-07-23 21:47:15 +00:00
a09c8b7ef6 Restructured public folder and initialisation process. 2023-07-19 19:03:53 +00:00