Commit Graph

1368 Commits (f8c41bec1aebd08b33786ffec8234c7643f600d4)

Author SHA1 Message Date
Kyle Kelley f8c41bec1a Merge pull request #2055 from ivanov/faster-testing
9 years ago
Paul Ivanov eb3377cc45 speed up casperjs tests
9 years ago
Jason Grout b4928d481a Change ‘resize’ cell event to ‘resizeOutput’
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
Thomas Kluyver 4917ba4d44 Merge pull request #1991 from minrk/template-log-message
9 years ago
Min RK 68a514a29d Merge pull request #2033 from vlimant/master
9 years ago
Kyle Kelley f5f97d1f93 Merge pull request #2007 from minrk/password
9 years ago
Min RK 2659ff85b1 Merge pull request #2026 from ashaffer/master
9 years ago
jean-roch 6ab3a5c098 correcting function definition
9 years ago
Min RK 035fc91fa9 test runtime-loading of modules
9 years ago
Min RK f587b01f66 avoid race to set ws.onclose callback
9 years ago
Min RK 16a751c4d6 fix attachments test
9 years ago
Min RK 7188f02763 check if module is defined before checking for items on it
9 years ago
Min RK 003ce4e71a reimpelement casper.thenClick
9 years ago
michaelpacer f3b4d16d14 fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer cd24d1ee92 add .tpl to set of editable extensions by notebook text editor
9 years ago
vlimant ab019aae74 allows to overload the method to check unix-type password using crypt
9 years ago
Andrew Shaffer 28008783e1 Merge branch 'master' of ssh://github.com/ashaffer/notebook
9 years ago
Andrew Shaffer e16c590b73 throttle element resizing in output areas
9 years ago
Min RK 4f7160aac6 es5ify
9 years ago
Min RK 5cafbfe822 Merge pull request #2005 from minrk/require-api-token
9 years ago
Min RK 82b3a65523 ES5ify shortcut editor
9 years ago
Min RK cbd6eef04a get preact from script tag
9 years ago
Min RK 11bd42c353 un-nest loading of contents in main modules
9 years ago
Min RK aa5293a253 missing typeahead require in commandpalette
9 years ago
Min RK 7839d32cfe remove test for reverted deprecated paths
9 years ago
Min RK 47d4451958 remove webpack shims
9 years ago
Min RK 83ca4833eb update bundler tests with self.request
9 years ago
Min RK a69494833b forward-port fixes
9 years ago
Min RK f871d64e6e exercise password app
9 years ago
Min RK 53f809d407 use a warning for failure to set file permissions
9 years ago
Kyle Kelley 4da035c577 Merge pull request #2009 from ellisonbg/md-max-width
9 years ago
Brian E. Granger 2ed20e4980 Don't use max-width on tables in rendered markdown
9 years ago
Min RK cd7e0a939c add `jupyter notebook password` entrypoint
9 years ago
Min RK 86c6268f64 prose review
9 years ago
Min RK d6f091c443 allow disabling xsrf check
9 years ago
Min RK 8e141df890 run Python tests with a token
9 years ago
Min RK 2da82f909c get xsrf from cookie, not body data
9 years ago
Min RK 9478a6b82b use tornado xsrf token in API
9 years ago
Min RK 70e79a0ad6 add token_authenticated property
9 years ago
Min RK 4a8af93b5b enable tornado xsrf cookie
9 years ago
Srinivas Reddy Thatiparthy 161c174a98
rename log.warn to log.warning as log.warn is deprecated
9 years ago
Min RK 374db739ad Merge pull request #1965 from mgeier/proper-attachment-url
9 years ago
Min RK d3b5e15bb4 Merge pull request #1994 from minrk/more-token-log-no-browser
9 years ago
Min RK cbeec7ae9a Add note about cookie requirement
9 years ago
Min RK 3760525783 Only log generated tokens in URLs
9 years ago
Min RK 65cb6cc185 Only show token info if tokens are available
9 years ago
Min RK fb8f730c6e Merge pull request #1985 from jasongrout/checkresize
9 years ago
Min RK faf60320dd Further highlight token info in log output
9 years ago
Jason Grout 935af43582 handle window sizing even when it is not from a resize event.
9 years ago