Commit graph

60 commits

Author SHA1 Message Date
c0e5e8c9ed Removed IP blacklist for now. 2023-01-05 15:56:36 +00:00
86e465797d Rewrote Twitter connection (v1.1 -> v2). 2023-01-05 03:20:31 +00:00
08b6358cba Pruned a lot of existing Javascript, comments will receive and overhaul later. 2023-01-02 20:07:55 +00:00
bec238dc97 Removed unused built-in media proxy. 2023-01-01 20:27:25 +00:00
5631f464d2 Restructured config handler. 2023-01-01 20:23:53 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
fdb200b36a Added site configuration editor. 2022-07-04 23:25:58 +00:00
469b4f7859 Replace more things with Index implementations, also bump QR Code library. 2022-03-01 23:14:03 +00:00
d55585372e Ran PHPStan over everything and attempted some fixes. 2022-02-19 19:03:00 +00:00
a363d8d574 Fixed cookie getting lost (attempt). 2021-09-17 20:51:18 +00:00
51bc99e454 Removed chat token creation. 2021-09-17 20:45:20 +00:00
50dee8eeb4 Removed the existing, broken follow system. 2021-08-28 20:25:01 +00:00
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