80 Commits

Author SHA1 Message Date
ccd0
3b1c585eb4 Better identification of variable-setting script. #199? 2014-12-31 11:13:23 -08:00
ccd0
4015395c10 Don't use title attribute to select elements. #220
Hopefully this will reduce extension conflicts and sensitivity to 4chan changes.
2014-12-30 16:19:32 -08:00
ccd0
5fc2e7946f Reduce code duplication with Get.scriptData. 2014-12-20 12:31:15 -08:00
ccd0
28a0064a67 Allow for extensions that add text to link titles (#220?)
e.g. NoScript's Javascript link fixer.
2014-12-14 20:41:40 -08:00
ccd0
b4bbb687c5 Merge branch '1.9.11.x'
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-11-17 21:40:10 -08:00
ccd0
f7759216ca Fix bugs in loading from HTTP-only archives on HTTPS pages. 2014-11-17 21:20:10 -08:00
ccd0
4ac31962a2 Move nameBlock into post class. 2014-11-15 20:41:32 -08:00
ccd0
e3cc7bd7a4 Quotelink bug. #172 2014-10-24 20:11:37 -07:00
ccd0
9cdac0c9f4 recheck threads when quoted post not found in cached data 2014-09-10 01:19:28 -07:00
ccd0
15a56ec0ae implement PostsInserted and use it in ImageLoader 2014-09-08 10:31:30 -07:00
ccd0
6abbbf00e2 stricter security test 2014-08-23 20:21:33 -07:00
ccd0
95f3c16e6e fix potential MITM attack 2014-08-11 22:05:47 -07:00
ccd0
4a32154031 bugfix 2014-08-10 15:58:56 -07:00
ccd0
f6206b766f archive settings: edit name, descriptions 2014-08-08 22:32:05 -07:00
ccd0
4d40b30c28 archive features should be disableable 2014-08-08 21:24:41 -07:00
ccd0
790a62d1bd add option to disable mixed content security, workaround for ajax restrictions 2014-08-03 19:53:01 -07:00
ccd0
689372e2b3 consolidate archive post fetching code 2014-08-03 12:59:18 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
d1f8709dc3 fix to archive bug fix 2014-07-02 18:16:33 -07:00
ccd0
353d46dad9 fix Reveal Spoiler Thumbnails on archived posts 2014-07-01 00:43:29 -07:00
ccd0
e40fe775f1 use spoiler thumbnail for spoilered posts from archive 2014-06-29 01:51:11 -07:00
ccd0
b6739cc45d move HTML escape to global as E 2014-06-28 21:58:14 -07:00
ccd0
799e6bf61c more HTML building fixes 2014-06-28 08:43:55 -07:00
ccd0
c740dc0b7d fix recursive hiding bug, this time without breaking other stuff 2014-06-15 22:44:25 -07:00
ccd0
2c2407a727 fix missed responseType: 'json' 2014-05-24 00:03:26 -07:00
ccd0
e229c3af1d fix empty comment loading from archives 2014-05-15 17:46:57 -07:00
ccd0
05014b7f13 rewrite HTML escaping in post building 2014-05-15 17:02:17 -07:00
Mayhem
895d4a1a4d Fix #1511 2014-05-12 23:21:00 -07:00
ccd0
57f780ebfb apply Mayhem's quoting fix 2014-05-03 08:23:02 -07:00
ccd0
a452b732fd change res -> thread in JSON API URLs 2014-04-13 01:46:18 -07:00
ccd0
6c3a0619f6 remove src, thumb from image links 2014-04-12 21:57:40 -07:00
ccd0
deeba623a0 contract thumbnails in hover preview
... and don't clone the video element
2014-04-07 15:48:56 -07:00
Zixaphir
b6749b91a5 Merge branch 'mayhem' into v3
Conflicts:
	CHANGELOG.md
	CONTRIBUTING.md
	css/style.css
	html/General/Settings-section-Main.html
	json/archives.json
	package.json
	src/Archive/Redirect.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/Settings.coffee
	src/General/lib/$.coffee
	src/General/lib/thread.class
	src/Linkification/Linkify.coffee
	src/Miscellaneous/AnnouncementHiding.coffee
	src/Monitoring/ThreadStats.coffee
2014-01-22 12:10:34 -07:00
Mayhem
e25fd080bc Foolfuuka's API URL does not end with .json so we must define the responseType manually. 2014-01-21 15:09:16 +01:00
Mayhem
710655f13e Use xhr.responseType = 'json'. 2014-01-21 14:46:26 +01:00
Zixaphir
11e5f348f0 Still hate switches. 2014-01-19 21:38:46 -07:00
Zixaphir
dc5daeba06 I really don't like iterating through objects. 2014-01-14 20:17:44 -07:00
Zixaphir
99343e8fc0 Eep, missed a very small, very important detail
I'm not going to lie, I'm kinda tired right now.
2014-01-13 01:16:53 -07:00
Zixaphir
c879594909 And that, honestly, feel best anyways. 2014-01-13 01:07:38 -07:00
Zixaphir
8d54c13d5f There's a splat for that. 2014-01-13 01:06:21 -07:00
Zixaphir
2e1dc0088d Sometimes we can just do it better when we give it a second look. 2014-01-13 01:01:02 -07:00
Zixaphir
6a1223ef04 CoffeeScript syntax is convenient. 2014-01-13 00:52:28 -07:00
Zixaphir
0f058432e4 Return 2014-01-13 00:47:21 -07:00
Zixaphir
56c7288d8d [].push.appy and [].concat? Lets... comprehend that code better. 2014-01-13 00:44:20 -07:00
Zixaphir
743810647d At least give me this! 2014-01-10 18:19:05 -07:00
Zixaphir
b38f63e313 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	Gruntfile.coffee
	src/Filtering/PostHiding.coffee
	src/General/Build.coffee
	src/General/lib/$.coffee
	src/Menu/Menu.coffee
	src/Posting/QuickReply.coffee
2013-12-25 10:54:21 -07:00
Zixaphir
91233b8d61 remove [].contains. It was a bad idea.
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Mayhem
7fda9f1fb6 Tiny fixes. 2013-12-19 04:13:32 +01:00
Mayhem
8227d935cd Cleanup asap. 2013-12-14 17:14:25 +01:00
Zixaphir
a3c1afa5cd Merge -- probably bugged until I sort out everything
that's actually changed. Honestly, all I wanted was the
4cdn changes, but any excuse to merge was good enough, I guess.

Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3

Conflicts:
	CHANGELOG.md
	Gruntfile.coffee
	changelog-old
	css/style.css
	html/General/Settings.html
	html/Monitoring/ThreadUpdater.html
	html/Monitoring/ThreadWatcher.html
	html/Posting/QR.html
	package.json
	src/Filtering/ThreadHiding.coffee
	src/General/Build.coffee
	src/General/Config.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/Settings.coffee
	src/General/lib/post.class
	src/General/meta/manifest.json
	src/Images/ImageExpand.coffee
	src/Meta/banner.js
	src/Miscellaneous/ExpandComment.coffee
	src/Miscellaneous/ExpandThread.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Miscellaneous/Nav.coffee
	src/Monitoring/Favicon.coffee
	src/Monitoring/ThreadStats.coffee
	src/Monitoring/ThreadUpdater.coffee
	src/Monitoring/ThreadWatcher.coffee
	src/Monitoring/Unread.coffee
	src/Posting/QuickReply.coffee
2013-11-22 17:25:06 -07:00