Commit graph

54 commits

Author SHA1 Message Date
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
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
2b92d00b4b Removed timeago library. 2023-07-17 20:14:21 +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
3ea078df34 Removed Twitter integrations. 2023-03-09 21:38:03 +00:00
9c6c7d9786 Made Twitter and Chat link targets in the header configurable. 2023-01-31 16:21:19 +00:00
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
813d3421bb Landing page redesign. 2021-08-28 17:06:14 +00:00
2929adcc03 Removed tracking code. 2021-07-31 04:44:01 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
0e885f6311 Added Matomo support. 2020-06-09 17:42:35 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
73d3552dcb Rewrote warnings system to be OOP, also added permanent warnings. 2020-06-01 00:33:16 +00:00
69620fe461 Moving away from LESS and TypeScript part 4 of 4! 2020-05-12 03:13:29 +00:00
67884c3dcc Moving away from LESS and TypeScript part 3 of ?. 2020-05-11 01:17:05 +00:00
da5d7c41e5 Moving away from LESS and TypeScript part 2 of ?. 2020-05-10 18:52:22 +00:00
69b105cddd Moving away from LESS and TypeScript part 1 of ?. 2020-05-10 04:08:22 +00:00
59b5b57515 Include third party assets within the project. 2020-05-09 22:22:07 +00:00
1a40c11a54 Emoticon restructure. 2019-12-09 03:41:34 +01:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
6e5854b165 Some preparations for the activity feed. 2019-03-02 23:49:10 +01:00
d146cbae61 Started centralising URLs. 2019-01-24 21:54:24 +01:00
feea91f89e Made new header public. 2019-01-18 17:00:34 +01:00
f048dd20f5 Header updates (tester only). 2019-01-17 02:46:19 +01:00
b409a18a9d Started work on header redesign (tester-only for now). 2019-01-12 21:43:51 +01:00
3da99a37b6 Send relation actions through AJAX, closes #93. 2018-12-30 23:07:32 +01:00
698ab50435 Finished implementation of warning and banning system, closes #87. 2018-12-28 06:03:42 +01:00
b84121e277 Moved some of the comments javascript stuff to typescript. 2018-11-15 23:53:52 +01:00
061100f0d7 Moved some of the JavaScript stuff to TypeScript. 2018-11-06 23:55:05 +01:00
90d325966d Added TypeScript compilation stuff. 2018-11-05 17:45:22 +01:00
1430b2e692 Updated session manager styling. 2018-10-29 18:55:10 +01:00
f3ba61418d Centralised file input selection. 2018-10-27 20:50:34 +02:00
a5e9cf8b65 Updated header, footer and forum post view. 2018-10-22 22:23:56 +02:00
c25c2d76ed Restyled container titles. 2018-10-22 21:53:21 +02:00
ddedb556be Use new style on the forum. 2018-10-22 00:11:14 +02:00
74712f96fb Templating wrapper updates. 2018-10-19 23:38:32 +02:00
0f79e2015c Refer to tag name rather than branch name in the footer. 2018-10-03 09:54:43 +02:00
c21d1b65ac cool new CSRF protection system 2018-10-02 21:16:42 +02:00
5097cb812a Removed static.flash.moe references (topic left overs are up for redesign). 2018-10-02 19:31:33 +02:00
fd1a2fd76e Added some experimental background options. 2018-10-01 13:36:38 +02:00
a389ddec79 Revert "Experimenting with new colour scheme more"
This reverts commit 27fb701cec.
2018-09-30 23:10:51 +02:00
27fb701cec Experimenting with new colour scheme more 2018-09-29 23:31:44 +02:00
774527c616 uhh updates 2018-09-23 18:31:47 +02:00
aa168ed1d0 Updated auth styles to match site styling. 2018-09-23 03:32:18 +02:00
dd6974855a Always display runtime info to admin. 2018-09-16 21:51:14 +02:00
1fe9a4fd92 dropkicked phpunit out, no longer expose Application to Twig and also defines. 2018-09-16 21:45:40 +02:00
be861868f2 Some initial stuff for profile backgrounds. 2018-09-16 03:37:32 +02:00
acf0dda67a Move auth pages into the main site, slight reduces the immersion break. 2018-08-16 00:22:32 +02:00