Commit graph

697 commits

Author SHA1 Message Date
b6c98275ca Improved two factor login flow. 2019-03-10 19:27:44 +01:00
1b2804a8b3 Disable two factor authentication on password reset. 2019-03-10 17:01:45 +01:00
b0ac4a3da1 Moved some 2FA stuff into functions. 2019-03-10 16:58:49 +01:00
2f70c3e113 Rehash passwords when required during login. 2019-03-10 16:38:06 +01:00
b2176cd030 Fixed migration page. 2019-03-10 02:05:40 +01:00
305599c8cb Added time based two factor authentication support. 2019-03-10 01:57:19 +01:00
8d5b49b0e8 Set a max-height on bbcode pictures. 2019-03-09 19:02:16 +01:00
9c739e1062 Split auth.php up into multiple files. 2019-03-08 01:35:53 +01:00
4d47d290bf Added experimental request variable access class. 2019-03-07 19:11:24 +01:00
95945fd8fc Flip the landing page columns, closes #154. 2019-03-06 23:49:46 +01:00
ff26ba3d0c Post featured news post links to Twitter. 2019-03-06 14:37:01 +01:00
81b0abfd91 Added Twitter auth command and some base functions. 2019-03-06 11:27:38 +01:00
eafa258d7a Just kidding, this actually fixes it. 2019-03-04 21:25:20 +01:00
cc00641054 Fixed exception while marking entire forums read. 2019-03-04 20:59:46 +01:00
93e89fe8e5 Match the news preview styling with the real page more. 2019-03-03 20:18:03 +01:00
bc7a14f3b7 Use constants in query. 2019-03-03 17:18:03 +01:00
5d4e2c84c8 Adjustments to make the TRIGGER execute properly. 2019-03-03 16:26:23 +01:00
d1b9996764 Statically count topic views. 2019-03-03 16:11:34 +01:00
06d0575831 Fixed bug where migration page would never disappear. 2019-03-03 15:28:36 +01:00
6e5854b165 Some preparations for the activity feed. 2019-03-02 23:49:10 +01:00
bc5c7fb2ff Flip landing page on mobile. 2019-03-02 22:25:35 +01:00
41bce46c7d Sorted the changelog styling out. 2019-03-02 22:04:45 +01:00
0e1eb7c873 Removed dumb comment. 2019-03-02 20:41:35 +01:00
aec69ff19c Moved stats into a single db_query call. 2019-03-02 20:29:41 +01:00
35d7150965 Removed needless caching stuff. 2019-03-02 19:42:50 +01:00
ca8095a138 Update client scripts to use the url registry. 2019-03-01 00:06:28 +01:00
b3963f5c11 Removed old test site related redirect. 2019-02-28 22:55:11 +01:00
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