Commit graph

121 commits

Author SHA1 Message Date
3e7935fb79 Added private messages. 2024-01-30 23:47:02 +00:00
27b3e49e14 Fixed forum post form throwing up the navigation confirmation when it isn't supposed to. 2024-01-25 00:12:53 +00:00
85f77eb566 Rewrote Javascript code. 2024-01-24 21:53:26 +00:00
c7f2cf79e7 Fixed CSRF tokens not being added to URLs that need them. 2023-09-10 20:02:11 +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
fdafd9b129 Switch to Sasae. 2023-08-31 21:33:34 +00:00
c0dbd36cbe Removed html_colour function, moved renamed DateCheck to Tools and moved the country names function into it and use new callable syntax. 2023-08-31 14:55:39 +00:00
99cc05f991 Fixed topic type string usage. 2023-08-28 01:41:13 +00:00
71463fefcc Fixed user colours not showing on forum posts. 2023-08-28 01:32:05 +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
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
070b788038 Cleaned up various utility functions. 2023-07-05 01:33:12 +00:00
c798ce5d61 Added ability to add redirects to deleted topic ids. 2023-04-30 00:18:14 +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
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
758ca53bba Fixed Mark As Read on forum index not working. 2023-01-02 19:50:33 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
0f1b8ee6e4 Moved forum read marking code into the router. 2019-12-15 02:59:19 +01: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
b9f3938b9a Use img tag for post avatars. 2019-09-28 18:56:46 +02:00
e98ed961d4 Quickk-pagination style updates. 2019-07-03 01:54:35 +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
5cdb063f85 Fixed permission checking. 2019-05-09 17:11:42 +02:00
967be382f6 Added function to bump topic priority. 2019-05-08 17:46:03 +02:00
c133c7c7a3 Use wide icons in priority vote forums. 2019-05-08 16:36:22 +02:00
957f32e588 Added basic priority star display. 2019-05-07 21:43:54 +02:00
f87a118527 Added feature forum type. 2019-05-07 11:26:42 +02:00
abd6983b79 Add support for individual forum category icons. 2019-05-05 18:44:47 +02:00
d33f7614d0 Fixed the way polls are displayed in certain situations. 2019-05-05 17:46:57 +02:00
a48d583f33 Fixed tag being closed too early. 2019-05-04 02:34:17 +02:00
244d0f9be0 Polls stuff. 2019-05-04 02:32:43 +02:00
f2d6e8b870 More polls stuff 2019-05-02 23:36:57 +02:00
2f06eedb10 Show count in title again. 2019-05-01 22:34:36 +02:00
3b84f4c9e0 Rewrote forum permission backend (removed all WITH RECURSIVE statements). 2019-04-30 22:55:12 +02:00
f3a2285509 WIP poll support. 2019-04-18 01:59:33 +02:00
d51931cc42 Added forum post submission with CTRL+ENTER. 2019-04-10 20:43:33 +02:00
d9aab7078f Recursively retrieve last post in forum. 2019-04-10 20:16:36 +02:00
a7b82293a6 Added private Forum Leaderboard page. 2019-03-31 18:49:16 +02:00
feb1faab04 Use resized avatars where appropriate. 2019-03-25 21:11:31 +01:00
5d4e2c84c8 Adjustments to make the TRIGGER execute properly. 2019-03-03 16:26:23 +01:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00