mutantmonkey
84167f628a
Add option to force random filenames ( fixes #86 )
* Hide the "randomize filename" checkbox on the index and the "filename"
text box on the paste page
* Update API documentation to show random filenames in examples
* Don't force a random filename when overwriting with a valid delete key
* If a filename already exists and a random filename is being used, keep
generating new random filenames until one doesn't exist instead of using
a counter
6 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
6 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