Thomas Kluyver
bd55f7f904
Merge pull request #3061 from bacboc/feature
...
Fix broken link
8 years ago
bacboc
d9a6bc85c2
Fix some broken link
8 years ago
Thomas Kluyver
9f7ee6830e
Merge pull request #3059 from PHaeJin/typo2
...
Fix some broken links
8 years ago
Min RK
a2f72da17f
Merge pull request #2963 from takluyver/shutdown-no-kernels
...
Config option to shut down server after N seconds with no kernels
8 years ago
Thomas Kluyver
6f23f45ecc
Merge pull request #3058 from ferdas/master
...
Fixes some UI bugs in Firefox #3044
8 years ago
PHaeJin
1119ae1467
Fix typo
8 years ago
PHaeJin
2c6ed87a63
Fix broken link
8 years ago
PHaeJin
c3ebd135bc
Fix a broken link
8 years ago
PHaeJin
c7c815a68a
Fix some broken links
8 years ago
Francesco Franchina
47a6401ea0
Forced the the cursor as a pointer hovering the fileinput - chrome only
8 years ago
Francesco Franchina
02e1284d8b
Fixes completely #3044 - select all
8 years ago
Francesco Franchina
7c32c3dd2f
Solves part of the #3044 - upload button
8 years ago
Thomas Kluyver
ba33c33ee2
Merge pull request #3053 from minrk/save-script-fix
...
fix save-script deprecation
8 years ago
Min RK
1eb970074b
fix save-script deprecation
...
when updating to traitlets API, required argument was omitted
8 years ago
Kyle Kelley
b3b8106e0d
Merge pull request #3048 from jcb91/bidi
...
Fix moment locale loading in bidi support
8 years ago
Thomas Kluyver
6b0d542ea9
Unify last activity calculation
8 years ago
Thomas Kluyver
afd5aeab95
Merge pull request #3049 from bacboc/feature
...
Fix broken link
8 years ago
Josh Barnes
60b7c22977
tidy bidi support
...
remove unused variable, redundant comment, don't need jquery
8 years ago
Josh Barnes
3f2aa86ba2
Fix moment locale loading in bidi support
...
this is the correct way to do it, especially since packaged versions of notebook are shipping without separate locale files
8 years ago
Thomas Kluyver
74fbc5b578
Merge pull request #3008 from Carreau/autopawd
...
When login-in via token, let a chance for user to set the password
8 years ago
Matthias Bussonnier
a40ab056d8
Fix docs intructions True->Flase
8 years ago
bacboc
551f8b2848
Fix broken link
8 years ago
Matthias Bussonnier
a8971410c1
Add option disabled changing password at login.
...
Document the changing of password.
8 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken link
8 years ago
Min RK
1deb0aec16
tornado 5: PeriodicCallback loop arg will be removed ( #3034 )
...
* tornado 5: PeriodicCallback loop arg will be removed
PCs are always run with the current eventloop,
which is what the explicitly passed loop always is for us already
* Don't double-close socket & stream
closing stream closes the socket
* remove now-inaccurate comment
8 years ago
edida
5ede4c1243
Fix broken links ( #3042 )
...
* Typo fix
* Fix broken links
* Fix typo
* Fix broken links and Fix typo
8 years ago
edida
9f72eb1867
Typo fix ( #3033 )
8 years ago
PHaeJin
2d1eb887ff
typo fix ( #3032 )
...
* Fix some broken links
* typo fix
* Fix some broken links
* typo fix
* typo fix
8 years ago
Thomas Kluyver
c9a7795947
Merge pull request #3031 from gnestor/edit-view-pdf
...
Use `/files` prefix for PDF-like files
8 years ago
Grant Nestor
009af0e833
Use `/files` prefix for PDF-like files
8 years ago
Thomas Kluyver
bbf0ead68f
Merge pull request #3026 from edida/master
...
Fix broken link
8 years ago
y__321@naver.com
061f323908
Fix broken link
8 years ago
PHaeJin
fb332d32de
typo fix ( #3015 )
...
* Fix some broken links
* typo fix
* Fix some broken links
* typo fix
8 years ago
bacboc
ef9f01ed86
Fix incorrect tag ( #3021 )
8 years ago
Kyle Kelley
6894099b6f
Merge pull request #3020 from ChungJooHo/master
...
Add link to Korean Version of Installation
8 years ago
JooHo Chung
6be18ad8e9
Add link to Korean Version of Installation
...
I add my repo link on README so that people who wants to read it
translated version of Korean.
8 years ago
Grant Nestor
11838000fb
back to dev
8 years ago
Grant Nestor
7835160063
release 5.2.1
8 years ago
Min RK
9a05f28677
Merge pull request #3009 from Carreau/hashpw
...
Hash cookie secret with user hashed password.
8 years ago
Matthias Bussonnier
4329e13f6f
Hash cookie secret with user hashed password.
...
Currently changing the password does not revoke current session:
- jupyter notebook password <password1>
- jupyter notebook
- Logging in
- Kill server
- jupyter notebook password <other password>
- jupyter notebook
- Oh ! I'm still logged in.
With this, as the "effective" secret depends on the (hashed) password,
changing it void any existing session (which I believe is the goal of
most password change)
8 years ago
Matthias Bussonnier
709fdd637a
When login-in via token, let a chance for user to set the password
...
When token is enabled, the login page will present a form to the user
asking them if they want to set a password at the same time. This is
almost equivalent to running `jupyter notebook password` on the command
line.
The experience can likely be better, but just submitting that as a POC
for feedback
8 years ago
Thomas Kluyver
c71483ce1e
Consider terminals and API activity for shutdown timeout
8 years ago
Thomas Kluyver
cdc46eaffb
Track last activity in terminals
8 years ago
Thomas Kluyver
15f393b49c
Merge pull request #3000 from takluyver/stop-cmd-http
...
Send HTTP shutdown request on 'stop' subcommand
8 years ago
Matthias Geier
4918eb1f80
Fix ANSI inverse ( #2967 )
...
* Invert inverse ANSI colors
The "inverse" escape sequence was implemented in #2186 , but not by
actually inverting foreground and background.
* ANSI colors: allow switching off underline and inverse
* Add CSS classes ansi-default-inverse-fg and ...-bg
8 years ago
Thomas Kluyver
bfe012e507
Merge pull request #2910 from mheilman/cull_idle_timeout_minimum
...
change cull_idle_timeout_minimum to 1 from 300
8 years ago
Thomas Kluyver
9a5c2c06ad
Merge pull request #2958 from kevin-bates/fix-2957-add-reason-to-json-errors
...
Add 'reason' field to JSON error responses
8 years ago
Thomas Kluyver
e7f69cc2d7
Work on loading UI translations ( #2969 )
...
* Load translations for Javascript in page template
* Normalise language codes to gettext format with underscores
* .mo files need to be under LC_MESSAGES as well
* remove unused JS code
* Normalise result in test
* Fix for opening files on Py 2
* Fix location of I18N directory
* Add translation files to package_data
8 years ago
Kevin Bates
ed3b0e4594
Set reason on HTTP errors, None otherwise.
8 years ago
Steven Silvester
f3c93cf37e
Merge pull request #3002 from takluyver/jcore-ensure-dir
...
Switch to jupyter_core implementation of ensure_dir_exists
8 years ago