Commit graph

56 commits

Author SHA1 Message Date
24e4ab980c Updated authentication token format. 2023-05-21 18:15:04 +00:00
b141070690 Fixed smart event. 2023-02-24 18:36:32 +00:00
7365a882ad Fixed inability to log in with two factor authentication. 2023-01-07 04:46:49 +00:00
59a09cf4ac Use interface constants instead of a dedicate enum class for config types. 2023-01-06 20:50:41 +00:00
bc03c0756c Remove IPAddress::remote and all implicit resolving of the request remote address. 2023-01-05 18:33:03 +00:00
ce392055b8 Removed IPAddress methods only used by the blacklist. 2023-01-05 17:15:26 +00:00
c0e5e8c9ed Removed IP blacklist for now. 2023-01-05 15:56:36 +00:00
5631f464d2 Restructured config handler. 2023-01-01 20:23:53 +00:00
3c518c48e6 Fixed cookies not being set correctly when running on a non-standard port. 2022-06-06 16:57:45 +02:00
0da24c0aaa Fixed compatibility issues with PHP 8.1. 2022-02-15 22:28:49 +00:00
b7a14de9df Registration adjustments. 2021-08-28 20:36:24 +00:00
d30e73c1ec Fixed login avatar not displaying correctly. 2020-06-16 21:28:32 +00:00
44fc436134 Made user asset handling OOP. 2020-06-07 20:37:03 +00:00
0bf8fde6c2 Rewrote roles code to be OOP. 2020-06-04 18:48:01 +00:00
73d3552dcb Rewrote warnings system to be OOP, also added permanent warnings. 2020-06-01 00:33:16 +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
a5d79b2306 Moved user validation code into User object. 2020-05-27 17:05:23 +00:00
f6fc3946d0 Fixed syntax error on the password recovery page. 2020-05-27 15:06:41 +00:00
d2aa478c58 Rewrote session code to be OOP. 2020-05-25 19:58:06 +00:00
174d25d40f Made login attempts functions OOP. 2020-05-25 14:15:17 +00:00
bfe69276b8 Rewrote audit log to be OOP. 2020-05-21 15:05:30 +00:00
41f1a59b1d Rewrote comments backend. 2020-05-18 21:27:34 +00:00
7c1a3179b1 Make auth cookie available to the entire domain. 2020-04-15 19:59:04 +02:00
2374415327 Fixed two factor authentication. 2020-02-09 21:04:43 +00:00
b4a581087a Massive overhauls. 2019-12-12 01:42:28 +01:00
51f3c47a31 CSRF from Hanyuu. 2019-12-11 19:10:54 +01:00
2728a1fca9 Added TOTP class from Hanyuu. 2019-12-09 04:24:10 +01:00
96ea7772cb Ported Template class from Hanyuu project. 2019-12-04 19:16:22 +01:00
2446789b7d Ported Mailer class from Hanyuu. 2019-12-03 20:09:18 +01:00
7cfdfc6bd8 Made config functions into a static class. 2019-12-03 19:52:20 +01:00
a5481d68a2 Imported Base* classes from Hanyuu project. 2019-12-03 03:00:58 +01:00
d3e6e24107 Fixed namespacing issues. 2019-10-02 21:02:22 +02:00
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