1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00
Commit Graph

93 Commits

Author SHA1 Message Date
8chan
4b8eddbaf6 MD5 filters part 1 2015-02-25 17:26:04 -08:00
8chan
d970baa5d8 Public action logs commit (log.php)
Note: In a previous commit, I began making inc/mod/auth.php more modular with the check_login() function. Including it does NOT check mod login by default anymore like it does on vichan. You have to call check_login(). I've finally included it in inc/functions.php. If you have any custom pages that use inc/mod/auth.php, just including functions.php is enough now.
2015-02-25 17:21:49 -08:00
Jei Four
64e33bdb28 fix missing semicolons in install.sql 2015-02-17 19:44:39 +01:00
8chan
26fe49f39b Tor posting: I need to document this more. It's missing inc/dnsbls.php too. Wait for a future commit 2015-02-16 16:42:31 -08:00
8chan
fa9a3da913 New boards.html page now with tags 2014-12-03 00:10:28 -08:00
8chan
0288b06c6a Merge /srv/http 2014-11-14 12:14:11 +00:00
8chan
dbda783b92 Better install documentation 2014-11-14 04:15:04 -08:00
Fredrick Brennan
47cd951fc6 Merge pull request #250 from forklessanon/install-patch
Added missing table column
2014-11-12 10:31:37 +08:00
Forkless
fdfd64357a Added missing column to reports table 2014-11-11 01:23:06 -06:00
8chan
557c6a7e35 Close ctrlcctrlv/8chan#238 2014-11-09 22:19:15 -08:00
czaks
0c799e612a update install.sql boards table schema 2014-10-09 03:16:07 +02:00
8chan
19e864c15c I don't know what I did. 2014-09-25 22:53:56 +00:00
czaks
f5657caf24 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
	inc/config.php
	install.php
	post.php
	stylesheets/style.css
2013-11-11 21:54:35 +01:00
Michael Foster
e36cce7903 schema for ban appeals 2013-09-21 13:01:30 +10:00
czaks
6cb7eb939e Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
	inc/config.php
	inc/display.php
	inc/mod/pages.php
	install.php
	js/quick-reply.js
	post.php
	templates/index.html
2013-09-17 10:43:44 -04:00
Michael Foster
c7c297b8a6 Finish upgrade to new bans table 2013-09-17 09:23:50 +10:00
Michael Foster
288988e6bd Bugfix with new installations. Reported by a raging retard named Kraid, who refuses to pay for support 2013-09-09 15:40:55 +10:00
Michael Foster
eea4e42609 Add ability to create custom user/permissions groups 2013-09-09 01:33:51 +10:00
Michael Foster
33737fd723 CHARACTER SET not needed here 2013-09-06 23:10:25 +10:00
Michael Foster
f309e4037c Better and faster basic flood prevention, while merging it into $config['filters']. 2013-09-06 23:09:18 +10:00
Michael Foster
af357b5661 another index change 2013-09-02 11:41:17 +10:00
Michael Foster
9494e0185c new index on bans table 2013-09-02 09:46:42 +10:00
czaks
069f1def9b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-09-01 11:25:19 -04:00
Michael Foster
b51fc38783 Some SQL and indexes improvements 2013-09-01 02:04:42 +10:00
czaks
8503e65858 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
	inc/functions.php
	install.php
	stylesheets/dark_roach.css
2013-08-28 12:41:36 -04:00
Michael Foster
10d59e949a Performance: Add expires index to antispm table to make purging old hashes a little quicker 2013-08-28 18:39:45 +10:00
czaks
96bcf5dd1e Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/functions.php
	inc/mod/pages.php
	install.php
	js/expand.js
	mod.php
2013-07-31 02:30:44 -04:00
Michael Foster
42cba53887 Allow Unicode in board URIs. 2013-07-31 02:08:55 -04:00
Michael Foster
8efab06616 Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables. 2013-07-30 22:08:56 -04:00
czaks
64a66db613 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	js/hide-threads.js
	js/inline-expanding.js
	stylesheets/style.css
2013-07-27 01:04:36 -04:00
Michael Foster
595a165fa3 install.sql mistake 2013-07-26 18:22:48 -04:00
czaks
114e34eea5 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-07-24 16:24:20 -04:00
Michael Foster
31f657e550 Long overdue: Salted password hashes 2013-07-24 11:15:55 -04:00
czaks
472b518165 post search: configs and database 2013-07-20 19:48:14 -04:00
Michael Foster
c8f30550af $config['require_ban_view']: Force users to view the "You are banned" page at least once before letting a ban disappear naturally. 2013-07-16 06:33:37 -04:00
Michael Save
c96b27eb5b use UNSIGNED for id columns 2012-08-27 02:52:31 +10:00
Yousha
82c960cc94 Added UNSIGNED to ID fields. 2012-08-30 20:06:44 +04:30
Michael Save
931c2d679e don't use CRC32 2012-04-19 01:32:02 +10:00
Michael Save
95709e7588 Removed board.id. Use the board URI/name at the key instead. 2012-04-12 23:23:47 +10:00
Michael Save
a564a95ab4 Improved Tinyboard anti-bot/spam filter. See large comment in inc/config.php for details. 2012-04-12 21:56:01 +10:00
Michael Save
6c3a52aaec AUTO_INCREMENT for boards should start at 1, not 2 2012-04-09 21:16:32 +10:00
Michael Save
033491f84f increase character limit on board URI, title and subtitle 2012-04-09 21:13:44 +10:00
Michael Save
3b17f32047 increased board uri/title/subtitle character limits 2012-02-19 19:37:39 +11:00
Savetheinternet
98bf55ab2c use posts.sql for default /b/ posting table 2011-12-05 18:10:20 +11:00
Savetheinternet
b57be65c9f track cites (remove broken links after a post 404s) 2011-12-05 13:17:34 +11:00
Savetheinternet
fc417bc446 use NULL in database where possible 2011-12-05 10:47:30 +11:00
Savetheinternet
f600ed5b3b update SQL files for v0.9.4-dev-2 2011-10-10 22:39:14 +11:00
Savetheinternet
7f5a716e9c ... 2011-10-09 04:05:58 +11:00
Savetheinternet
55743a7705 add indexes 2011-10-02 23:34:31 +11:00
Savetheinternet
339853e5de Show full filename on mouseover. 2011-10-01 22:12:31 +10:00