Commit graph

985 commits

Author SHA1 Message Date
fa80803dd2 Moved user asset loading into the router. 2020-06-09 18:48:35 +00:00
0e885f6311 Added Matomo support. 2020-06-09 17:42:35 +00:00
373a2e4cce Allow CSS and JS to load in private mode. 2020-06-08 03:54:49 +02:00
bd6af0a7c7 Fixed user colour not being correct in chat. 2020-06-07 22:12:58 +00:00
e99625c2ad Fixed a couple oversights. 2020-06-07 20:55:43 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
fa0088a3e9 // oops! 2020-06-05 15:20:07 +00:00
b1d79a929f Fixed override avatars not working. 2020-06-05 15:14:08 +00:00
719d72f756 Use nginx to serve avatars and backgrounds. 2020-06-05 13:09:06 +00:00
d60f36f86f Actually hook up the memoizer for UserRole. 2020-06-05 12:43:04 +00:00
e6b69a23e8 Added [align=] bbcode. 2020-06-05 12:38:28 +00:00
baaf3738f0 Fixed dumb oversight on profiles. 2020-06-04 20:30:46 +00:00
0bf8fde6c2 Rewrote roles code to be OOP. 2020-06-04 18:48:01 +00:00
3521d06cef Minor template clean-up. 2020-06-01 19:38:02 +00:00
a165f9cffd // actually remove old warnings file 2020-06-01 00:34:11 +00:00
73d3552dcb Rewrote warnings system to be OOP, also added permanent warnings. 2020-06-01 00:33:16 +00:00
8602e6a87e Fixed oversight in changelog tag editor. 2020-05-30 23:59:24 +00:00
2d97364f05 Added owner id to comment categories. 2020-05-30 14:46:32 +00:00
1fdded1ad0 Made forum searches case insensitive. 2020-05-29 19:12:01 +00:00
5556891a40 Made user relation code OOP. 2020-05-29 19:07:18 +00:00
2b5faa0aac Made password recovery OOP. 2020-05-29 15:30:49 +00:00
8bd45209a2 Made two factor auth session code OOP. 2020-05-28 17:52:31 +00:00
4657bfa548 Removed old session functions. 2020-05-27 17:11:52 +00:00
a5d79b2306 Moved user validation code into User object. 2020-05-27 17:05:23 +00:00
ae877ad1e3 Fixed comments not working. 2020-05-27 16:02:00 +00:00
f6fc3946d0 Fixed syntax error on the password recovery page. 2020-05-27 15:06:41 +00:00
526609fe2d Added some missing indices to the tables. 2020-05-27 14:37:50 +00:00
94b8efb6f4 Allow spaces instead of underscores for new migration command. 2020-05-27 13:47:52 +00:00
737be27198 Moved 503 check higher up into the startup process.
Since it no longer depends on Twig we don't have to initialise that, removing further points of failure.
2020-05-26 18:59:22 +00:00
e19c5a68ba Updated 503 page to not depend on CSS or Twig existing. 2020-05-26 18:57:35 +00:00
a176107bf8 Added better console command handling. 2020-05-26 18:44:06 +00:00
f3b1c9f70a Fixed canonical url on changelog index. 2020-05-26 13:18:37 +00:00
aa9b506090 Fixed error on topic page. 2020-05-25 22:38:17 +00:00
d2aa478c58 Rewrote session code to be OOP. 2020-05-25 19:58:06 +00:00
58f22c9d74 Replaced get_browser with a MUCH faster library. 2020-05-25 14:33:52 +00:00
174d25d40f Made login attempts functions OOP. 2020-05-25 14:15:17 +00:00
efee8cb67b Chat token class clean-up. 2020-05-22 13:27:23 +00:00
c17897b505 Added base exception class. 2020-05-22 12:35:48 +00:00
378b450a66 Updated contact page. 2020-05-21 15:22:46 +00:00
1213ab26af Clean up Twig exposed functions. 2020-05-21 15:18:46 +00:00
934aadec37 Parse info page markdown in handler rather than in template. 2020-05-21 15:11:58 +00:00
bfe69276b8 Rewrote audit log to be OOP. 2020-05-21 15:05:30 +00:00
fe58673890 Fixed ACTION_UNKNOWN and ACTION_ADDED having the same id. 2020-05-20 18:14:18 +00:00
c365e32d89 Added sanity to changelog code. 2020-05-20 18:09:38 +00:00
4cac71c23e Added classes for handling Accept* headers. 2020-05-19 15:52:18 +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
7b212c2c68 Moved settings.php redirect into the router. 2020-05-17 10:01:07 +00:00
f9962f02f3 // forgot to empty this file 2020-05-16 22:37:42 +00:00
b66eb8ba76 Moved news pages into the router and made news object oriented. 2020-05-16 22:35:11 +00:00