Matthias Bussonnier
806cd1f989
Merge pull request #400 from minrk/restart-run-all
...
add Restart & Run All action
11 years ago
Matthias Bussonnier
abc0860784
Merge pull request #313 from minrk/rm-ipython-import
...
remove unconditional IPython import from notebookapp
11 years ago
Josh Barnes
71cb6b9b69
Avoid loading nbextensions twice by keeping track of which have been loaded
11 years ago
Min RK
159b470c86
Merge pull request #401 from Carreau/overz
...
Fix overzealous auto escape
closes #398
11 years ago
Sylvain Corlay
a3fa53f0f4
Filter by target name
11 years ago
Sylvain Corlay
c451342c81
Adding comm_info method
11 years ago
Matthias Bussonnier
bce9c94f32
Fix overzealous auto escape
...
closes #398
Need backport.
11 years ago
Min RK
5e6339180e
remove unconditional IPython import from notebookapp
...
IPython shouldn't ever be assumed to be present
11 years ago
Min RK
17499ebb49
Notebook.restart_kernel returns a promise
11 years ago
Min RK
31f0ef480b
add Restart & Run All to Kernel Menu
11 years ago
Min RK
0615c251f2
add restart-run-all action
...
and constituent restart, run-all actions
11 years ago
Min RK
931fbb4f50
Merge pull request #390 from minrk/swagger-api
...
move swagger API handler off of existing `/api`
11 years ago
Josh Barnes
3251cb90fa
require bootstrap in base/js/dialog.js
11 years ago
Min RK
798fc8acef
move swagger API handler off of existing `/api`
...
that spot was already taken
also set the content-type correctly
11 years ago
Chris Seymour
6880715826
Use a 401 status code for invalid login attempts. Fixes #384
11 years ago
Min RK
39ffd32eba
Merge pull request #383 from Carreau/303
...
Fix symlink issue with Win/Py2
11 years ago
Matthias Bussonnier
d16576eb68
Use more pythonic way to check wether module have attribute
...
closes #303
11 years ago
Matthias Bussonnier
bd03233e8b
Merge pull request #382 from Carreau/rebase-358
...
swapped glass for keyboard for command palette icon
11 years ago
Min RK
7056b10045
Merge pull request #370 from Carreau/fix-flexbox
...
Fix flexbox on celltoolbar and safari.
11 years ago
Yuri Numerov
5cd247f5f6
swapped glass for keyboard for command palette icon
11 years ago
Matthias Bussonnier
2c16e34a32
Merge pull request #340 from captainsafia/merge-cell-fix
...
Added fix for merge above on topmost cell to resolve #330
11 years ago
Doug Blank
dffbacb377
Update tree.html
...
Typo "Deleted selected" -> "Delete selected"
11 years ago
Min RK
f9885818e2
Merge pull request #372 from Carreau/no-profile
...
remove leftover of profiles
11 years ago
Matthias Bussonnier
35f32dd2da
Fix XSS reported on Security list
...
No CVE-ID yet
August 18, 2015
-----
Reported to Quantopian by Juan Broullón <thebrowfc@gmail.com>...
If you create a new folder in the iPython file browser and set
Javascript code as its name the code injected will be executed. So, if I
create a folder called "><img src=x onerror=alert(document.cookie)> and
then I access to it, the cookies will be prompted.
The XSS code is also executed if you access a link pointing directly at
the folder.
jik
------
11 years ago
Matthias Bussonnier
2f44f3ff09
remove leftover of profiles
11 years ago
Matthias Bussonnier
453bd03ae0
Fix flexbox on celltoolbar and safari.
...
cf https://github.com/jupyter/nbgrader/issues/394
Cannot fix in flexbox.less cf above issue.
11 years ago
Matthias Bussonnier
474a3bb04e
Merge pull request #360 from minrk/dispatch-halt-init
...
don't complete initialization if dispatching to subcommand/non-launch action
11 years ago
Min RK
74b1c875d3
don't complete initialization if dispatching to subcommand/non-launch action
...
avoids registering shutdown signal handler during generate-config
11 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
8ca1e85b85
commonjs-ify searchandreplace
11 years ago
Jonathan Frederic
511bb689c2
Move search and replace into the right directory
11 years ago
Jonathan Frederic
7717a986d1
Load underscore globally
11 years ago
Jonathan Frederic
03a5b47067
Assume undefined is idle.
11 years ago
Jonathan Frederic
7f4101709b
Don't use bind
11 years ago
Jonathan Frederic
467ae32b05
Make sure requirejs can't be set more than once.
11 years ago
Jonathan Frederic
8c8c95ceca
Load CodeMirror once globally
11 years ago
Jonathan Frederic
84ce0cee2c
Address @rgbkrk 's comments
11 years ago
Jonathan Frederic
69bb4b1a0a
Truely load jquery, jqueryui, and bootstrap as globals.
11 years ago
Jonathan Frederic
a9610dc413
Assume idle if late loaded.
11 years ago
Jonathan Frederic
0bc24c5f3f
Remove logs
11 years ago
Jonathan Frederic
b0cd502d8d
Add detail to nbextension test.
11 years ago
Jonathan Frederic
b0ec31d98d
Fix Caja
11 years ago
Jonathan Frederic
84c9cb736f
Move version line into contruction block
11 years ago
Jonathan Frederic
e44d91229e
Let kyle work on things
11 years ago
Jonathan Frederic
55dd626980
Fix tests
11 years ago
Jonathan Frederic
7df0a118c7
Make caja point to the same file
11 years ago
Jonathan Frederic
541aed3ea1
Add defferred loading of jquery in terminal
11 years ago
Jonathan Frederic
0a1854a14f
Fix remaining problems in namespace
11 years ago
Jonathan Frederic
0650a197b6
Fix Toolbar reference
11 years ago
Jonathan Frederic
9fe3f63269
Fix global flag of jprop function in namespace
11 years ago