Kabir Sala
fe4b037536
More fixes
2014-02-12 23:30:49 +01:00
Kabir Sala
a439ecf4f2
Add filename
2014-02-12 05:15:17 +01:00
Kabir Sala
15d8da033a
Fix posting from url in Firefox
2014-02-12 03:22:13 +01:00
Kabir Sala
eeb95bbb9f
fix
2014-02-12 00:22:00 +01:00
Kabir Sala
d8a168a549
More work on post from url
2014-02-11 23:37:52 +01:00
Kabir Sala
f0bd6b1b04
Start working on remote upload (Chrome-only so far)
2014-02-11 18:32:23 +01:00
Kabir Sala
a7b2565e5b
Copy more from Zixaphir and Mayhem, proper(?) fix for Chrome
2014-02-10 04:45:04 +01: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
Zixaphir
f37484cd33
HTTPS for posting, always.
2014-01-19 16:20:21 -07:00
Zixaphir
a993b440dc
Try to get some better errors out of QR.req.onerror
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
src/General/css/layout.css
2014-01-19 16:19:18 -07:00
Zixaphir
8ddf2b4e5f
Start working on tightening our control of the Navigation context
...
Currently breaks posting.
TODO:
* Fix style switching from NSFW to SFW (SFW to NSFW works)
- It is worth noting this used to work.
* Fix post form not updating its currently selected thread.
* Fix navigation between threads in different boards (same boards
works? Maybe?)
* Handle race conditions due to pop states.
- I'm having a lot of trouble wrapping my mind around this one.
Mostly due to the fact that I have no idea where to begin with
it. But this isn't a big issue unless you pop state multiple
times within seconds.
I just need some exceptions when we try to disconnect features
that haven't even finished connecting due to threads not being
available yet.
Most of the early issues, like double-backlinks, incorrect
thumbnails, etc, have been fixed, I think. Or at least I'm no
longer running into them all the time.
2014-01-18 02:34:18 -07:00
Zixaphir
c8514d1029
Fix posting when navigating to new boards via JSON
2014-01-17 16:24:49 -07:00
AchtBit
8c3e46d23b
Fix wait error regex
...
There are 2 spaces separating the number of seconds.
2014-01-17 00:33:43 -06:00
Zixaphir
dc5daeba06
I really don't like iterating through objects.
2014-01-14 20:17:44 -07:00
Zixaphir
c61c71c764
Fix the QR's state upon navigation with JSON
2014-01-10 22:54:30 -07:00
Zixaphir
890277f296
Update QR depending on state.
2014-01-09 23:20:38 -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
Mayhem
a646d532b2
Split QR.coffee into multiple files.
2013-12-19 04:34:37 +01:00
Mayhem
af21becff6
Fix #1347 .
2013-11-25 13:21:37 +01:00
Mayhem
d5e7fa8d94
QR thumbnail previews creation should be aware of the device pixel ratio.
2013-11-16 20:38:48 +01:00
Mayhem
882670bc6b
Screw the "Remove" text next to the QR post clear button, move to title tooltip.
2013-11-16 20:26:18 +01:00
Mayhem
1b8e55f0b4
Use fa-times-circle instead of fa-times for clearing actions.
2013-11-16 20:07:19 +01:00
Mayhem
ffc625259e
Replace the times symbol with fa-times. #1338
2013-11-16 15:57:47 +01:00
Mayhem
451661077d
Remove outdated temporary workarounds.
2013-11-04 10:48:35 +01:00
Mayhem
bc72f0f763
Create importHTML function, and use it.
2013-11-02 19:21:05 +01:00
Mayhem
0038f1f011
Slightly better consistency between "reload"/"refresh"/"update" usage.
2013-11-02 19:21:04 +01:00
Mayhem
22c561b796
Take into account dead threads in the watcher after an index refresh.
2013-11-02 19:21:04 +01:00
Mayhem
72b38da3af
Regenerate the QR threads list correctly after an index refresh.
2013-11-02 19:21:04 +01:00
Mayhem
c2984275e5
Add index refresh shortcut in the header bar.
...
Also fix lazy/lame implementation of Header.addShortcut()
2013-11-02 19:21:04 +01:00
Mayhem
4ff5fd287a
Update FontAwesome.
2013-10-23 21:13:10 +02:00
Mayhem
5d80be015c
Don't open the QR post previews list when we drop a single file. Close #1290
2013-10-06 15:07:30 +02:00
Mayhem
f77f70bde3
Add QRPostSuccessful_. #1127
2013-10-03 15:53:03 +02:00
Mayhem
10e93091d7
{Post,Thread}::callbacks => {Post,Thread}.callbacks
2013-10-02 11:38:15 +02:00
Mayhem
380eda18d2
Don't show the "running low on captchas" when we actually have just enough.
2013-09-20 11:03:18 +02:00
Mayhem
47347d95f5
Posting an image after a reply has no cooldown.
2013-09-20 10:53:42 +02:00
Mayhem
124a2ef473
No need to store hasFile.
2013-09-20 00:01:19 +02:00
Mayhem
7aaa91508c
Small cooldown fixes.
2013-09-19 13:53:54 +02:00
Mayhem
499288e6da
Update cooldown counting procedures.
2013-09-19 10:59:38 +02:00
Mayhem
a56b6765cb
Remove some /q/-only settings.
2013-09-19 09:22:24 +02:00
Mayhem
641de541b4
Thread creation cooldown duration is 600 seconds.
2013-09-17 09:48:58 +02:00
Mayhem
d3654f9079
Update post/delete cooldown timers.
2013-09-17 09:46:02 +02:00
Mayhem
f606b5fbd5
Remember the flag selection. Close #1270
2013-09-13 17:03:42 +02:00
Mayhem
1208e96233
Add support for the flag selector on /pol/. #1270
2013-09-13 16:41:18 +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
5c36d646a5
Start desktop notification closing timeout only after they appeared.
2013-08-26 21:31:30 +02:00
ferongr
638c836e59
Autohide persistent QR in catalog, fix #1241
...
That was easier than expected
2013-08-23 23:42:05 +03:00
Mayhem
24762fd182
Un-hide the QR and focus the captcha input when clicking on the low-captcha notification.
2013-08-21 22:37:47 +02:00
Mayhem
ae8e633ee3
Refactor file input handling.
2013-08-21 22:32:55 +02:00
Mayhem
7d51b560d8
offset -> layer
...
Because Fx doesn't have offsetX/Y.
2013-08-21 20:49:40 +02:00
Mayhem
a5e20db33f
Refine QR previews dragging.
2013-08-21 20:25:44 +02:00