295 Commits

Author SHA1 Message Date
Zixaphir
a1601d8825 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/Main.coffee
	src/General/lib/post.class
	src/Monitoring/ThreadStats.coffee
2014-05-03 02:45:58 -07:00
Zixaphir
2731e3c6eb Fat arrows aren't needed here 2014-05-03 02:16:53 -07:00
Zixaphir
523d6bd9c4 Merge branch 'ccd0' into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx.crx
	builds/crx/script.js
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/Main.coffee
	src/General/Navigate.coffee
	src/General/css/style.css
	src/General/html/Build/post.html
	src/General/html/Features/Index-navlinks.html
	src/General/lib/post.class
	src/Images/Gallery.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Miscellaneous/Banner.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Monitoring/ThreadUpdater.coffee
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
	src/Posting/QR.post.coffee
	src/Quotelinks/QuoteBacklink.coffee
	src/Quotelinks/Quotify.coffee
2014-05-03 02:03:35 -07:00
ccd0
4ca58ff430 fix captcha after latest changes 2014-05-02 16:05:31 -07:00
ccd0
da5c9974e6 max image dimensions are now 10000x10000 2014-05-01 02:58:03 -07:00
ccd0
4d607ed3e7 SWF now has an official mime type 2014-05-01 02:38:48 -07:00
ccd0
779b78e084 empty mime type no longer needed
Originally added to work around an issue with URLs pasted in the
file field in Windows, it now does more harm than good.
2014-05-01 02:11:15 -07:00
ccd0
afecbaaeae test for audio stream (Firefox only) 2014-05-01 01:41:34 -07:00
ccd0
345e176f67 report all the errors 2014-05-01 01:31:22 -07:00
ccd0
5f0021842e allow user to ignore file warnings 2014-05-01 01:17:42 -07:00
ccd0
fada31bb78 fix issues in image from URL code 2014-04-30 23:23:15 -07:00
Mayhem
a9b05047be Build pathnames taking into account the thread slug. 2014-04-30 15:30:46 +02:00
ccd0
56bcb65206 video case needs an error handler 2014-04-29 23:42:15 -07:00
ccd0
ec76588f86 oops, forgot callbacks 2014-04-29 23:32:11 -07:00
ccd0
788a29470f add size/dimension/duration checks for .webm 2014-04-29 23:16:21 -07:00
ccd0
98912f15bb fix probably irrelevant issues with min_height etc. 2014-04-29 21:11:26 -07:00
ccd0
b931fb33d0 fix images being dumped out of order 2014-04-29 20:12:18 -07:00
ccd0
509bc51370 more captcha fixes 2014-04-29 03:35:26 -07:00
ccd0
c5375ca931 fix captcha counting 2014-04-29 02:40:27 -07:00
ccd0
62ee195042 prevent event handlers from being called multiple times 2014-04-29 00:54:49 -07:00
ccd0
3bd7003820 wait for captcha image to exist before trying to check the URL 2014-04-29 00:16:31 -07:00
ccd0
a24086828c generate QR thumbnails for .webm 2014-04-28 23:58:25 -07:00
ccd0
38dbb55fd3 Recaptcha.reload("t") no longer works 2014-04-28 23:02:46 -07:00
ccd0
5fac71f638 Recaptcha image URL parameter is no longer same as challenge
This fixes a bug where the captcha would load multiple times.
2014-04-28 22:11:08 -07:00
ccd0
6439b8d7aa Partly restore Mayhem's captcha fix
Destroy captcha after posting instead of reloading it.
Not strictly necessary since Google no longer blocks caching
but a good idea to reduce the number of captcha loads.

Keep captcha caching.
2014-04-28 21:04:35 -07:00
ccd0
a122981aa9 Revert "Fix captchas, again. #1531"
This reverts commit fd703d42bad855d9e103ecbdb2628fcef94b9651.

Conflicts:
	CHANGELOG.md
2014-04-27 18:28:50 -07:00
ccd0
02620f9567 keep "Start a Thread" button from being hidden in catalog 2014-04-26 21:13:40 -07:00
Matěj Grabovský
a531e834a1 Fix handling <br>s when quoting selection in QR
The previous code caused, among others, merging of two-line selections
into one line.
2014-04-26 21:01:13 +02:00
ccd0
4ecd6f8cfe res -> thread 2014-04-12 21:16:01 -07:00
Zixaphir
33943a06eb Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	css/style.css
	package.json
	src/General/Build.coffee
	src/General/Main.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Monitoring/ThreadUpdater.coffee
2014-04-12 18:13:21 -07:00
Mayhem
c7b7795261 Start supporting new semantics. 2014-04-12 18:01:03 +02:00
Mayhem
a4b9c303ab Don't leave an extra > when quoting. 2014-04-10 15:34:52 +02:00
Zixaphir
d215221c71 Merge branch 'ccd0' into v3
Conflicts:
	LICENSE
	builds/4chan-X.user.js
	builds/crx.crx
	builds/crx/script.js
	src/General/Build.coffee
	src/Miscellaneous/ExpandThread.coffee
2014-04-07 11:26:21 -07:00
ccd0
f9086ecc95 remove unneeded call 2014-04-06 22:56:52 -07:00
Zixaphir
382c4f8f3c Fix "post from URL" 2014-04-06 20:40:54 -07:00
Zixaphir
5317db355d Handle captcha errors with a new captcha! 2014-04-06 15:58:59 -07:00
Zixaphir
29a26680a1 Reload captcha if there are posts in the queue.
Conflicts:
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
2014-04-06 15:58:41 -07:00
Zixaphir
7818dec073 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
	src/General/Index.coffee
	src/Images/ImageHover.coffee
2014-04-06 11:49:45 -07:00
Mayhem
9215c06d55 Fix webm upload. #1533 2014-04-06 15:46:02 +02:00
ccd0
b3f5011bcf Revert "I like that better"
This reverts commit 2ba7ae5d280c7f5c8c0ef803f99fcdd0606e7270.
2014-04-06 01:05:37 -07:00
Zixaphir
22d7295217 I'm having a bad morning. 2014-04-05 05:39:01 -07:00
Zixaphir
813ebd3039 Fix file input 2014-04-05 05:32:13 -07:00
Mayhem
12b6fee222 Changelog. 2014-04-05 14:07:50 +02:00
Mayhem
9ee39b3908 Re-setup the QR captcha when necessary. Fix #1534 2014-04-05 13:45:34 +02:00
Zixaphir
df78c2e1f8 Handle captcha errors with a new captcha! 2014-04-05 01:02:43 -07:00
Zixaphir
2ba7ae5d28 I like that better 2014-04-05 00:58:57 -07:00
Zixaphir
4d8e4b62da Reload captcha if there are posts in the queue. 2014-04-05 00:46:16 -07:00
Zixaphir
f6353729eb Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	package.json
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Miscellaneous/FileInfo.coffee
	src/Posting/QR.coffee
2014-04-04 20:24:12 -07:00
Zixaphir
4b28626410 Merge branch 'ccd0' into v3
Conflicts:
	CHANGELOG.md
	builds/4chan-X.user.js
	builds/crx/script.js
	src/Images/ImageHover.coffee
	src/Posting/QR.coffee
2014-04-04 16:10:07 -07:00
Mayhem
0bc93400c1 .webm #1533 2014-04-05 00:32:44 +02:00