Commit graph

30 commits

Author SHA1 Message Date
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
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
d938ff74c1 Removed server-side relative time. 2023-07-18 23:12:47 +00:00
da1d3184bc Added rudimentary EEPROM file uploading support to the forum post editor. 2023-03-09 21:05:37 +00:00
3d438ea36f Added editor buttons for video and audio in markdown mode. 2023-03-09 16:27:43 +00:00
e386f2499c Fixed error when trying to use the forum posting form. 2023-01-03 00:31:39 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
b4a581087a Massive overhauls. 2019-12-12 01:42:28 +01:00
0661ca5918 Goodbye background-image hacks! 2019-09-28 21:21:23 +02:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
6bbe9bf441 Fixed prompt showing up when submitting. 2019-06-05 17:28:02 +02:00
97020c8ca9 Added post editor buttons. 2019-05-12 16:27:03 +02:00
d51931cc42 Added forum post submission with CTRL+ENTER. 2019-04-10 20:43:33 +02:00
feb1faab04 Use resized avatars where appropriate. 2019-03-25 21:11:31 +01:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
fc4b6be7c7 Fixed post editor avatar. 2019-02-28 22:17:59 +01:00
e3493aac79 Added posting preview button, closes #125. 2019-01-30 10:19:35 +01:00
c70de41222 Added forum signatures. 2019-01-18 23:24:37 +01:00
96c665bfd5 Cleaned up random queries, closes #132. 2019-01-18 18:08:19 +01:00
b84b4475fc Fixed editor discarding existing content when failing, closes #112. 2019-01-01 04:48:48 +01:00
8c7aad6d16 Added dropdown for selecting topic type in editor. 2018-12-30 20:51:32 +01:00
c025a2c88e Allow editing of the topic name when editing the original post. 2018-12-30 04:23:04 +01:00
28205006c5 Make title in reply mode clickable to return to the topic page. 2018-12-30 04:07:42 +01:00
e3d4d41a9a Added post editing, closes #97. 2018-12-30 04:02:35 +01:00
e70a22e104 Redid the topic create/reply form. 2018-12-27 05:25:51 +01:00
f03b37e0c6 Fixed inability to view topics ever and also added icons. 2018-12-27 03:59:57 +01:00
ddedb556be Use new style on the forum. 2018-10-22 00:11:14 +02:00
b8a30fae6c Recursive forum accent colours! 2018-10-21 23:53:32 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00
Renamed from views/mio/forum/posting.twig (Browse further)