Min RK
|
962c5ccd80
|
stop using `@json_handlers`
|
9 years ago |
Min RK
|
8e141df890
|
run Python tests with a token
exercises token auth
|
9 years ago |
Min RK
|
fe86b65183
|
json_errors should be outermost decorator on API handlers
in order to apply to 403 raised by web.authenticated
|
10 years ago |
Safia Abdalla
|
3ea9c96bbc
|
Merge pull request #1526 from minrk/nbconfig-priority
reverse nbconfig load order
|
10 years ago |
Sylvain Corlay
|
a91af4d642
|
Update traitlets API
|
10 years ago |
Min RK
|
710dcd6299
|
reverse nbconfig load order
list is in descending priority, so load should iterate back to front, to ensure user config wins
|
10 years ago |
Jonathan Frederic
|
fa399450c4
|
Fix poor logic in manager.py
|
10 years ago |
Jonathan Frederic
|
29279e21e7
|
Fix typo
|
10 years ago |
Brian E. Granger
|
7705bfd5ab
|
New approach working, old approach gone.
|
10 years ago |
Steven Silvester
|
88c067ff27
|
Clean up allowed methods
|
11 years ago |
Steven Silvester
|
f2b42ae72c
|
Allow cross-origin patches for config
|
11 years ago |
Thomas Kluyver
|
3c42206759
|
Store frontend config in nbconfig/ subdirectory
Closes gh-211
|
11 years ago |
Min RK
|
709ed0d04b
|
Add APIHandler base class
- ensures all API responses are json
- sets CSP to prevent js execution on all API replies
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |