460 Commits

Author SHA1 Message Date
ccd0
8e22de0ca0 Request additional permissions immediately on clicking 'Post from URL' and only then. #2230 2019-03-08 15:21:43 -08:00
ccd0
3c00979b49 Revert "Post successful page broken on 4channel.org; revert to working sys.4chan.org in QR for now."
This reverts commit 0fe78ee0facf3c66907731ecbd52e1f2789f3f5c.
2018-11-24 22:20:51 -08:00
ccd0
0fe78ee0fa Post successful page broken on 4channel.org; revert to working sys.4chan.org in QR for now. 2018-11-23 14:34:46 -08:00
ccd0
a1a084acca Update for 4channel.org 2018-11-23 14:11:00 -08:00
ccd0
193eaba1b2 Add link to FAQ section in 'Could not open file.' error. 2018-10-24 02:26:28 -07:00
ccd0
39eccf1457 Move drawing of QR file onto Tegaki canvas into 4chan X so it is less likely to be affected by ad blocking. 2018-10-24 02:09:52 -07:00
ccd0
773689306a Simplify. 2018-10-03 02:31:53 -07:00
ccd0
b75cbc5cab Merge commit '15935ec673c770a63e6185b2ba3a9d62eb516811' 2018-10-03 02:22:58 -07:00
ccd0
5d2abe09b0 Allow the Quick Reply to be used on pages without an original post form such as archived threads. #242 2018-05-16 23:35:31 -07:00
ccd0
e6e65454d4 Merge branch 'bstable' 2018-01-31 20:44:02 -08:00
ccd0
f1e580e1e1 Captcha bypass cookie does not work for starting threads. Updating to treat this case correctly. 2018-01-31 20:28:51 -08:00
ccd0
6c73f3e788 Remove Recaptcha v1 related code. 2018-01-24 07:24:27 -08:00
ccd0
ebb9cc11e6 Merge branch 'multisite' 2018-01-23 22:23:02 -08:00
ccd0
e21655f463 Don't require captcha if cookie present indicating captcha not needed yet. #1767 2018-01-23 09:54:44 -08:00
ccd0
ff11e462b6 Merge branch 'master' into multisite 2017-12-09 21:22:52 -08:00
ccd0
fd191f95c5 Attempt to fix navigation keybind issue in Violentmonkey. #1656 2017-11-19 18:30:42 -08:00
pentargency
15935ec673 Adds field in Advanced settings allowing user to customize filename of images pasted into Quick Reply box 2017-11-19 07:13:50 -08:00
ccd0
e53d2af9b5 Hard disable 'Force Noscript Captcha for v1' in GM4 for now. 2017-11-17 15:02:01 -08:00
ccd0
13449ae431 Read /pol/ flags from 4chan API instead of hardcoding them. 2017-10-27 09:18:46 -07:00
ccd0
6c5886976d Add Catalonia to /pol/ flags. 2017-10-27 08:45:47 -07:00
ccd0
c971496f51 Trim quoted text to be fully inside post. #1108
Also add multirange support because why not.
2017-08-06 22:07:00 -07:00
ccd0
fe6a8336fa Support [spoiler] and [code] tags in 'Copy Text' menu item. 2017-08-06 20:26:04 -07:00
ccd0
3051d6dbf0 Update for changes in /pol/ flags since last time. #1403 2017-06-13 09:18:29 -07:00
ccd0
7b604d5662 Revert "Remove /pol/ flags properly." #1403
This reverts commit 930a8a4307a32b5e75cd0ab1bbdf08367414afe3.
2017-06-13 08:18:07 -07:00
ccd0
daae2f0236 Restore support for noscript fallback version of Recaptcha v1. Can be activated through new Force Noscript Captcha for v1 option.
Effectively reverts 0feb6637cf0d4e72eb5470734153c4c549c4fcce, 909f70c6e61eabe064a8374ce32c1a35d564a09f.
2017-04-15 18:01:46 -07:00
ccd0
73c8054b64 Don't use v1 cached captchas for new threads. #1300 2017-02-21 00:00:42 -08:00
ccd0
6072139714 Add Use Recaptcha v1 on Index option. 2017-02-20 21:21:45 -08:00
ccd0
b9f0081ac4 Revert "Focus on captcha immediately after submitting post / starting autoposting. #628"
Caused v1 captcha to not reload when autodumping and new captcha needed.
This reverts commit 0975276ca51e679fb1af014f250702faf5d4de1e.
2017-02-10 11:43:47 -08:00
ccd0
0975276ca5 Focus on captcha immediately after submitting post / starting autoposting. #628 2017-02-06 22:19:28 -08:00
ccd0
19c9ce58a1 Don't autohide QR while uploading is in progress. #222 2017-02-06 22:08:02 -08:00
ccd0
8191b4c859 A bit rude of the QR to remove focus when the focus wasn't on the QR. 2017-02-06 21:21:37 -08:00
ccd0
67513068c0 This is no longer needed. 2017-02-06 20:17:39 -08:00
ccd0
9956fadfbe Connection errors and aborted posts should requeue the captcha. #1192 2017-02-06 19:19:07 -08:00
ccd0
e4a00d3b0c Make connection error messages consistent, and always retry on connection error. 2017-02-06 18:52:23 -08:00
ccd0
626e39bd15 Remove more obsolete code from when the request was redirected immediately to the ban page.
(It is now redirected via JS with a 3-second timer.)
2017-02-06 18:30:07 -08:00
ccd0
909f70c6e6 Remove obsolete code to wait for captcha from Recaptcha v1 noscript version. 2017-02-06 18:01:20 -08:00
ccd0
e09f451029 Redirection to www.4chan.org/banned is obsolete. 2017-02-06 17:32:23 -08:00
ccd0
68919131c1 Consolidate common captcha caching code. 2017-02-06 15:57:54 -08:00
ccd0
da01c5a58d If we detect the paste icon isn't needed, hide it instead of disabling it so it can be brought back with CSS if necessary. 2017-01-29 11:33:02 -08:00
ccd0
adfc3babc9 Revert Data Saver workarounds. They didn't work. #1241
Revert "Fix bug from 4f9f1941be2aea72b4d8145a62d9835087fbfc39. #1241"

This reverts commit 9e3d33ffd488ef63af1340eeacb146c698a0a7b9.

Revert "Workaround for Chrome Compression Proxy converting images to WebP. #1241"

This reverts commit 4f9f1941be2aea72b4d8145a62d9835087fbfc39.
2017-01-07 04:11:19 -08:00
ccd0
4f9f1941be Workaround for Chrome Compression Proxy converting images to WebP. #1241 2017-01-06 09:35:44 -08:00
ccd0
339163dfc3 Prevent auto-posting when editing any part of the first post in the last 5 seconds of the cooldown, not just when editing the comment. 2016-11-06 08:49:43 -08:00
ccd0
5da5ca4079 Fix HTTPS tabs in Firefox not seeing cooldowns from HTTP tabs. #1174 2016-11-05 19:20:53 -07:00
ccd0
eb7c48af0c Move dialog positions into Config. 2016-11-05 18:15:32 -07:00
ccd0
64886c1a5c Add keybind for adding new post to QR dump list. #619 2016-10-08 11:57:41 -07:00
ccd0
184818c526 Add 'Post from URL' keybind. #730 2016-10-08 10:29:00 -07:00
ccd0
c67db5eed5 Fixes to custom cooldown keybind PR.
Fix applicability condition, move keybind near other QR-related ones in list.
2016-10-08 10:01:35 -07:00
AchtBit
62dfb5e8da Add keybinding for toggling custom cooldown. 2016-10-07 20:16:23 -05:00
ccd0
ad9c3df4dc Help out decaffeinate. #829 2016-10-01 03:18:22 -07:00
ccd0
b8884818d5 Change IndexBuild to IndexRefresh. #1106 2016-09-27 02:42:53 -07:00