Thomas Kluyver
276474afe5
Merge pull request #3411 from takluyver/notebooklist-back-to-start
...
Fix going back to root directory with history in notebook list
8 years ago
Thomas Kluyver
7fb0510f68
Merge pull request #3409 from takluyver/js-polish-notebooklist
...
Javascript lint in notebooklist.js
8 years ago
Thomas Kluyver
1b3b354602
Merge pull request #3430 from takluyver/appveyor-conda-fix
...
Trying to fix Appveyor build errors
8 years ago
Thomas Kluyver
14c9ec4a62
Use Python 3.6 version of Miniconda
8 years ago
Thomas Kluyver
281366759b
Try skipping update conda step on Appveyor
8 years ago
Thomas Kluyver
0c28482de0
Fix going back to root directory with history in notebook list
...
Bug found during pair programming with @mpacer
8 years ago
Thomas Kluyver
e321c80776
Merge pull request #3341 from takluyver/csp-sandbox-files
...
Use CSP header to treat served files as belonging to a separate origin
8 years ago
Thomas Kluyver
694ed72fb4
Use content_security_policy property to add restriction when serving user files
8 years ago
Thomas Kluyver
e2ee7c6297
Javascript lint in notebooklist.js
8 years ago
Thomas Kluyver
c1c7d3df59
Merge pull request #3373 from forbxy/fix-file-upload
...
fix:when upload large file,we cant stop
8 years ago
bxy007
191be80e83
fix spell error
8 years ago
Thomas Kluyver
290e57428b
Merge pull request #3399 from minrk/hmac-deprecated
...
add missing digestmod arg to HMAC
8 years ago
Min RK
f16b073394
python2 requires digestmod to be the module
...
rather than the module name as str
and use `hmac.new` API from the docs, rather than undocumented class constructor
8 years ago
Min RK
934e480782
add missing digestmod='sha256' in cookie_secret
...
Noticed in test output that creating HMAC without digestmod arg is deprecated.
While there, use proper length of 32 bytes for default tornado cookie_secret. There’s no benefit to using a cookie secret that's longer that the cookie digest size, which is 32 bytes.
8 years ago
Min RK
ae1f167dc6
Merge pull request #3398 from minrk/tornado5
...
Get tests running with tornado 5
8 years ago
Min RK
f00215bc80
Merge pull request #3380 from takluyver/i3365
...
Don't clear login cookie on requests without cookie
8 years ago
Min RK
a9d2c17f74
install test dependencies with —pre
...
to get more warning about upcoming releases that might cause breakages
8 years ago
Min RK
f77e3435cf
tornado 5 fixes in tests
...
- start asyncio loop explicitly in notebook thread (tornado 4 starts per-thread loops automatically, asyncio doesn’t)
- remove unsupported ‘io_loop=‘ arg in websocket test
application runs fine with tornado 5, just a few test bits needed updating
8 years ago
Min RK
95a8340063
Merge pull request #3367 from forbxy/master
...
fix error in i18n/README.md
8 years ago
Min RK
e9da502dd5
Merge pull request #3386 from ashleytqy/trusted-widget-edits
...
Adding description for 'Trusted' widgets
8 years ago
Ashley Teoh
978e16a12a
whitespace
8 years ago
Ashley Teoh
078d3f5be6
add title attributes to widgets and disable clicking trusted button
8 years ago
Carol Willing
1b99df995b
Merge pull request #3384 from minrk/fail-to-write
...
log OSErrors failing to create less-critical files during startup
8 years ago
Min RK
6debb0ae1a
log OSErrors failing to create less-critical files during startup
...
rather than fatal errors
8 years ago
Thomas Kluyver
61972480b9
Don't clear login cookie on requests without cookie
...
Clearing the secure cookie makes sense when it is invalid or expired,
but clearing it when it's not sent with a request can unexpectedly log
the user out.
I ran into this with misconstructed URLs which didn't incorporate
base_url. That was itself a bug, but the result of suddenly being
unauthenticated makes it harder to track down.
Closes gh-3365 (hopefully)
Possibly also relevant to gh-2396
I'm not sure why this seems to affect Firefox more than Chrome.
8 years ago
Min RK
a1fb317ec7
Merge pull request #3346 from whosford/notebook-public-server-docs-change
...
Add more information for where jupyter_notebook_config.py is located
8 years ago
Min RK
b66a60d028
Merge pull request #3356 from evandam/master
...
Display hostname when running remotely
8 years ago
Min RK
02d6cd55b3
Merge pull request #3368 from mpacer/api_improvements
...
API spec improvements, API handler improvements
8 years ago
Min RK
74e24299b4
Merge pull request #3377 from xuhdev/markdown-doc
...
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Min RK
7ee844f3a4
Merge pull request #3379 from dhirschfeld/patch-1
...
Use powershell on Windows
8 years ago
Dave Hirschfeld
ce602fcb0d
Use powershell on Windows
...
sh can be installed and on the path if e.g. git and the unix tools are installed
Even in this case the user would probably prefer to use powershell
8 years ago
bxy007
eb9d2000bf
fix i18n/README.md
8 years ago
Hong Xu
08231369c1
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Thomas Kluyver
2aac713937
Merge pull request #3294 from takluyver/notebook-js-syntax-fixes
...
Some Javascript syntax fixes
8 years ago
Thomas Kluyver
07dc619d00
Merge pull request #3350 from Shels1909/nb_metadata_3095
...
Set notebook to dirty state after change to kernel metadata
8 years ago
Thomas Kluyver
dd7eab3957
Merge pull request #3360 from hroncok/nbsphinx-notexecute
...
Do not execute special notebooks with nbsphinx
8 years ago
Thomas Kluyver
6bed9cae7d
Merge pull request #3372 from vaibhavsagar/patch-1
...
Use latest codemirror
8 years ago
bxy007
4a3885d3e2
fix:when upload large file,we cant stop
8 years ago
Vaibhav Sagar
bf5bd5e11c
Use latest codemirror
8 years ago
M Pacer
5fd7d52ec2
API spec improvements, API handler improvements
...
This changes the base-path to be / instead of /api so that in the future
other APIs that return files and do not redirect you to a new address
(e.g., see #2413 ).
This also improves the way that the api spec handler responds to a
request, by actually displaying the spec with the appropriate
content-type header (text/x-yaml) instead of triggering a download with
the StaticFileHandler's default application/octet-stream mimetype.
8 years ago
bxy007
9b598e0cd6
fix error in i18n/README.md
8 years ago
Miro Hrončok
6453b0f1da
Do not execute special notebooks with nbsphinx
...
They can hang in headless environment.
See also db90e16d17
8 years ago
Evan Van Dam
4eceb84835
removed unnecessary log
8 years ago
Evan Van Dam
53cbd52d6e
display hostname when not running locally
8 years ago
Mac Knight
b5932ad058
sets notebook to dirty after change to metadata
8 years ago
William Hosford
e67d66e7e8
Issue #3027 : Add more information for where jupyter_notebook_config.py is located
8 years ago
Thomas Kluyver
901f1e9492
Use CSP header to treat served files as belonging to a separate origin
8 years ago
Thomas Kluyver
25c628c1f5
Merge pull request #3336 from hendrixet/color_contrast
...
fixed color contrast issue in tree.less
8 years ago
Ethan
23aa0d8076
fixed color contrast issue in tree.less
8 years ago
Min RK
6ac6f97b80
Merge pull request #3304 from takluyver/trash-linux-home-only
...
Don't trash files on different device to home dir on Linux
8 years ago