408 Commits

Author SHA1 Message Date
ccd0
b219642f6d 'Except Archives from Encryption' -> 'Exempt Archives from Encryption' 2015-08-08 16:43:21 -07:00
ccd0
0a1b8b0f10 Defer changing Custom Board Navigation default. 2015-08-08 16:03:35 -07:00
ccd0
4e4710a2c5 Merge branch 'upgrade' 2015-08-08 15:41:59 -07:00
ccd0
779aa10e9c Fix QR.cooldown data not being set up when called from DeleteLink. 2015-08-07 21:44:36 -07:00
ccd0
b845e84be4 Support better migration of old settings on script updates. 2015-08-06 00:34:19 -07:00
ccd0
68bd81ccde Do 404 redirect for threads left over as stubs. 2015-08-05 18:15:14 -07:00
ccd0
5c3417c6b7 Fix missing check of '404 Redirect' preference. 2015-07-19 19:02:51 -07:00
ccd0
eb116cf476 Simplify usage of Redirect.navigate. 2015-07-18 10:45:09 -07:00
ccd0
e2a55997ce Implement archive redirect for 'imgboard.php?res=' URLs. 2015-07-18 10:25:38 -07:00
ccd0
f84f301336 Add 'webkit' CSS class to document when WebKit engine is detected. 2015-06-30 21:20:06 -07:00
ccd0
c7b406a7f5 Fixes in noscript.css only needed on reports page now. 2015-06-29 19:16:21 -07:00
ccd0
4b39229888 Merge branch 'v1-original' 2015-06-28 15:44:49 -07:00
ccd0
eba6cad429 Work around dwb re-running script bug. 2015-06-23 13:14:59 -07:00
ccd0
244d40cd93 Implement replacement of captchas with v1 everywhere. 2015-06-22 23:15:39 -07:00
ccd0
5dec400267 Captcha.language -> Captcha.replace 2015-06-22 21:03:30 -07:00
ccd0
bf461e1d6a Merge Captcha.language.fixPage into init. 2015-06-22 20:54:17 -07:00
ccd0
c54cf1fe0e Move www.4chan.org init code to a more normal place. 2015-06-22 20:27:20 -07:00
ccd0
0d06f4c350 Merge branch 'midori' 2015-06-22 10:47:20 -07:00
ccd0
b937825747 Implement v1 noscript captcha. 2015-06-21 13:11:08 -07:00
ccd0
26e38c17b1 Remove remaining obsolete noscript captcha code. 2015-06-20 22:16:17 -07:00
ccd0
fc90b895ef Add option to set captcha language. 2015-06-20 16:56:53 -07:00
ccd0
9538fa5cd7 Allow clicking the image in noscript captcha rather than the checkbox. 2015-06-20 11:30:46 -07:00
ccd0
56b78d8c67 Remove Greasemonkey version testing. 2015-06-19 01:15:14 -07:00
ccd0
7b0aa7ee77 Fix words being cut off in non-JS captcha. 2015-06-16 10:33:14 -07:00
ccd0
5738cd49fb Move CSS importing code into Gruntfile.coffee. 2015-06-16 09:48:09 -07:00
ccd0
be171ab6d1 Move test for Javascript into Main.coffee. 2015-05-03 21:02:12 -07:00
ccd0
bb91393b36 Add 'Captcha Fixes' option to turn script in captcha on/off. 2015-04-18 00:36:55 -07:00
ccd0
09acfaf9a2 Move captcha fixes to its own module. 2015-04-17 21:10:46 -07:00
ccd0
c72d5b4c97 Fix focusing on image in Firefox. 2015-04-17 20:40:01 -07:00
ccd0
5291ff87d1 Revert "Remove Report.coffee for now."
This reverts commit 7b09a3f8f244740e6a4ff19223732338d912c298.

Conflicts:
	src/General/Main.coffee
2015-04-14 21:01:54 -07:00
ccd0
344f5a7c82 Break up 'Toggleable Thread Watcher' into 'Fixed' and 'Toggleable' parts. #40 2015-04-07 10:11:11 -07:00
ccd0
27ae66feea Fix posts from original post form not being marked as yours. 2015-04-01 17:07:37 -07:00
ccd0
800556091c This one I wanted populated at runtime to avoid diff noise. 2015-03-28 16:30:14 -07:00
ccd0
1c81838a91 Remove unneeded escaping. 2015-03-28 15:06:45 -07:00
ccd0
19ed662208 Don't try to initialize features on nonexistent pages. 2015-03-15 00:29:45 -07:00
ccd0
47d21aa94f Merge branch 'zixaphir' into flash
Bring in Flash.coffee.
2015-03-14 14:36:23 -07:00
ccd0
e8496a222c Fix focus outlines being activated by keybinds (e.g. gallery open). 2015-03-07 05:48:37 -08:00
ccd0
3e3aeffce1 Remove focus outlines around links only when they were focused with the mouse. 2015-03-02 20:47:50 -08:00
ccd0
83309cc28c Focus on checkbox when captcha is tabbed into. #250, #333 2015-02-21 11:18:02 -08:00
ccd0
015215a629 Make CSS readable in compiled script. 2015-02-15 13:12:26 -08:00
ccd0
6dd2a4103c Add callback to $.set and use it.
We can now:

- Update status of 404'd threads in watcher before redirecting.
- Wait until imported settings are saved before prompting to reload.

Also $.clear now passes errors to the callback rather than simply failing.
2015-02-14 16:05:16 -08:00
ccd0
1a3b3012db Merge from Appchan X: src/General/Main.coffee 2015-02-04 16:57:59 -08:00
ccd0
9b868b760b Add link to extract titles from WebM metadata. 2015-02-02 02:49:28 -08:00
ccd0
d79ffca82d Control volume in new tabs. 2015-02-01 10:56:46 -08:00
ccd0
0fa2498d71 Remember mute/volume settings of last video adjusted.
Also put mute/volume controls in the header menu.
2015-01-31 17:56:45 -08:00
ccd0
8df52a0b24 Merge from Appchan X: Whitespace and other changes not affecting compiled script. 2015-01-31 02:50:38 -08:00
Zixaphir
d209c0a296 Remove DiceRoll 2015-01-14 08:18:01 -07:00
Zixaphir
4ef2b61c25 Fix Labels, IDColor, IDHighlight 2015-01-13 17:06:11 -07:00
Zixaphir
cc9cfd9467 I like proper error messages. 2015-01-13 12:03:14 -07:00
Zixaphir
b1c86eabf7 qualify awkward return statement 2015-01-12 17:59:26 -07:00