Marcin Kurczewski
9c26087b46
Added hotkeys for selecting posts in upload form
2014-08-27 18:57:49 +02:00
Marcin Kurczewski
42d814656a
Added protection against unsupported URLs
2014-08-03 23:43:51 +02:00
Marcin Kurczewski
a2c8ceecc4
Changed post upload form
2014-07-28 18:15:09 +02:00
Marcin Kurczewski
6543dcc8f9
Fixed thumbnails in upload
2014-06-20 21:29:52 +02:00
Marcin Kurczewski
6cacb90eef
Added maxlength attribute to post source
2014-06-20 18:44:08 +02:00
Marcin Kurczewski
3b5839031e
Added opt-in thumbnail proxying in upload
...
Rationale: some services thought that images linked from /posts/upload
are hotlinked. This is because they were receiving referrer set to a
host that is unknown for them. By using proxying, referrer is blank,
which increases thumbnail coverage at the expense of increased
server-side traffic.
2014-06-20 18:03:13 +02:00
Marcin Kurczewski
da9765c352
Fixed youtube thumbnails
...
API v2 got deprecated in March and v3 requires signup. Hotlinking like a
boss.
2014-06-20 17:04:42 +02:00
Marcin Kurczewski
2a6f047c28
Removed ?json in favor of X-Ajax
2014-05-18 21:32:47 +02:00
Marcin Kurczewski
6ae4cea8bb
Moved post upload to API
2014-05-03 19:26:00 +02:00
Marcin Kurczewski
feec48ed83
AJAX doesn't rely on StatusHelper
...
Since the purpose that StatusHelper was mainly created for no longer
holds, it was simplified to Messenger. It is now is used to transport
simple messages to views and still transports info whether the message
is about success or failure.
2014-05-01 23:34:44 +02:00
Marcin Kurczewski
0b6a0337fe
Exit confirmation tweaks in post upload
...
Confirmation is disabled after user removes last file from the upload queue.
It's enabled again whenever user adds something.
2014-02-21 20:24:37 +01:00
Marcin Kurczewski
4b08686393
Added lightbox to post uploads
2014-02-21 20:24:37 +01:00
Marcin Kurczewski
b86aaf90a3
Fixed and simplified tag autocompletion
2014-02-18 21:26:54 +01:00
Marcin Kurczewski
4469767d8f
Removed console.log
2014-02-18 21:14:52 +01:00
Marcin Kurczewski
4a69084a8b
Upload no longer uses tabs
2014-02-16 20:00:26 +01:00
Marcin Kurczewski
83a966f1af
Added tab wrappers
2014-02-16 12:33:48 +01:00
Marcin Kurczewski
d170e3b526
Closed #68
2014-02-01 11:23:59 +01:00