Commit graph

23 commits

Author SHA1 Message Date
f8e8fa4e37 Use object for logging in. 2019-09-29 19:05:06 +02:00
6a9c6cd15a Added namespaces to all files in public. 2019-09-29 00:43:51 +02:00
1b51cc99dc Allow login on http. 2019-08-14 21:44:30 +02:00
81826fe874 Moved all config except database creds into the database. 2019-08-14 21:40:36 +02:00
119bbdd3e8 Code style updates. 2019-06-10 19:04:53 +02:00
23f09fbae3 Fixed logging out. 2019-06-10 17:24:22 +02:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
5bc6c0728b Split the changelog manage section up into multiple files. 2019-06-08 23:46:24 +02:00
960e8c091c Use direct references for settings urls. 2019-06-06 21:08:45 +02:00
fe5fa2b7a8 Restored password confirmation during registration. 2019-05-12 15:39:56 +02:00
7a9462d660 Fixed login password update error, closes #186. 2019-04-30 03:05:32 +02:00
f81e8a513d Prevent soft-deleted users from being logged in. 2019-04-29 23:50:20 +02:00
1ab30af87f Display a notice if a password has been invalidated. 2019-04-29 23:42:42 +02:00
9f472d2693 Stricter checking on GET variables. 2019-03-18 23:02:30 +01:00
d7e2f811ed Dropkick RequestVar 2019-03-18 22:30:19 +01:00
a5459e1120 Revert fucking everything. 2019-03-18 21:47:25 +01:00
af8e86ea09 Reduced ->value calls. 2019-03-18 20:59:46 +01:00
68db9ce243 Allow login with previous 2FA code as well, closes #163. 2019-03-18 13:17:46 +01:00
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
2f70c3e113 Rehash passwords when required during login. 2019-03-10 16:38:06 +01:00
305599c8cb Added time based two factor authentication support. 2019-03-10 01:57:19 +01:00
9c739e1062 Split auth.php up into multiple files. 2019-03-08 01:35:53 +01:00