Commit graph

92 commits

Author SHA1 Message Date
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
9449af30ef Removed permissions stuff from the User object. 2023-07-29 18:15:30 +00:00
d938ff74c1 Removed server-side relative time. 2023-07-18 23:12:47 +00:00
ace24c8eee Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-15 23:58:17 +00:00
ec74f74624 Rewrote most of the comments backend.g 2023-07-15 23:58:17 +00:00
7d0e907fa8 Show Index and PDO query counts separately in the footer. 2023-07-15 17:15:40 +00:00
24e4ab980c Updated authentication token format. 2023-05-21 18:15:04 +00:00
3ea078df34 Removed Twitter integrations. 2023-03-09 21:38:03 +00:00
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
3ffcd79ed3 Updated repository URL in the footer. 2022-09-13 14:08:45 +00:00
881426e950 First bits of Indexification. 2022-02-26 01:27:52 +00:00
813d3421bb Landing page redesign. 2021-08-28 17:06:14 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
3521d06cef Minor template clean-up. 2020-06-01 19:38:02 +00:00
ff30523e09 Fixed a couple oversights. 2020-05-18 21:40:21 +00:00
41f1a59b1d Rewrote comments backend. 2020-05-18 21:27:34 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00
21f254a8c0 Updated libraries and class loading code. 2020-05-12 23:09:03 +00:00
0f1b8ee6e4 Moved forum read marking code into the router. 2019-12-15 02:59:19 +01:00
51f3c47a31 CSRF from Hanyuu. 2019-12-11 19:10:54 +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
ff93ddf20e Fixed mobile menu no longer working. 2019-06-10 15:43:55 +02:00
4a96f69edc Manage is now less of mess! 2019-06-10 00:10:59 +02:00
2a7b1680ad Beginning work on splitting up manage into multiple files. 2019-06-07 19:33:51 +02:00
1d00ede29c Search page is now public. 2019-05-13 19:53:37 +02:00
10faf9a844 Fixed mobile menu not checking permissions. 2019-05-07 08:16:26 +02:00
84e9345657 Add support for permission bound navigation items. 2019-05-04 21:41:34 +02:00
20ef18cc82 Reworked permission fetching. 2019-04-30 02:55:10 +02:00
f3a2285509 WIP poll support. 2019-04-18 01:59:33 +02:00
ac6307d0d8 Updated search bar look. 2019-04-14 01:09:40 +02:00
85c41b4d86 Added basic search page. 2019-04-13 18:44:41 +02:00
fc476ac28c Added RSS/Atom feeds to the news section. 2019-04-12 23:37:59 +02:00
d7713b27c1 Make branch name take place of tag name when not in HEAD. 2019-04-11 20:26:32 +02:00
dc854bb7d5 Fixed branch display. 2019-04-10 23:54:50 +02:00
643ea59ee8 Display pre-template load time in footer. 2019-04-10 20:20:35 +02:00
031675e3b0 Display branch name in footer when not in master branch. 2019-04-10 11:31:24 +02:00
feb1faab04 Use resized avatars where appropriate. 2019-03-25 21:11:31 +01:00
724bd29965 Removed experimental enum usage from comment votes table. 2019-03-10 20:00:10 +01:00
9c739e1062 Split auth.php up into multiple files. 2019-03-08 01:35:53 +01:00
ca8095a138 Update client scripts to use the url registry. 2019-03-01 00:06:28 +01:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
5fbad79c23 Moved user asset serving out of profile.php. 2019-02-27 15:46:18 +01:00
f8a3b8bb9b Added lite login model window, closes #79. 2019-02-12 17:38:42 +01:00
65567d65e4 Turn styled colour input into a global control. 2019-02-05 13:31:52 +01:00
d146cbae61 Started centralising URLs. 2019-01-24 21:54:24 +01:00
c70de41222 Added forum signatures. 2019-01-18 23:24:37 +01:00