Commit Graph

26 Commits

Author SHA1 Message Date
Trevor Slocum 7c6cf64d4d Add missing addLogs function
This function is required when migrating between databases.
2023-03-19 19:18:17 -07:00
averageLukas c5af7a0ef7
Fix flatfile database audit log 2022-06-23 07:15:38 +02:00
Trevor Slocum 884c1aa262 Fix false positives when checking for an existing keyword
Resolves #234.
2021-07-08 19:54:01 -07:00
Trevor Slocum 13aff83a30 Add TINYIB_UPDATEBUMPED
Update thread position when a reply is deleted.

Resolves #120.
2021-07-07 23:28:22 -07:00
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 24d8f6a85d Add reflink hover preview 2021-05-07 00:20:04 -07:00
Trevor Slocum cff26e609d Add TINYIB_AUTOHIDE 2021-05-05 19:56:41 -07:00
Trevor Slocum 75af600f7f Set SQLite3 database timout to one minute
Resolves #206.
2021-04-22 21:10:15 -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 2f5683d7cf Fix accessing management panel using sqlite3 2021-04-04 16:36:43 -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
Square Pusher dbe4e1ec29 Change charset from utf8 to utf8mb4 2021-03-17 02:18:31 +00:00
Trevor Slocum 12d9fdf612 Fix fetching last post by IP address on some database modes
Resolves #138.
2020-11-28 22:03:06 -08:00
Trevor Slocum 573282f53b Fix insufficient tripcode database field size
Resolves #137.
2020-11-28 10:32:40 -08:00
Trevor Slocum 67483c3774 Support blocking keywords
Resolves #122.
2020-11-23 12:44:02 -08:00
Trevor Slocum b225fc00a1 Create reports table 2020-11-13 12:40:35 -08:00
Trevor Slocum 2a6c8c8dc3 Support reporting posts
Resolves #43.
2020-11-13 12:32:42 -08:00
Trevor Slocum 7c3c801049 Fix sqlite3 database migration 2020-10-14 09:59:08 -07:00
Trevor Slocum 9ea891f03f Support migration between any database mode
Resolves #126.
2020-10-14 09:37:15 -07:00