Min RK
|
a69ddb6655
|
register contents_manager.files_handler_class directly
rather than trying to call one handler from another,
which is unreliable and can cause misbehavior.
|
9 years ago |
Min RK
|
d6a534ec5b
|
use RFC5987 encoding for filenames
as described in RFC 6266 describing Content-Disposition
|
9 years ago |
Grant Nestor
|
64ed6e439c
|
Don't url escape filenames on download
|
9 years ago |
Anastasis Germanidis
|
a82a510199
|
Use static file handler when files are local
|
9 years ago |
Grant Nestor
|
dcf077c2bf
|
Specify `charset=UTF-8` for `text/plain` files
|
9 years ago |
Grant Nestor
|
e1d476ae98
|
Specify `charset=UTF-8` when serving non-base64 files
|
9 years ago |
Min RK
|
8daac20e22
|
set notebook mime-type on download links
notebooks are not application/json, they are application/x-ipynb+json.
This fixes Safari adding the JSON extension to notebooks on download.
|
10 years ago |
wenjun.swj
|
184e1e28fe
|
typo
|
10 years ago |
wenjun.swj
|
17a7fe76a9
|
encode file name in Content-Disposition when it contains non-ascii characters
|
10 years ago |
Matthias Bussonnier
|
0ad67c8b7f
|
Remove usage of encode/decodestring, Deprecated, replace by bytes equiv.
|
10 years ago |
Thomas Kluyver
|
1941d0b234
|
Allow HEAD requests for /files/ URLs
Closes gh-965
|
10 years ago |
Min RK
|
6ec427b523
|
set mime-type on /files/
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |