Commit graph

48 commits

Author SHA1 Message Date
fa80803dd2 Moved user asset loading into the router. 2020-06-09 18:48:35 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
5556891a40 Made user relation code OOP. 2020-05-29 19:07:18 +00:00
f3b1c9f70a Fixed canonical url on changelog index. 2020-05-26 13:18:37 +00:00
c365e32d89 Added sanity to changelog code. 2020-05-20 18:09:38 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00
0f1b8ee6e4 Moved forum read marking code into the router. 2019-12-15 02:59:19 +01:00
364fa3c24f Router beginnings. 2019-12-13 21:37:17 +01:00
51f3c47a31 CSRF from Hanyuu. 2019-12-11 19:10:54 +01:00
7cfdfc6bd8 Made config functions into a static class. 2019-12-03 19:52:20 +01:00
e1211859a6 Fixed missing namespace 2019-12-03 03:02:32 +01:00
a5481d68a2 Imported Base* classes from Hanyuu project. 2019-12-03 03:00:58 +01:00
9da4b6a123 Added ability to download account data. 2019-09-19 23:55:11 +02:00
81826fe874 Moved all config except database creds into the database. 2019-08-14 21:40:36 +02:00
d2f3eab015 Don't expose manage urls to people without manage access. 2019-07-05 02:17:22 +02:00
045b5d768e Finished emoticon management panel. 2019-07-05 02:14:05 +02:00
46aa7cee81 Initial emoticon management stuff. 2019-07-04 19:27:21 +02:00
119bbdd3e8 Code style updates. 2019-06-10 19:04:53 +02:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
4a96f69edc Manage is now less of mess! 2019-06-10 00:10:59 +02:00
5bc6c0728b Split the changelog manage section up into multiple files. 2019-06-08 23:46:24 +02:00
2a7b1680ad Beginning work on splitting up manage into multiple files. 2019-06-07 19:33:51 +02:00
a2ae5e3d15 Made settings multi-page again. 2019-06-06 22:09:27 +02:00
960e8c091c Use direct references for settings urls. 2019-06-06 21:08:45 +02:00
41cb70c372 Added support for unranking individual topics as well. 2019-05-28 22:07:20 +02:00
6beed3e15f Added ability to list forums as unranked towards to leaderboard. 2019-05-28 22:01:02 +02:00
36a8dbb4b4 Moved news index. 2019-05-13 19:44:08 +02:00
3517a1ace4 Moved some elements of news outside of news.php 2019-05-13 19:02:01 +02:00
967be382f6 Added function to bump topic priority. 2019-05-08 17:46:03 +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
f3a2285509 WIP poll support. 2019-04-18 01:59:33 +02:00
47b40ef4d0 //forgot about this 2019-04-13 18:45:36 +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
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
9e310f0a7e Minimise usage of utility.php and made password entropy function support multibyte strings. 2019-03-25 14:24:10 +01:00
a5459e1120 Revert fucking everything. 2019-03-18 21:47:25 +01:00
7bf60765be Updated more stuff to use RequestVar. 2019-03-18 20:53:05 +01:00
c6826bd4f1 Added profile topic listing (wip). 2019-03-10 22:18:33 +01:00
b6c98275ca Improved two factor login flow. 2019-03-10 19:27:44 +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
17fa18665f Updated profile.php in accordance with user assets no longer being served through it. 2019-02-27 16:32:13 +01:00
5fbad79c23 Moved user asset serving out of profile.php. 2019-02-27 15:46:18 +01:00
d146cbae61 Started centralising URLs. 2019-01-24 21:54:24 +01:00