33 Commits

Author SHA1 Message Date
Nicolas Stepien
f1359a75fb Review some of the QR's style/CSS.
Make the Name/E-mail/Subject increase in width when hovered/focused.
2013-02-25 01:43:23 +01:00
Nicolas Stepien
f4b6063439 Clear timed-out cached captchas when the captcha is (re)loaded.
That will avoid showing an incorrect count of cached captchas.
Reorganize some captcha code.
Also a tiny fix.
2013-02-24 21:32:26 +01:00
Nicolas Stepien
1246df80af Use Mutation Observers to observe captcha changes instead of Mutation Listeners when possible. 2013-02-24 18:49:35 +01:00
Nicolas Stepien
43530b0302 Don't open the QR in closed threads. Ideally I'd make the QR independant of the DOM but it's impossible without captcha and known board configs. 2013-02-24 16:40:01 +01:00
Nicolas Stepien
491721e049 Fix captcha posting. #932 2013-02-24 15:51:04 +01:00
Nicolas Stepien
38d90627c6 Some cleaning in the QR code.
Use toBlob method when available (only Firefox supports it for now).
Fix %MD5 sauces.
2013-02-24 05:14:13 +01:00
Nicolas Stepien
67b05f6757 Only show delete links for your posts. Close #649 2013-02-23 18:38:52 +01:00
Nicolas Stepien
ce5e03fa81 Save IDs of your posts. 2013-02-23 16:53:12 +01:00
Nicolas Stepien
22c341e46d Give the status and status code on QR reponse if it isn't 200. 2013-02-23 16:19:05 +01:00
Nicolas Stepien
e8c54cc6e0 Fix #910 2013-02-23 16:12:40 +01:00
Nicolas Stepien
a796597108 Prevent post submission in a sticky thread. Close #664 2013-02-23 15:56:44 +01:00
Nicolas Stepien
4fc349d996 Connection error -> Network error. 2013-02-23 04:30:18 +01:00
Nicolas Stepien
dad6273520 input[name=pwd] -> #postPassword 2013-02-23 04:22:41 +01:00
Nicolas Stepien
3ccc6bbe3f Don't start re-uploading again when we want it to stop.
This has bothered me so much.
2013-02-23 04:17:57 +01:00
Nicolas Stepien
933a861998 QRPostSuccessful threadID and postID are now integers.
threadID will always give the threadID, not 0 when creating a new thread.
Send the board object with it too.
2013-02-23 04:05:26 +01:00
Nicolas Stepien
1bc2c17e41 Fix pass. #932 2013-02-22 21:37:56 +01:00
Nicolas Stepien
09854dd3aa Fix cooldown values. #932 2013-02-22 20:54:53 +01:00
Nicolas Stepien
093644b720 CoffeeScript bug? 2013-02-22 17:16:27 +01:00
Nicolas Stepien
c788e6e8ae Fix QR captcha and new thread redirection. #932 2013-02-22 15:44:47 +01:00
Nicolas Stepien
558c5a68dc Less indexOf. 2013-02-22 03:47:10 +01:00
Nicolas Stepien
4d7a2f9c02 Add a close button to the Settings dialog, for small screens. 2013-02-20 03:08:52 +01:00
Nicolas Stepien
aa16428d78 Tell 4chan to parse posts if we enabled 4chan's extension.
Add code/math parsing.
Add math tags keybinds.
Close #507.
2013-02-19 19:13:04 +01:00
Nicolas Stepien
c77e012a52 Add Keybinds. 2013-02-18 00:17:00 +01:00
Nicolas Stepien
bbd96ad959 Don't affect 404/error pages. 2013-02-17 20:15:25 +01:00
Nicolas Stepien
4fb824c304 Indicate filesize and max filesize in case of too large selected files. 2013-02-14 22:23:33 +01:00
Nicolas Stepien
c746f9b7e6 Abort QR upload on thread death. Some QR notifications work. 2013-02-14 22:16:18 +01:00
Nicolas Stepien
b90931b80d unoop the thread updater. 2013-02-14 21:31:31 +01:00
Nicolas Stepien
b91d343679 Use link+blob urls for the stylesheet. That'll help me inspect the css.
I wonder if it matters performance-wise.
2013-02-14 17:28:03 +01:00
Nicolas Stepien
7326caf438 Add Image Expansion.
Close #314.
Close #481.
2013-02-14 02:32:22 +01:00
Nicolas Stepien
2d677acad4 Add the CloseMenu event/API. 2013-02-13 18:24:59 +01:00
Nicolas Stepien
4f28b6d2e5 Add ordering to menu entries, using a flexbox layout. 2013-02-13 18:03:27 +01:00
Nicolas Stepien
859c5db1f0 Close #772. 2013-02-13 16:57:32 +01:00
Nicolas Stepien
22d40d2315 The QR code is just too damn long, move it into its own file. 2013-02-12 23:59:29 +01:00