Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Kluyver
f1f81e2efa Rename get_model() to get() 2014-11-11 14:51:21 -08:00
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)
2014-11-10 14:02:18 -08:00
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