385 Commits

Author SHA1 Message Date
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
Zixaphir
ada2b5abd0 Small fixes 2015-01-10 00:31:38 -07:00
ccd0
a1217506e0 On further consideration, I'd rather not redirect. #247 2015-01-09 17:47:15 -08:00
Zixaphir
f86ea6d328 Update Main.coffee 2015-01-08 23:55:24 -07:00
ccd0
53ad72ee9a Merge branch 'Stable' into Beta
Conflicts:
	LICENSE
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
	src/Quotelinks/Quotify.coffee
2015-01-04 10:42:27 -08:00
ccd0
4fb30a4d8f Support archived thread list page. 2015-01-04 09:47:03 -08:00
ccd0
935596722c Fix some errors from features run on 404 pages. 2015-01-03 14:27:59 -08:00
ccd0
f0e2bce4ef Redirect native catalog searches to index search. #239, #247 2015-01-01 22:45:20 -08:00
ccd0
667dfde74c Fix missing slash. 2015-01-01 22:40:55 -08:00
ccd0
9ff7e7c1fd Revert "Revert "Redirect native catalog to 4chan X catalog if 'Use 4chan X Catalog' is on. #247""
This reverts commit 11f38e14f82facc67f3770a89357fd56fadb156d.
2015-01-01 21:52:54 -08:00
ccd0
11f38e14f8 Revert "Redirect native catalog to 4chan X catalog if 'Use 4chan X Catalog' is on. #247"
Backing this out until we support search queries in the URL.

This reverts commit d56799987695c2509ed9fe2ab63552fc029d1461.
2014-12-25 16:28:30 -08:00
ccd0
d567999876 Redirect native catalog to 4chan X catalog if 'Use 4chan X Catalog' is on. #247 2014-12-21 23:04:48 -08:00
ccd0
7b09a3f8f2 Remove Report.coffee for now. 2014-12-21 15:26:35 -08:00
ccd0
44cd4d842a Prevent unnecessary loading of fallback iframe when Javascript is disabled. 2014-12-21 12:24:01 -08:00
ccd0
ab40bfbe69 Implement $.onExists. 2014-12-21 11:48:46 -08:00
ccd0
a0e98250b2 Remove dependence on 4chanMainInit event. 2014-12-20 13:53:05 -08:00
ccd0
5fc2e7946f Reduce code duplication with Get.scriptData. 2014-12-20 12:31:15 -08:00
ccd0
76507b6a34 Merge commit '68dbb73' into noscript; allow selection of noscript or Javascript captcha.
Similar to reverted merge commit c7433d9271717df3f0f8d64e22abf73e85f8a5ca.

Conflicts:
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
2014-12-12 17:59:14 -08:00
ccd0
08050f33f1 Use noscript fallback for captcha. 2014-12-11 22:53:03 -08:00
Zixaphir
29da4807e4 I installed Pale Moon. 2014-12-09 21:29:03 -07:00
Zixaphir
020a68f73a Merge ccd0's IP Count stuff 2014-12-09 00:28:38 -07:00
ccd0
fcb767e5de Merge branch 'Stable' into Beta
Conflicts:
	LICENSE
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
2014-12-04 13:50:43 -08:00
ccd0
a70e273597 Implement 'Disable Autoplaying Sounds' option. 2014-12-04 13:46:20 -08:00
ccd0
c38c37c720 Overhaul quote threading.
- Separate post order data from read/unread status.
- Make compatible with unread line and scroll to last read post.
- Implement [Thread New Posts] link.
2014-11-30 12:46:07 -08:00