5668 Commits

Author SHA1 Message Date
Zixaphir
98b07e177c One day, I'll just rewrite the whole mascot code
And then I'll just release it as its own script
And then I'll break Appchan X into script modules
And then, I'll look back
And realize I've come full circle and returned to `ya4cie`
<3 @aeosynth
2013-09-04 14:27:22 -07:00
Zixaphir
a5471ba547 Merge branch 'v3'
Conflicts:
	builds/4chan-X.user.js
2013-09-03 21:42:41 -07:00
Zixaphir
720606d2e2 Trick thread updater into allowing 1 second
PROTIP: minimum seconds are now techically two, but it'll still
display one. Anyone pissed about this needs to get a life.
2013-09-03 21:41:00 -07:00
Zixaphir
c7d2021895 Place remove spoilers after Linkify 2013-09-03 17:27:18 -07:00
Zixaphir
aafaadb8eb Fix #448 2013-09-03 16:43:33 -07:00
Zixaphir
aced7b04f8 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/css/style.css
2013-09-03 16:40:40 -07:00
Zixaphir
6ef4beb3e6 Fix Gallery "fit height" in Chrom* 2013-09-03 16:11:25 -07:00
Zixaphir
ba2ecd8237 Try to fix thread updater. 2013-09-03 15:53:06 -07:00
Zixaphir
ac764fd102 Redo image uploading
Reduce size before saving, hopefully should reduce issues with
quotas. This will only affect images selected via shift-click.

Also, try to handle 404'd mascots.
2013-08-31 20:13:41 -07:00
Zixaphir
8978f461b7 Lets not remove slideout navigation from the DOM if it's hidden 2013-08-31 10:16:11 -07:00
Zixaphir
2efd32a0a6 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.meta.js
	builds/crx/manifest.json
	builds/crx/script.js
	latest.js
	package.json
	src/General/css/style.css
2013-08-30 19:35:10 -07:00
Zixaphir
47bdc73f4c Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	css/style.css
	src/Images/ImageExpand.coffee
	src/Linkification/Linkify.coffee
	src/Monitoring/ThreadUpdater.coffee
2013-08-30 18:15:47 -07:00
Zixaphir
583a140eab Disable, don't remove. Should fix #446, for real this time
This might actually be more efficient.
2013-08-30 15:24:41 -07:00
Mayhem
fde52b4402 Uncomment that for xtra stability. 2013-08-30 22:19:27 +02:00
Mayhem
0e3222312c Remove a Chrome bug notice as it didn't seem to actually work. 2013-08-29 16:18:52 +02:00
Mayhem
4742e7dac6 Fix the QR showing incorrect file data when opening multiple files at once. 2013-08-28 20:38:32 +02:00
Mayhem
455778f865 Fix image contraction not always moving us back to the post. 2013-08-28 20:32:58 +02:00
Mayhem
a1efe855e2 Make use of xhr.timeout. 2013-08-28 00:12:36 +02:00
Mayhem
44bde8781f Drop support for prefixed flexbox. 2013-08-27 12:53:41 +02:00
Jordan Bates
e44480c0c6 This seems redundant now 2013-08-26 20:48:50 -07:00
Jordan Bates
d30ed0a8ec For realz fix #164 2013-08-26 20:46:23 -07:00
Mayhem
5c36d646a5 Start desktop notification closing timeout only after they appeared. 2013-08-26 21:31:30 +02:00
Jordan Bates
5ae3e9e775 Fix #166 2013-08-25 17:20:59 -07:00
Jordan Bates
a62323915d Gallery tweaks
Also fix hide thumbnails
2013-08-25 17:12:00 -07:00
Zixaphir
2cb40a7f75 Add flex to our QR 2013-08-25 14:20:51 -07:00
Zixaphir
e6de614e14 Redo posts as flex
No more clearfix, no more "overflow: hidden", no more bullshit.
2013-08-25 13:48:05 -07:00
Mayhem
386888e4d1 Tiny linkifier fix. 2013-08-25 22:18:17 +02:00
Zixaphir
ace2f6384f Release appchan x v2.3.8. 2013-08-25 12:59:16 -07:00
Zixaphir
b9ab19974b Clean reserved words 2013-08-25 11:29:44 -07:00
Zixaphir
44f83a756a Fix #329 2013-08-25 11:16:59 -07:00
Zixaphir
82d43423c5 Fix #440 2013-08-25 10:57:41 -07:00
Zixaphir
24bbf117a8 Fix #443 2013-08-25 10:54:59 -07:00
Zixaphir
9474942271 Fix #441 2013-08-25 10:50:55 -07:00
Zixaphir
5201395246 Fix slideout threadwatcher, navigation, and PSA hover 2013-08-25 10:23:29 -07:00
Zixaphir
1450e61369 Merge branch 'v3'
Conflicts:
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/css/style.css
	src/Images/Gallery.coffee
2013-08-25 10:11:46 -07:00
Zixaphir
85f226d3d4 CSS 2013-08-25 10:08:47 -07:00
Zixaphir
4435b84f3f Sometimes, I'm dumb 2013-08-25 09:13:05 -07:00
Zixaphir
9353bcd50d Separate Gallery and Image Expansion fit width / height 2013-08-25 08:47:09 -07:00
Zixaphir
5c43ffb272 Get some rudimentary error handling setup in the gallery
This is mostly just Mayhem's ImageExpand error code, refactored
for the context of the gallery.
2013-08-25 08:31:34 -07:00
seaweedchan
128ff46440 Allow enter key to open file dialog once 2013-08-25 01:17:30 -07:00
seaweedchan
6598b5a45e Merge Zixaphir X 2013-08-25 01:15:47 -07:00
seaweedchan
5eb576d5f0 Fix #164 2013-08-24 23:36:07 -07:00
Zixaphir
c6b3f0b9b6 Focus a focusable element instead of trying to focus the image 2013-08-24 22:23:07 -07:00
Zixaphir
75e54949ae Restore the double-border on .gal-next IF thumbnails aren't hidden 2013-08-24 22:20:39 -07:00
Zixaphir
209154d905 Add some scrolling to the Thumbnail bar. 2013-08-24 22:19:30 -07:00
Mayhem
cec8bf186e Fix #1262. 2013-08-25 00:17:42 +02:00
Zixaphir
7a7d39c171 Merge branch 'v3' 2013-08-24 14:05:32 -07:00
Zixaphir
f07a0a1694 Gallery.thumbs > Gallery.nodes.thumbs 2013-08-24 14:04:50 -07:00
Zixaphir
d4a3bc8a17 Merge branch 'v3'
Conflicts:
	CHANGELOG.md
	Gruntfile.coffee
	LICENSE
	builds/4chan-X.user.js
	builds/crx/manifest.json
	builds/crx/script.js
	latest.js
	package.json
	src/General/Config.coffee
	src/General/Header.coffee
	src/General/Settings.coffee
	src/General/css/font-awesome.css
	src/Images/FappeTyme.coffee
	src/Images/Gallery.coffee
	src/Images/ImageExpand.coffee
	src/Monitoring/Favicon.coffee
	src/Monitoring/ThreadWatcher.coffee
	src/Posting/QuickReply.coffee
2013-08-24 13:57:27 -07:00
Zixaphir
50416a0aab Cleanup 2013-08-24 13:10:03 -07:00