Commit Graph

8 Commits

Author SHA1 Message Date
Min RK
1d7f8803e0 use ?download=1 to trigger download in /files/
sets `Content-Disposition: attachment...`

- master sets this unconditionally
- 2.x sets this iff file is a notebook
2014-10-31 15:45:30 -07:00
MinRK
868994087f finish up FilesHandler
- load FilesHandler like everything else
- remove copy/paste leftovers
2014-10-16 09:26:27 -07:00
Manuel Riel
4a5c7ebb25 remove unused import 2014-10-08 01:15:22 +02:00
Manuel Riel
c5069fe1fd remove redundant abs_path 2014-10-06 20:49:27 +02:00
Manuel Riel
fc59a1b927 use ContentManagers own is_hidden() function 2014-10-06 20:46:24 +02:00
Manuel Riel
e75cfa24df make base64 decoding ipython3 compatible 2014-10-06 12:50:53 +02:00
Manuel Riel
c6d548fbeb correctly handle base64 and json, improve bin-file test 2014-10-06 12:29:33 +02:00
Manuel Riel
36c1a145e9 add new FilesHandler class 2014-10-05 13:37:30 +02:00