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

1180 Commits

Author SHA1 Message Date
ctrlcctrlv
3cde9031f3 Hopefully fix spam filter problems caused by noko 50 (thanks to savetheinternet) 2013-08-27 23:44:59 +00:00
ctrlcctrlv
8fbfec5147 Fix try_smarter with deletePost 2013-08-22 17:08:26 +00:00
ctrlcctrlv
212524751b Bug: deleting posts doesn't rebuld index 2013-08-22 16:51:28 +00:00
czaks
c167e38252 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	stylesheets/dark_roach.css
	stylesheets/style.css
2013-08-20 18:22:37 -04:00
ctrlcctrlv
9767ad91f4 Only add country to JSON if flag fits country code regex 2013-08-20 22:11:32 +00:00
ctrlcctrlv
485d4f4087 ;_; 2013-08-20 21:35:16 +00:00
ctrlcctrlv
53d8188116 Make file/thumb dimensons actually work (thanks sti) 2013-08-20 21:31:46 +00:00
ctrlcctrlv
0c28056e40 Delete JSON when thread deleted 2013-08-20 19:53:11 +00:00
ctrlcctrlv
036419cabe Oops, forgot to check if enabled at one point 2013-08-20 18:59:20 +00:00
ctrlcctrlv
f99fb7964d Country flags in API if they are enabled 2013-08-20 18:52:12 +00:00
ctrlcctrlv
abcad33df9 Custom fields in API, read config.php for info. Non-4chan compatible fields removed. 2013-08-20 18:17:05 +00:00
ctrlcctrlv
4d510180cd Make it possible to disable API, disable it by default 2013-08-20 16:53:05 +00:00
Michael Foster
35331580c3 Unicode bi-directional text: Finally a working fix 2013-08-19 23:47:56 +10:00
ctrlcctrlv
0726c2ad7b Merge remote-tracking branch 'upstream/master' 2013-08-19 13:21:25 +00:00
ctrlcctrlv
5246148c78 Fix reply moving 2013-08-19 13:20:10 +00:00
Michael Foster
9b5bbd4eae deleting boards: cache purging, delete directory after sql queries (in case we have permission errors, etc.) 2013-08-19 20:00:16 +10:00
Michael Foster
8089f7706c custom timeouet for curl'ing upload urls 2013-08-19 18:54:10 +10:00
czaks
2c2dcec765 Merge branch 'master' of https://github.com/ctrlcctrlv/Tinyboard 2013-08-18 19:26:51 -04:00
czaks
451a4e062c Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-08-18 19:26:31 -04:00
ctrlcctrlv
c3f75bed83 Fix compatibility with php<5.4, sorry anachronos ;_; 2013-08-18 22:51:09 +00:00
Michael Foster
e1cfd77165 disregard 2013-08-19 05:22:08 +10:00
Michael Foster
ade761a88e bidi_cleanup: Just replace with HTML5's <bdi> (for now, at least). The old code was hardly working, and had issued with older PHP versions. 2013-08-19 05:19:54 +10:00
czaks
311c18b34d Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-08-18 13:16:31 -04:00
ctrlcctrlv
a913f34050 Better setting name 2013-08-19 03:01:30 +10:00
ctrlcctrlv
84adc64c18 Optionally access mod cookie in JavaScript 2013-08-19 03:01:15 +10:00
czaks
80f117b0f7 fix Polish translation 2013-08-19 03:00:44 +10:00
czaks
1e25e97f04 Update Polish translation 2013-08-19 03:00:38 +10:00
Michael Foster
139741c07e Missing theme conf type "checkbox" 2013-08-19 02:03:54 +10:00
Michael Foster
fd47236c7e Huge bug: undoImage() was not working at all. This means lots of Tinyboard users probably have lone/permanent images. Working on Tinyboard-Tools script to remove all images/thumbs that don't belong. 2013-08-19 01:07:04 +10:00
czaks
52a6bec437 Merge branch 'master' of https://github.com/ctrlcctrlv/Tinyboard 2013-08-17 22:42:28 -04:00
czaks
22361ba790 boardlist work part 1: boardname in subtitle; work to make js restyling feasible 2013-08-17 22:41:40 -04:00
ctrlcctrlv
c6331e54a1 Better setting name 2013-08-18 01:53:39 +00:00
ctrlcctrlv
8c318b8b60 Optionally access mod cookie in JavaScript 2013-08-18 01:44:36 +00:00
czaks
b7edd4d14f fix Polish translation 2013-08-17 19:00:00 -04:00
czaks
87cca6351b Update Polish translation 2013-08-17 18:44:37 -04:00
czaks
af5400d441 Merge branch 'master' of https://github.com/ctrlcctrlv/Tinyboard 2013-08-17 16:22:04 -04:00
czaks
d6d9e0f260 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	js/post-hover.js
2013-08-17 16:21:40 -04:00
ctrlcctrlv
7213396207 Bundle jscolor 2013-08-17 19:42:00 +00:00
ctrlcctrlv
2875279472 Better error handling 2013-08-17 19:08:54 +00:00
Michael Foster
4b5e1909f5 Bugfix: raw html posting 2013-08-18 04:49:56 +10:00
ctrlcctrlv
f5360ad6c1 Configurable canvas size 2013-08-17 18:00:26 +00:00
Michael Foster
e4a07b9103 keep casing of escape modifiers 2013-08-17 17:56:38 +10:00
Michael Foster
3e7996f3ee better modifier escaping again 2013-08-17 17:53:39 +10:00
Michael Foster
acb68a6240 escape_markup_modifiers: make it case insensitive 2013-08-17 17:41:22 +10:00
Michael Foster
0ff4e567bc add delete event 2013-08-17 16:06:45 +10:00
czaks
b7948c8e3d Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/display.php
2013-08-16 16:06:54 -04:00
Michael Foster
2c7c1249bf fix aspect ratio displaying 2013-08-17 04:11:24 +10:00
Michael Foster
1373276589 Add \n before post modifiers. Add flag alt for country flags. 2013-08-17 03:39:58 +10:00
czaks
2cc47eae5f noko50 fix previous commit 2013-08-16 10:10:18 -04:00
czaks
8114e927d0 fix noko50 for new new Post and new Thread syntax 2013-08-16 10:09:37 -04:00