Commit Graph

14 Commits

Author SHA1 Message Date
Trevor Slocum 088353c25c Add TINYIB_BANMESSAGE
Allow staff to append a custom message to posts when banning users.
2021-07-06 00:37:22 -07:00
Trevor Slocum 586c0ae939 Fix pending posts display in management panel
Resolves #219.
2021-06-08 12:47:52 -07:00
Trevor Slocum c4dd643f53 Fix thread caching 2021-06-03 17:57:10 -07:00
Trevor Slocum dd3b994a3c Do not accept reports for approved posts
Relates to #219.
2021-05-28 20:13:30 -07:00
Trevor Slocum fe2a861221 Fix flatfile database mode
Resolves #217.
2021-05-17 23:28:11 -07:00
Trevor Slocum 7261b104be Fix default post.moderated value
If you were affected by this bug, you must set the default value of
post.moderated to 1 in your database. You may also need to update existing
posts' moderated value to 1.

Relates to #212.
2021-05-07 09:03:18 -07:00
Trevor Slocum cff26e609d Add TINYIB_AUTOHIDE 2021-05-05 19:56:41 -07:00
Trevor Slocum 79adb305a3 Fix approval when clearing reports 2021-04-15 21:32:18 -07:00
Trevor Slocum 4ed5f2e125 Add TINYIB_CLOUDFLARE
Resolves #188.
2021-04-13 22:54:27 -07:00
Trevor Slocum 496447e965 Add moderation log 2021-04-09 20:38:10 -07:00
Trevor Slocum 1256e7cca0 Add account system
When TINYIB_ADMINPASS is set, a super-administrator account with the
username 'admin' is created using the provided password.

WHEN TINYIB_MODPASS is set, a moderator account with the username 'mod'
is created using the provided password.
2021-04-04 13:05:10 -07:00
Trevor Slocum 67483c3774 Support blocking keywords
Resolves #122.
2020-11-23 12:44:02 -08:00
Trevor Slocum 2a6c8c8dc3 Support reporting posts
Resolves #43.
2020-11-13 12:32:42 -08:00
Trevor Slocum 9ea891f03f Support migration between any database mode
Resolves #126.
2020-10-14 09:37:15 -07:00
Renamed from inc/database_flatfile.php (Browse further)