Min RK
cc32f165e8
Merge edit-redirect fix
11 years ago
Jonathan Frederic
2fcf9fcd76
Remove bootstrap dependency
11 years ago
Jonathan Frederic
1fe6dbb4e4
Merge pull request #431 from Carreau/fix-58
...
Fix bad message break notebook
11 years ago
Matthias Bussonnier
7d3be593a8
Fix bad message break notebook
...
Would need a test, and probably a way to display the message to the user
if it ever happen.
11 years ago
Min RK
009ae06e66
Merge pull request #433 from captainsafia/title-double-backslash
...
Strip trailing slash from notebook_dir
11 years ago
Safia Abdalla
84f1f6fc3d
Replace backslash with slash
11 years ago
Safia Abdalla
36d5131a4b
Added notebook_dir validations to _validate function
11 years ago
Safia Abdalla
292ba6fd1b
Added tests for notebook path with backslash
11 years ago
Matthias Bussonnier
8ec8a520e8
Merge pull request #404 from minrk/rjs-timeout
...
bump requirejs waitSeconds to 30
11 years ago
Safia Abdalla
9969cce177
Added rstrip on notebook_dir to resolve #411
11 years ago
Min RK
8f1b2e9fd9
Merge pull request #427 from Carreau/fix-245
...
Deprecate duplicate functions from utils.
11 years ago
Min RK
5162a9ed48
Merge pull request #426 from Carreau/fix-100
...
Only hide top-level-header.
11 years ago
Matthias Bussonnier
c3edf61bef
Fix typos.
11 years ago
Matthias Bussonnier
5fadb67dda
Deprecate duplicate functions from utils.
...
Closes #245
11 years ago
Matthias Bussonnier
937b42fda4
Only hide top-level-header.
...
closes jupyter/nbconvert#100
11 years ago
Min RK
e33741f93f
catch errors in app_initialized callbacks
...
avoids bad custom.js preventing initialization.
11 years ago
Min RK
49f8eaf7b8
use events.on for notebook first-load
...
rather than reimplementing with on/off.
11 years ago
Min RK
172c6e272f
Merge pull request #423 from Carreau/ignore-min-edit
...
Acknowledge "ingnore_minified" on editor page.
11 years ago
Matthias Bussonnier
c4f2c5ac23
Acknowledge "ingnore_minified" on editor page.
...
a few typo and consistency also.
11 years ago
zhangmm
498bdb66b3
add a style for password input
11 years ago
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
23162fd289
Don't redirect from /edit/ to /files/
...
show failure to decode, instead
11 years ago
Min RK
4f0b3b8c10
only redirect to editor for text documents
...
treat unidentified mime-types as text
11 years ago
Min RK
f64aa490e3
set model mimetype, even when content=False
11 years ago
Min RK
70e9186914
bump requirejs waitSeconds to 30
...
default is 7, and can timeout inappropriately on slow connections
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