1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00
Commit Graph

81 Commits

Author SHA1 Message Date
czaks
fdc3b81314 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
ef453f9c92 schema for ban appeals 2013-09-21 13:01:30 +10:00
czaks
688a228884 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
44d0bedd21 Finish upgrade to new bans table 2013-09-17 09:23:50 +10:00
Michael Foster
bd33110e43 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
7927ac598c Add ability to create custom user/permissions groups 2013-09-09 01:33:51 +10:00
Michael Foster
3e6d10a949 CHARACTER SET not needed here 2013-09-06 23:10:25 +10:00
Michael Foster
8f145844a1 Better and faster basic flood prevention, while merging it into $config['filters']. 2013-09-06 23:09:18 +10:00
Michael Foster
61d3401bd1 another index change 2013-09-02 11:41:17 +10:00
Michael Foster
9c764fac33 new index on bans table 2013-09-02 09:46:42 +10:00
czaks
ff06aa2293 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-09-01 11:25:19 -04:00
Michael Foster
d0ec7bf913 Some SQL and indexes improvements 2013-09-01 02:04:42 +10:00
czaks
3a8f106e85 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
1dd2641dd3 Performance: Add expires index to antispm table to make purging old hashes a little quicker 2013-08-28 18:39:45 +10:00
czaks
eed8767039 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
ca6cb1fdea Allow Unicode in board URIs. 2013-07-31 02:08:55 -04:00
Michael Foster
a01f53b4a4 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
d723b77d4c 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
3c93cfbe32 install.sql mistake 2013-07-26 18:22:48 -04:00
czaks
2e2469569b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-07-24 16:24:20 -04:00
Michael Foster
d6090fb776 Long overdue: Salted password hashes 2013-07-24 11:15:55 -04:00
czaks
0142d717e8 post search: configs and database 2013-07-20 19:48:14 -04:00
Michael Foster
4340e74569 $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
0498b8fbc0 use UNSIGNED for id columns 2012-08-27 02:52:31 +10:00
Yousha
65361136e5 Added UNSIGNED to ID fields. 2012-08-30 20:06:44 +04:30
Michael Save
ff2421933e don't use CRC32 2012-04-19 01:32:02 +10:00
Michael Save
ef6f5a2e48 Removed board.id. Use the board URI/name at the key instead. 2012-04-12 23:23:47 +10:00
Michael Save
0f984ebf77 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
f8455ca715 AUTO_INCREMENT for boards should start at 1, not 2 2012-04-09 21:16:32 +10:00
Michael Save
4e9cc24fad increase character limit on board URI, title and subtitle 2012-04-09 21:13:44 +10:00
Michael Save
c03cb4548e increased board uri/title/subtitle character limits 2012-02-19 19:37:39 +11:00
Savetheinternet
a16e5f0c42 use posts.sql for default /b/ posting table 2011-12-05 18:10:20 +11:00
Savetheinternet
ec1c5af611 track cites (remove broken links after a post 404s) 2011-12-05 13:17:34 +11:00
Savetheinternet
1f218e049d use NULL in database where possible 2011-12-05 10:47:30 +11:00
Savetheinternet
f0786168f2 update SQL files for v0.9.4-dev-2 2011-10-10 22:39:14 +11:00
Savetheinternet
3c13c710d1 ... 2011-10-09 04:05:58 +11:00
Savetheinternet
406a264cc5 add indexes 2011-10-02 23:34:31 +11:00
Savetheinternet
bae23a2c65 Show full filename on mouseover. 2011-10-01 22:12:31 +10:00
Savetheinternet
e7199edad5 Use MyISAM instead of InnoDB 2011-09-10 22:26:52 +10:00
Savetheinternet
b238ac3414 increased subject max length to 100 characters 2011-08-27 12:11:34 +10:00
Savetheinternet
ad6ccbecf4 various bug fixed, introduced ban ID, temporarily broke caching bans with memcached 2011-08-04 15:47:34 +10:00
Savetheinternet
747d997d4c add board field on ban table 2011-07-27 13:02:49 +10:00
Savetheinternet
eabc340f0c made filehash TEXT instead of a varchar (fixed maximum length) 2011-07-14 11:18:03 +10:00
Savetheinternet
e205a0c636 wildcard option ("*") for per-board mods 2011-07-08 23:03:12 +10:00
Savetheinternet
ad23a613dc per-board moderators 2011-07-03 23:05:14 +10:00
Savetheinternet
78dadf1df7 theme_settings structure change 2011-05-28 01:35:59 +10:00
Savetheinternet
abe1f85530 change theme_settings table strucutre; bump version to v0.9.3-dev-1 2011-05-28 00:04:18 +10:00
Savetheinternet
d95691e75f database update 2011-05-21 14:08:08 +10:00
Savetheinternet
ac811b81d3 increased field sizes 2011-04-30 18:11:29 +10:00
Savetheinternet
cd3240a805 news 2011-04-14 00:24:49 +10:00