230 Commits (fc8bbb44ca9e7c96b18f0bc907d95eed2628eff5)

Author SHA1 Message Date
Min RK f77e3435cf tornado 5 fixes in tests
8 years ago
M Pacer 5fd7d52ec2 API spec improvements, API handler improvements
8 years ago
Min RK 6ac6f97b80
Merge pull request #3304 from takluyver/trash-linux-home-only
8 years ago
Simon Biggs fa803ba238 import _
8 years ago
ehengao dd451c1861
Add _ from module to fix the not imported error
8 years ago
ehengao cd49eee41f
_ is not defined anywhere in the module
8 years ago
Thomas Kluyver 4200ea7c09 Don't trash files on different device to home dir on Linux
8 years ago
Daniel Farrell 605eaa72be Added a flag to allow access of hidden files (#2819)
8 years ago
Min RK 9c7c213a47
Merge pull request #3116 from maartenbreddels/directory_json
8 years ago
Thomas Kluyver 3eb6d72bb5 Find available kernelspecs more efficiently
8 years ago
maartenbreddels 772544e60f renamed manager.py to config_manager.py and added more docstrings
8 years ago
maartenbreddels 89b32e4412 allow default json files in a .d directory, original PR: ipython/traitlets#452
8 years ago
Kirit Thadaka 051cee61a5 Squashed all commits. Tests pass.
8 years ago
Min RK a2f72da17f
Merge pull request #2963 from takluyver/shutdown-no-kernels
9 years ago
Min RK 1eb970074b fix save-script deprecation
9 years ago
Thomas Kluyver 6b0d542ea9 Unify last activity calculation
9 years ago
Min RK 1deb0aec16 tornado 5: PeriodicCallback loop arg will be removed (#3034)
9 years ago
edida 5ede4c1243 Fix broken links (#3042)
9 years ago
Thomas Kluyver bfe012e507
Merge pull request #2910 from mheilman/cull_idle_timeout_minimum
9 years ago
Thomas Kluyver 059c2b77fc Switch to jupyter_core implementation of ensure_dir_exists
9 years ago
Thomas Kluyver 9ec57bfdf5 Config option to shut down server after N seconds with no kernels
9 years ago
Thomas Kluyver c888b6a7b9 Merge pull request #2949 from blink1073/fix-compound-extension
9 years ago
Michael Heilman b31194dfe3 removed extraneous cull_idle_timeout_minimum
9 years ago
Steven Silvester 7e71c000b0 Rename variable
9 years ago
Steven Silvester e1533d5398 Clean up logic
9 years ago
Steven Silvester e95cd6d820 More logic cleanup
9 years ago
Steven Silvester 915146ab3f Clean up logic
9 years ago
Min RK aa461d9e06 Merge pull request #1968 from takluyver/delete-to-trash
9 years ago
Thomas Kluyver 8a159500f7 Merge pull request #2916 from minrk/allow-disable-buffering
9 years ago
Steven Silvester f5fa0c180e Handle a compound extension in new_untitled
9 years ago
M Pacer b0205c4b78 cleanup swagger API docs
9 years ago
Michael Heilman f8ef573592 added warning about culling kernels with poor network connections
9 years ago
Min RK a69ddb6655 register contents_manager.files_handler_class directly
9 years ago
Min RK e4186c47c0 allow disabling offline message buffering
9 years ago
Michael Heilman 241c7e162c change cull_idle_timeout_minimum to 1 from 500
9 years ago
Kyle Kelley 43a97807fc buffer messages when websocket connection is interrupted (#2871)
9 years ago
Min RK 962c5ccd80 stop using `@json_handlers`
9 years ago
Thomas Kluyver 3115f0602f deprecated name warn() -> warning()
9 years ago
Thomas Kluyver 1e511c5ebf Catch OSError when getting file mtime & ctime
9 years ago
madhu 2208917c05 fix(notebook): Allow notebooks to be trusted without triggering
9 years ago
Thomas Kluyver 1849b80287 Merge branch 'master' into delete-to-trash
9 years ago
Thomas Kluyver 66049ea15e Merge pull request #2670 from minrk/xsrf-csp-report-again
9 years ago
Min RK 4e37ebfb47 typo in skip_check_origin
9 years ago
Grant Nestor 5192d72c63 Merge pull request #2656 from agermanidis/master
9 years ago
Min RK 70865579a5 Don’t check XSRF token on CSP reports
9 years ago
Anastasis Germanidis a82a510199 Use static file handler when files are local
9 years ago
John Emmons f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
9 years ago
Thomas Kluyver c17eb4ce8e Handle invalid file timestamps
9 years ago
dhirschf 295294e876 Fix `test_bad_symlink` to conform to the new api
9 years ago
dhirschf 1975bf830f Addressed review comments
9 years ago