James Tai
c1bb144982
Move file upload options above drop zone
This moves the 'randomize filename' checkbox and 'file expiry' menu
above the drop zone, so that the user is encouraged to tweak those
options before choosing the file to upload. Fixes
andreimarcu/linx-server#187 .
6 years ago
mutantmonkey
8f3108148b
Add option to force random filenames ( fixes #86 ) ( #159 )
7 years ago
Simon Alfassa
fd0f3d9e46
Make the web page mobile friendly
7 years ago
Benjamin Neff
6290f408ff
Allow to paste images ( #153 )
dropzone.js doesn't support pasting itself yet, so adding it externally
and calling `.addFile()` to upload the pasted image.
Fixes #130
7 years ago
mutantmonkey
fef43d856e
Add option for maximum expiration time ( fixes #99 )
9 years ago
andreimarcu
4856ab0750
Allow for non-/ deployments. Fixes #61
10 years ago
andreimarcu
639d519712
Configurable maximum upload file size. Fixes #35
10 years ago
andreimarcu
37d3e96e22
Fix no-javascript fallback ugliness of index page. Fixes #37
10 years ago
mutantmonkey
44172ec98a
clean up HTML, CSS, and JavaScript for CSP
In order to implement Content-Security-Policy, the inlined style, event
handlers, and scripts all have to go. This commit completes this work.
10 years ago
mutantmonkey
84f38026eb
do some more HTML and JS cleanup
10 years ago
andreimarcu
c339a8c770
Highlight dropzone when dragging
10 years ago
andreimarcu
31359499ac
Switch to dropzonejs. Fixes #18
10 years ago
andreimarcu
c32a698cbc
upload expiry/barename respect, random fixes
10 years ago
andreimarcu
8caae56b39
json response + imported old drag and drop uploader
10 years ago
andreimarcu
d869599da7
Bare /static support, some css/templates import
10 years ago
andreimarcu
d130cfe8e1
Some cleanup
10 years ago
andreimarcu
2dbe318b18
Initial commit
10 years ago