Commit graph

60 commits

Author SHA1 Message Date
ddedb556be Use new style on the forum. 2018-10-22 00:11:14 +02:00
76cc71b0b8 Removed old use statements. 2018-10-10 00:45:53 +02:00
de8670087a Database stuff is now also procedural, would ya look at that. 2018-10-07 01:30:48 +02:00
8ff10f9d3c Moved storage path into a constant. 2018-10-05 11:14:54 +02:00
c2b3becc14 Changed avatar limitations. 2018-10-05 11:06:39 +02:00
885b76fce3 Removed meta lockdown checks, they're only used once anyway. 2018-10-05 09:52:13 +02:00
c6018d0a4d New config system, define a root dir constant and deprecate more of Application. 2018-10-04 22:30:55 +02:00
f01a6d5372 Made imperative bits of the session system procedural like the rest. 2018-10-03 00:34:05 +02:00
c21d1b65ac cool new CSRF protection system 2018-10-02 21:16:42 +02:00
5097cb812a Removed static.flash.moe references (topic left overs are up for redesign). 2018-10-02 19:31:33 +02:00
fd1a2fd76e Added some experimental background options. 2018-10-01 13:36:38 +02:00
0cda47d5af Move more settings.php into functions. 2018-09-28 00:03:43 +02:00
09490a7599 Removed dead use statements. 2018-09-27 08:48:23 +02:00
b385909298 Don't redirect if there are errors. 2018-09-27 08:42:43 +02:00
bdff37233e Cool new avatar changing UI on profile. 2018-09-26 11:23:36 +02:00
0ef2dc898b cool profile editor v2 2018-09-23 21:12:40 +02:00
1468d22c9c Added styling to about editor. 2018-09-21 11:28:22 +02:00
65e70ce1f8 Moved parser utility functions to their own file. 2018-09-21 10:56:52 +02:00
14340774b9 quick 'n dirty about section 2018-09-20 18:50:11 +02:00
d1c109a84f Missed this one. 2018-09-17 10:13:57 +02:00
bd578c7601 Actually check permissions. 2018-09-17 10:10:32 +02:00
1fe9a4fd92 dropkicked phpunit out, no longer expose Application to Twig and also defines. 2018-09-16 21:45:40 +02:00
38bdef2b74 More background stuff [laptop] 2018-09-16 20:45:49 +02:00
be861868f2 Some initial stuff for profile backgrounds. 2018-09-16 03:37:32 +02:00
f12ac03629 and also au revoir to all object trashy wrappings 2018-09-16 02:21:13 +02:00
bce19a2ed6 Use parse_ini_file instead of custom class. 2018-09-16 01:27:12 +02:00
c8aafe1a07 use mb_ functions on strings 2018-09-15 23:55:26 +02:00
2745dfe0cd Rename global permission constants to make more sense. 2018-08-18 04:31:46 +02:00
248ba3a539 Added delete all sessions button. 2018-08-15 15:36:40 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00
97d2965d7d Allow account detail editing in debug mode when prevent_registration is enabled. 2018-08-12 15:32:07 +02:00
3cd7a0699e Merged the log pages into one. 2018-08-12 15:31:38 +02:00
294380d7bc Merged account and avatar settings pages. 2018-08-11 20:56:54 +02:00
105492154e Display audit log in settings. 2018-07-23 15:29:57 +02:00
031a7f1413 Display current e-mail address in settings. 2018-07-18 03:55:44 +02:00
c32525d489 Add audit log backend stuff. 2018-07-17 19:17:57 +02:00
694837af1e Rewrite avatar upload handling in settings. 2018-07-10 01:50:12 +02:00
d751ded0d4 Fixed e-mail changing in the settings panel. 2018-07-08 21:26:57 +02:00
f924484ac3 Added permissions system. 2018-07-08 21:24:59 +02:00
ffc23c11fd Initial permission stuffs. 2018-07-08 01:24:34 +02:00
d579d2c8e0 Add some basic user management logic. 2018-05-27 03:59:57 +02:00
fca5b423a4 A bunch of housekeeping. 2018-05-27 02:20:35 +02:00
b7507cf495 finishing touches for the baseline (nowhere near done tho) 2018-05-26 22:33:05 +02:00
48f68cfa2d Fix frontend pagination. 2018-05-16 22:48:33 +02:00
966301c21e bye bye ORM (successfully this time!) 2018-05-16 04:58:21 +02:00
85ebfef072 Smol optimisations and fixes a few things, mainly auth.php. 2018-04-26 17:01:59 +02:00
e716af9b5a Removed wonky modules system and added documentation all over. 2018-04-25 00:55:46 +02:00
aa83955c7b Management stuff (also pagination in places). 2018-04-23 05:00:55 +02:00
7e68147716 smol bit of maintenance and also colours 2018-04-17 23:50:21 +02:00
afa9495f29 Disallow e-mail and password changing from test site. 2018-04-14 05:10:47 +02:00