Commit graph

670 commits

Author SHA1 Message Date
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
fc4b6be7c7 Fixed post editor avatar. 2019-02-28 22:17:59 +01:00
490c3ebda5 Fixed backwards check. 2019-02-28 22:09:51 +01:00
8ee35f33c6 Massive user card overhaul. 2019-02-28 22:06:30 +01:00
3fc514feb6 Memoize perms (why wasn't this done already). 2019-02-27 20:24:17 +01:00
7057ca7855 Fixed typo. 2019-02-27 17:29:38 +01:00
19fb0ffc30 Added more styling to the followers/following page. 2019-02-27 17:26:49 +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
8cebfb6fae Added raw following/followers pages. 2019-02-27 15:05:27 +01:00
86aa0f5cf9 Don't reprepare already prepared statements. 2019-02-27 13:30:07 +01:00
1b0aae2d8c More margin fixes. 2019-02-26 16:14:23 +01:00
4761c9e9f9 Run some cron tasks at a lower frequency (lofreq are run once an hour, hifreq every 10 minutes). 2019-02-26 16:05:05 +01:00
5cabd79702 Recursively count topics and posts. 2019-02-26 15:35:35 +01:00
47b184b551 Fixed forum status margin, closes #144. 2019-02-22 10:33:45 +01:00
fae13defa5 Added super user flag. 2019-02-22 10:05:50 +01:00
bddb4d4874 Fixed wrong base64_encode function being used in auth.php. 2019-02-12 17:49:44 +01:00
f8a3b8bb9b Added lite login model window, closes #79. 2019-02-12 17:38:42 +01:00
dea897456a Merged auth cookies into one. 2019-02-12 16:26:39 +01:00
6181dd25ef Removed rule regarding trivial posts. 2019-02-12 15:14:48 +01:00
181f56bfc7 Updated more static urls. 2019-02-12 15:12:58 +01:00
c60faa9607 Updated forum headers, closes #143. 2019-02-12 15:04:05 +01:00
546f040490 Fixed forum post deletion redirections. 2019-02-06 20:15:30 +01:00
ea881e07f1 Backported some changes to the build script from Kuroko to Misuzu. 2019-02-06 13:54:57 +01:00
9d0b7a9941 Update contact page. 2019-02-05 23:20:51 +01:00
06b34d6133 Removed some old utility functions. 2019-02-05 21:29:37 +01:00
5d36e24fc7 Lock the site during migrations to avoid dumb errors. 2019-02-05 14:39:22 +01:00
cdd7f8d9d7 Fixed another styling issue. 2019-02-05 13:34:09 +01:00
a65777dc3b Fixed styling issue caused by a replace all. 2019-02-05 13:33:33 +01:00
65567d65e4 Turn styled colour input into a global control. 2019-02-05 13:31:52 +01:00
39c9c128c0 Updated user management styling a little bit. 2019-02-04 22:10:00 +01:00
2379d953ac Restyled the manage user listing. 2019-02-04 12:38:20 +01:00
21c2fd9ffe Updated manage roles listing. 2019-02-04 12:15:40 +01:00
fb5ddbeba4 Insert the Preview button before the Submit button. 2019-02-04 11:19:37 +01:00
4b91fd392a Updated news preview styling a little bit. 2019-02-02 01:33:29 +01:00
9a1d05e3d6 Fixed birthday field discrepancy. 2019-02-01 09:27:06 +01:00
e3493aac79 Added posting preview button, closes #125. 2019-01-30 10:19:35 +01:00
0b17ee8bd2 Fixed broken redirect on the forum. 2019-01-29 23:53:07 +01:00
74e7789cba Lowered audit and login history lifetime to six months from a year. 2019-01-28 09:11:31 +01:00
a94ed4ce91 Put cron task queries into an array. 2019-01-28 09:10:56 +01:00
d146cbae61 Started centralising URLs. 2019-01-24 21:54:24 +01:00
7252a7f4cb Updated libraries. 2019-01-24 18:54:10 +01:00
fa655b975c Replace alert() calls with custom message box, closes #130. 2019-01-22 17:38:20 +01:00
df9f270883 // 2019-01-22 17:04:57 +01:00
a560fba80f Removed commented buttons. 2019-01-22 17:03:03 +01:00
6424f646e2 Added hierarchy checks in important places, mostly closes #94. 2019-01-22 16:18:01 +01:00
b170ef315e Display following/followers count on profile, closes #85. 2019-01-22 15:57:12 +01:00
749ace8893 Make links in comments clickable, closes #131 completely. 2019-01-22 15:52:41 +01:00
f1f20eebe2 Bypass avatar and background 404 on profiles when admin, closes #95. 2019-01-22 15:48:26 +01:00
d6eebeee75 Added forum action audit logging. 2019-01-22 15:24:30 +01:00