|
e50cb31a6e
|
// forgot the init call!
|
2019-12-03 20:12:17 +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 |
|
|
fe1562fd86
|
Reworked profile field handling.
|
2019-12-03 02:06:36 +01:00 |
|
|
0ab653e9e2
|
Removed explicit gzip.
|
2019-11-02 19:05:55 +01:00 |
|
|
c4cd40eb11
|
// can't be bothered to come up with a proper comment
|
2019-09-29 03:46:48 +02:00 |
|
|
fbd25a443a
|
Fixed registration of error handlers.
|
2019-09-29 01:53:22 +02:00 |
|
|
55bdaa8c83
|
Fixed migration oversight.
|
2019-09-29 00:53:36 +02:00 |
|
|
d47052d1b4
|
Rewrote database stuff.
|
2019-09-29 00:38:39 +02:00 |
|
|
87a2ce77f8
|
Updated migration template.
|
2019-08-14 21:48:09 +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 |
|
|
46aa7cee81
|
Initial emoticon management stuff.
|
2019-07-04 19:27:21 +02:00 |
|
|
119bbdd3e8
|
Code style updates.
|
2019-06-10 19:04:53 +02:00 |
|
|
5bc6c0728b
|
Split the changelog manage section up into multiple files.
|
2019-06-08 23:46:24 +02:00 |
|
|
36a0c750e8
|
Lowered retention for login history and account actions.
|
2019-06-06 21:15:36 +02:00 |
|
|
0da70b46cd
|
Bump cookie lifetime as well if session is set to bump lifetime.
|
2019-05-29 14:16:58 +02:00 |
|
|
2b5151bf2a
|
Removed all uses of .
|
2019-05-07 10:08:27 +02:00 |
|
|
3b84f4c9e0
|
Rewrote forum permission backend (removed all WITH RECURSIVE statements).
|
2019-04-30 22:55:12 +02:00 |
|
|
20ef18cc82
|
Reworked permission fetching.
|
2019-04-30 02:55:10 +02:00 |
|
|
f81e8a513d
|
Prevent soft-deleted users from being logged in.
|
2019-04-29 23:50:20 +02:00 |
|
|
f3a2285509
|
WIP poll support.
|
2019-04-18 01:59:33 +02:00 |
|
|
a7b82293a6
|
Added private Forum Leaderboard page.
|
2019-03-31 18:49:16 +02:00 |
|
|
30e534c702
|
Added request encoding check.
|
2019-03-18 21:57:50 +01:00 |
|
|
a5459e1120
|
Revert fucking everything.
|
2019-03-18 21:47:25 +01:00 |
|
|
7bf60765be
|
Updated more stuff to use RequestVar.
|
2019-03-18 20:53:05 +01:00 |
|
|
b6c98275ca
|
Improved two factor login flow.
|
2019-03-10 19:27:44 +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 |
|
|
9c739e1062
|
Split auth.php up into multiple files.
|
2019-03-08 01:35:53 +01:00 |
|
|
81b0abfd91
|
Added Twitter auth command and some base functions.
|
2019-03-06 11:27:38 +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 |
|
|
0e1eb7c873
|
Removed dumb comment.
|
2019-03-02 20:41:35 +01:00 |
|
|
35d7150965
|
Removed needless caching stuff.
|
2019-03-02 19:42:50 +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 |
|
|
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 |
|
|
06b34d6133
|
Removed some old utility functions.
|
2019-02-05 21:29:37 +01:00 |
|
|
5d36e24fc7
|
Lock the site during migrations to avoid dumb errors.
|
2019-02-05 14:39:22 +01:00 |
|
|
74e7789cba
|
Lowered audit and login history lifetime to six months from a year.
|
2019-01-28 09:11:31 +01:00 |
|
|
a94ed4ce91
|
Put cron task queries into an array.
|
2019-01-28 09:10:56 +01:00 |
|
|
d146cbae61
|
Started centralising URLs.
|
2019-01-24 21:54:24 +01:00 |
|
|
e9a1f59b4f
|
Nuked the stale chat quotes code, rewrite when the chat actually exists.
|
2019-01-10 23:59:24 +01:00 |
|
|
9505cb1f0b
|
Added more typesafe shorthands for fetching database operations.
|
2019-01-09 20:06:02 +01:00 |
|
|
2857f45f1a
|
Added small topic pagination to topic listing.
|
2019-01-04 02:40:18 +01:00 |
|
|
782380f51f
|
Allow overriding the lockdown message.
|
2019-01-03 03:00:20 +01:00 |
|
|
0cf328c05d
|
Rewrote the pagination system.
|
2019-01-03 01:33:02 +01:00 |
|