1678 Commits

Author SHA1 Message Date
Nicolas Stepien
b877f47b00 Return ASAP in images.4chan.org 2012-01-04 16:24:04 +01:00
Nicolas Stepien
5452d7f46b Make sure to initialize the options UI, in case something goes wrong let the user change his settings. 2012-01-04 16:07:13 +01:00
Nicolas Stepien
726335775c $.onLoad 2012-01-04 15:55:55 +01:00
Nicolas Stepien
41b10d4223 Merge branch 'master' of github.com:MayhemYDG/4chan-x into qr 2012-01-04 14:47:22 +01:00
Nicolas Stepien
2196ea2c73 Faster selector 2012-01-04 14:31:06 +01:00
Nicolas Stepien
b03ecbf0b0 Merge branch 'master' into qr 2012-01-04 03:10:34 +01:00
Nicolas Stepien
1d38988f06 Unfocus the QR when submitting. 2012-01-04 00:23:50 +01:00
Nicolas Stepien
ed1184c9a1 Release 2.24.0. 2012-01-03 22:57:43 +01:00
Nicolas Stepien
58505f693d Set up archived image redirection link. 2012-01-03 22:54:22 +01:00
Nicolas Stepien
4041419a3d Revert "Whoa, what? Fix mime-type acceptance."
Dunno why I got it wrong while testing.

This reverts commit ea945cc4b7a7361dad5177572b3aee53aac2b122.
2012-01-03 22:46:56 +01:00
Nicolas Stepien
dcd14c9989 Last mimetype match fix fix, remove that trailing space. 2012-01-03 22:19:22 +01:00
Nicolas Stepien
439422d655 Let it drop files before first opening the QR. Enable dump class on drop. 2012-01-02 14:01:33 +01:00
Nicolas Stepien
9cf6aa1079 Manage file drag and drop into the window. It will open the QR if it's closed. 2012-01-02 06:29:30 +01:00
Nicolas Stepien
4e2f3efef6 Automatically pick threads to reply to. Finish keybinds. 2012-01-02 02:08:12 +01:00
Nicolas Stepien
7e6f3ff09e Fixes, moved elements in the draggable area. 2012-01-02 01:17:47 +01:00
Nicolas Stepien
5f4bc8c76b Create a new thread or select a thread to reply to UI. 2012-01-02 00:50:41 +01:00
Nicolas Stepien
ab5177104b Inline 404 checking. 2012-01-01 21:39:53 +01:00
Nicolas Stepien
16f3400d59 More filetype checking. 2012-01-01 21:32:45 +01:00
Nicolas Stepien
3ea6e04348 Get qr keybinds almost done; blur the focused element when closing the qr; open the qr on error. 2012-01-01 20:30:30 +01:00
Nicolas Stepien
b2f7f556e7 Gecko fixes. 2012-01-01 16:58:21 +01:00
Nicolas Stepien
e031e56563 Input hover & focus styling. 2012-01-01 16:21:31 +01:00
Nicolas Stepien
ce7aa784e4 Merge branch 'master' into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2012-01-01 15:26:24 +01:00
Nicolas Stepien
c490bc616e Keybind to open the options: ctrl+o. Close #86 2012-01-01 15:23:46 +01:00
Nicolas Stepien
880d9ad9df WTF. Change button to input type=button, as pressing enter in the other inputs would trigger the mouse event click on the button. 2012-01-01 06:38:43 +01:00
Nicolas Stepien
4a9b9b11d3 Disable the QR if the thread 404'd. 2012-01-01 06:26:04 +01:00
Nicolas Stepien
c547815b7c Prevent filesize errors. Prepare single and multiple file selection. 2012-01-01 05:43:38 +01:00
Nicolas Stepien
ea945cc4b7 Whoa, what? Fix mime-type acceptance. 2012-01-01 04:19:21 +01:00
Nicolas Stepien
ff34fa6de1 Chose files with allowed mime-type. 2012-01-01 04:07:21 +01:00
Nicolas Stepien
e1cc2309a1 Merge branch 'master' into qr 2012-01-01 02:54:24 +01:00
Nicolas Stepien
7197c8c033 Finish redesign. I'll make the dump mode list later. 2012-01-01 02:53:45 +01:00
James Campos
5bda49fb79 don't expand image or inline quote if e.metaKey
on osx, command(⌘)+click opens links in new tabs.
e.metaKey is true when command is held.
2011-12-31 13:32:52 -08:00
Nicolas Stepien
3e0b957ada Remove $.globalEval and include sys.4chan.org. 2011-12-31 04:28:58 +01:00
Nicolas Stepien
d4cffe79a0 Objectify qr.inputs, more form submit/response handling preparations. 2011-12-31 00:15:38 +01:00
Nicolas Stepien
07990f29a2 Some changes in elements, preparing submit function, sync name/mail/subject only on submit because we have to take into account the mail field containing sage or not. 2011-12-30 23:22:56 +01:00
Nicolas Stepien
4d821dc210 Merge branch 'master' into qr 2011-12-30 20:10:21 +01:00
Nicolas Stepien
2114c86866 Return asap, remove braces. 2011-12-30 20:10:11 +01:00
Nicolas Stepien
157a49bded WHAT THE HELL. Fix spacing by removing the spaces (duh), fix fluid width by specifying size=1. wtf 2011-12-30 05:09:44 +01:00
Nicolas Stepien
705cbc05da Dealing with inputs' width in a fixed position element is such a pain in the ass. 2011-12-30 04:39:46 +01:00
Nicolas Stepien
c637ee308b Remember subject, and sync it between tabs. Close #52 2011-12-30 00:36:53 +01:00
Nicolas Stepien
ff90f7f97f Classier QR options descriptions. Remove Auto-Noko, add Remember Subject. 2011-12-30 00:30:18 +01:00
Nicolas Stepien
0005cf6930 Actually don't use an element to store the password; we'll use xhr2, we don't need hidden inputs where we're going. 2011-12-30 00:13:42 +01:00
Nicolas Stepien
5f03b8949d Rely on the default post form _only once_ when there isn't any password saved. 2011-12-29 21:51:41 +01:00
Nicolas Stepien
9fb173b4e9 Merge branch 'master' into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2011-12-29 20:21:41 +01:00
Nicolas Stepien
de0a486608 Sync password too, default values to the ones in the normal post form. 2011-12-29 16:38:56 +01:00
Nicolas Stepien
b1256e1754 Max-width: 75% for image hover. Close #76 2011-12-29 05:03:28 +01:00
Nicolas Stepien
16cccee5a0 Auto-hide fixes. 2011-12-29 04:54:02 +01:00
Nicolas Stepien
f45da76cc1 Load and save name/email with localStorage instead of cookies, sync them between tabs. Load password from the normal post form. 2011-12-29 04:42:30 +01:00
Nicolas Stepien
6b237dfa2f One keybind, auto-hide and persistent QR. 2011-12-29 03:39:41 +01:00
Nicolas Stepien
39d7e45261 Update changelog; add /r9k/ archive redirection, even though the last archived post is dated from the 5th December. 2011-12-29 02:24:36 +01:00
Nicolas Stepien
fcc0d61f72 Add /lit/ archive redirection. 2011-12-29 02:08:52 +01:00