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

513 Commits

Author SHA1 Message Date
czaks
f5f50da3a0 restore php5.3 compatibility. thx for Kihokki for reporting that 2014-05-03 23:58:24 +02:00
czaks
0f5c6b460a fix themes resetting the board 2014-04-21 15:38:18 +02:00
czaks
6e107b5096 fix previous commit 2014-04-19 23:06:59 +02:00
ctrlcctrlv
19a135d9f8 use all boards for search.php if boards are not specified 2014-04-19 23:03:23 +02:00
kaf
1c2aa523a3 Added: /pol/-like flags based on a953229de7
Conflicts:
	inc/config.php
	templates/post_form.html
2014-04-19 18:48:17 +02:00
czaks
f12940ca73 fix posting of ı and İ, possibly a bit more xD 2014-04-18 14:38:05 +02:00
czaks
1dbc1e6fdb add a webm posthandler 2014-04-06 21:54:22 +02:00
czaks
88f3999957 fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html 2014-03-13 22:39:32 +01:00
czaks
a5b6098737 fix previous commit 2014-02-24 15:29:26 +01:00
czaks
08a7d47817 allow basic commenting of locale string 2014-02-23 19:01:41 +01:00
czaks
26bb4999c6 actually fix prevous commit 2014-02-23 18:54:31 +01:00
czaks
03c4368e96 finally fix i18n strings in config.php 2014-02-23 18:49:04 +01:00
czaks
22cbc6dc3d cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit) 2014-02-18 20:42:19 +01:00
czaks
c70c1baf21 fix double quoting in links. thanks STI for reporting that 2014-01-17 00:30:04 +01:00
czaks
ab6fb96336 revise 4chan api support 2013-12-28 19:46:50 +01:00
czaks
3b65bcb0f8 json api: fix building of catalog.json (NB: this puts extra load on server; we can try to make it lighter) 2013-12-28 18:03:49 +01:00
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
eb4581abdb new event: markup-url 2013-10-04 20:13:58 +10:00
Michael Foster
239531d12d OK, now it is secure. 2013-09-23 14:23:42 +10:00
Michael Foster
5fcf2e0a05 Fix secure tripcode hardening 2013-09-23 12:53:44 +10:00
Michael Foster
702c82c71f Hardened secure tripcode? 2013-09-23 12:41:27 +10:00
Michael Foster
83fa2d2768 begin implementation of in-built ban appealing 2013-09-21 12:51:23 +10:00
czaks
d3383dd140 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
	inc/config.php
2013-09-17 19:12:19 -04:00
Michael Foster
9bde03ae7d Improvements to showing post in ban 2013-09-18 08:56:04 +10:00
Michael Foster
0ae3a583db Optionally show post user was banned for 2013-09-18 08:47:34 +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
309f6ffbdc Begin upgrade to much better bans table. DO NOT PULL YET; It won't work. 2013-09-17 09:15:24 +10:00
Michael Foster
97dab37fd5 lol 2013-09-15 05:48:37 +10:00
Michael Foster
c7ef909d57 Remove $config['url_regex']; 2013-09-15 05:46:08 +10:00
Michael Foster
24134415b8 Combine ban checking into single SQL query. Messy/inefficient query, but good enough. 2013-09-10 16:20:54 +10:00
Michael Foster
5421b2fb9d Bugfix: Undefined $cached (when caching is disabled) 2013-09-09 19:19:11 +10:00
Michael Foster
7927ac598c Add ability to create custom user/permissions groups 2013-09-09 01:33:51 +10:00
Michael Foster
631b5fd8ce Bugfix: Sometimes caching here fucks up. Not really sure why yet. 2013-09-08 13:35:02 +10:00
Michael Foster
3858b89b34 Steal make_comment_hex() from plainib 2013-09-07 12:50:32 +10:00
Michael Foster
8301ce9c09 bugfix lol 2013-09-07 00:04:22 +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
8143ad1a0b Cleaner check to make sure inc/ files aren't accessed directly. 2013-09-06 20:12:04 +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
Michael Foster
f131b2396f Fix \t in posts (editing posts, and HTML Tidy) 2013-08-31 13:23:29 +10:00
Michael Foster
be21b11455 More track_cites work 2013-08-30 15:00:33 +10:00
Michael Foster
29780f8e53 More $config['debug'] improvements to time-related stuff 2013-08-30 08:39:11 +10:00
czaks
bfe7ec8166 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
2013-08-29 07:33:19 -04:00
Michael Foster
2b2724cf0a HTML Tidy bug fix: broken attributes, and preserve whitespace properly 2013-08-29 21:24:38 +10:00
Michael Foster
b76f86aa99 HTML Tidy fixes: UTF-8, preserving whitespace, keep attributes literal, don't wrap text 2013-08-29 21:05:03 +10:00
Michael Foster
5adadcd838 Don't set arbitrary cache timeouts for DNS stuff 2013-08-29 20:40:39 +10:00
Michael Foster
390135ad7a Minor $config['try_smarter'] work 2013-08-29 18:55:25 +10:00
Michael Foster
4bed78fb32 Fix markup again. And add the option to repair fucked up nesting (and more) with HTML Tidy ($config['markup_repair_tidy']) 2013-08-29 15:56:36 +10:00
Michael Foster
852172cec3 Remove old code 2013-08-29 13:32:55 +10:00
Michael Foster
bf94b796df Perforamnce: Much more efficient >>X and >>>/board/X 2013-08-29 13:31:02 +10:00