Thomas Kluyver
f1f81e2efa
Rename get_model() to get()
11 years ago
MinRK
3ada0c2c27
Remove separate 'path', 'name' in Contents API
...
- path is full path (including name)
- name is only used for read-only convenience, and plays no role in any API
- remove 'untitled upload' (POST with content and no path)
11 years ago
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
11 years ago
MinRK
868994087f
finish up FilesHandler
...
- load FilesHandler like everything else
- remove copy/paste leftovers
11 years ago
Manuel Riel
4a5c7ebb25
remove unused import
11 years ago
Manuel Riel
c5069fe1fd
remove redundant abs_path
11 years ago
Manuel Riel
fc59a1b927
use ContentManagers own is_hidden() function
11 years ago
Manuel Riel
e75cfa24df
make base64 decoding ipython3 compatible
11 years ago
Manuel Riel
c6d548fbeb
correctly handle base64 and json, improve bin-file test
11 years ago
Manuel Riel
36c1a145e9
add new FilesHandler class
11 years ago