Commit graph

766 commits

Author SHA1 Message Date
fa9059a9d9 Rewrote client side code for the comment system. 2018-12-11 00:43:50 +01:00
d3531fc2c1 // More comments system updates. 2018-12-10 00:56:36 +01:00
418ab0fcb2 Added Nintendo Switch friend code profile field. 2018-12-07 19:02:55 +01:00
825899beea Removed hardcoded permissions. Fixes #74. 2018-12-05 16:06:34 +01:00
e9ec03608c Removed avatar changing field from management panel. Closes #80. 2018-12-01 13:35:42 +01:00
b9c8a967fa Make url_construct a function instead of a filter. 2018-12-01 12:57:23 +01:00
85b0ba4ba2 Removed old informational pages. 2018-11-29 23:26:27 +01:00
e7cddfd37e Added personal role management. 2018-11-17 21:37:18 +01:00
061100f0d7 Moved some of the JavaScript stuff to TypeScript. 2018-11-06 23:55:05 +01:00
f690679412 Added permissions override flag to table structure. 2018-11-03 17:44:19 +01:00
c20a9bf3d5 Account for stale threads in the forum read status check. 2018-11-03 00:01:05 +01:00
32ac6816f7 Added markdown styling. 2018-11-01 22:35:10 +01:00
366ea2710a Moved Twig functions and filters into an Extension class. 2018-10-29 23:00:49 +01:00
485749c997 Added per-session activity timestamp. 2018-10-29 22:23:53 +01:00
d832b59905 Updated everything to use new table names. 2018-10-29 22:18:53 +01:00
67d59d90bf Massively cleaned up settings.php. 2018-10-29 20:12:06 +01:00
f3ba61418d Centralised file input selection. 2018-10-27 20:50:34 +02:00
7884c98f7e Fully moved profile, avatar and background editing to on-profile. 2018-10-27 03:20:27 +02:00
db56958c64 Fixed cool oversights in news functionality. 2018-10-22 23:18:13 +02:00
c25c2d76ed Restyled container titles. 2018-10-22 21:53:21 +02:00
b8a30fae6c Recursive forum accent colours! 2018-10-21 23:53:32 +02:00
74712f96fb Templating wrapper updates. 2018-10-19 23:38:32 +02:00
df77983a7c Removed old git_branch() function, we're using tags now. 2018-10-19 22:47:47 +02:00
164513d0e6 // she thought 2018-10-19 10:44:38 +02:00
4d5ce2dc19 Fixed forum read checking logic! 2018-10-19 10:14:06 +02:00
9f9b602e75 Prep for category accent colours. 2018-10-16 23:38:17 +02:00
880668a6f6 Updated forum post styling. 2018-10-15 23:57:16 +02:00
f630d3d91b Don't include deleted comments in counter. 2018-10-14 20:11:27 +02:00
9737659317 Fixed deleted comments being included in count. 2018-10-12 19:35:38 +02:00
7b33ef088d Fixed news tables and finished the shoddy news management panel. 2018-10-11 23:43:52 +02:00
6d39c6e3c9 News but everything is a function. 2018-10-10 11:21:57 +02:00
76cc71b0b8 Removed old use statements. 2018-10-10 00:45:53 +02:00
39ff56a6b7 Added horribad quote administration thing. 2018-10-10 00:36:54 +02:00
836f7272c5 Add chat quotes to front page. 2018-10-09 23:09:54 +02:00
1785aae6eb Moved password recovery code into its own file. 2018-10-08 14:59:58 +02:00
daae61aacf Move avatar and background functions into their own files. 2018-10-08 14:29:18 +02:00
de8670087a Database stuff is now also procedural, would ya look at that. 2018-10-07 01:30:48 +02:00
fb93b908c9 Caching but it's procedural now. 2018-10-07 00:40:14 +02:00
a480678b11 // this doesn't work sadly 2018-10-05 13:04:43 +02:00
45b75f79cd Removed Application class! (finally) 2018-10-05 13:01:52 +02:00
1f22a1e4b9 Moved GeoIP stuff into its own folder. 2018-10-05 13:00:37 +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
818a8a9ade Removed prevent_registration config var, functionally replaced by the Private section. 2018-10-05 09:36:16 +02:00
7ab2c69f5c Removed getPrivateInfo from Application class. 2018-10-05 09:33:26 +02:00
3c41231985 Use ARGON2ID if available for password hashing (prep for PHP 7.3). 2018-10-05 09:09:59 +02:00
0c0ff7126d Removed leftover use statements at the top of Application. 2018-10-05 01:29:18 +02:00
2c151fd68c E-mailing: now more procedurally wrapped OOP than ever! 2018-10-04 23:53:37 +02:00
c6018d0a4d New config system, define a root dir constant and deprecate more of Application. 2018-10-04 22:30:55 +02:00