Min RK
0234396c2c
Merge pull request #922 from yuvipanda/fix-user-redirect
...
Pass query params through with user-redirect
2017-01-06 13:31:23 +01:00
Min RK
a43d677ae4
add external-service shared notebook example
2017-01-06 13:30:53 +01:00
Min RK
dcfe71e7f0
add managed notebook service example
2017-01-06 13:30:53 +01:00
Min RK
5d41376c2e
use JUPYTERHUB_API_TOKEN env in Spawner
...
to be more consistent with services
deprecate JPY_API_TOKEN, but keep it around for compatibility
2017-01-06 13:30:53 +01:00
Min RK
dd083359ec
Merge pull request #925 from minrk/fix-hub-group-auth
...
[HubAuth] Fix group authentication for services
2017-01-06 13:30:30 +01:00
Min RK
e6d54960ba
test group whitelist checking
2017-01-06 13:24:40 +01:00
Min RK
a9295bc5c2
more debug logging for Hub auth
2017-01-06 13:24:40 +01:00
Min RK
2015c701fa
HubAuth services: fix group authentication checking
...
If group authentication checking was enabled, any user would be allowed
2017-01-06 13:24:40 +01:00
YuviPanda
3e9c18f50a
Pass query params through with user-redirect
2017-01-05 17:18:36 -08:00
Min RK
7cac874afc
Merge pull request #919 from ellisonbg/nbserver-group
...
Adding group to single user server for group based auth
2017-01-05 14:37:20 +01:00
Brian E. Granger
a7b6bd8d32
Adding group to single user server for group based auth
2017-01-04 20:12:34 -07:00
Min RK
1649a98656
2017 typo
2017-01-03 15:55:39 +01:00
Christian Barra
6694cb42c8
remove pep8 corrections
2017-01-03 14:30:36 +01:00
Christian Barra
b6e293c38e
update to the last jupyterhub version
2017-01-03 14:22:12 +01:00
Christian Barra
02090c953b
fix errors, remove pep8 corrections
2017-01-03 14:10:46 +01:00
Min RK
ecbe51f60f
signaling typo
2017-01-02 14:50:10 +01:00
Min RK
fed14abed3
back to dev
2017-01-02 14:44:07 +01:00
Min RK
94978ea9e0
release 0.7.1
0.7.1
2017-01-02 13:53:43 +01:00
Min RK
bf6999e439
changelog for 0.7.1
2017-01-02 13:53:43 +01:00
Carol Willing
020ee7378f
Merge pull request #916 from rachmaninovquartet/master
...
Added Toree troubleshooting to docs
2016-12-22 13:56:51 -08:00
Min RK
e4a0569961
Merge pull request #915 from jupyterhub/willingc-patch-1
...
Update README to clarify docker image contents
2016-12-22 16:43:02 +01:00
Ian Maloney
4ff525d5bd
updated docs/source/troubleshooting.md per conversation with @willingc in issue 889
2016-12-21 15:21:50 -05:00
Carol Willing
37a31b01b2
Update README to clarify docker image contents
...
Addresses #879 and #772 re: confusion about the docker image contents
2016-12-21 10:46:30 -08:00
Carol Willing
1604cb1b0b
Merge pull request #914 from minrk/update-bootprint
...
fix rest-api doc building
2016-12-21 10:29:08 -08:00
Min RK
45702ac18c
update bootprint to 0.10
...
0.8 has stopped working for some reason
2016-12-21 14:51:12 +01:00
Min RK
c81e9d60e4
fix rest-api link
...
link to REST API, not Python API
2016-12-21 14:51:12 +01:00
Carol Willing
224865b894
Merge pull request #910 from minrk/cleanup-server-token
...
Avoid cleaning up API tokens for Spawners that will resume
2016-12-20 08:29:06 -08:00
Min RK
3b3bc8224b
comment review
2016-12-20 16:41:26 +01:00
Carol Willing
c56dc2ea6f
Merge pull request #911 from jjaraalm/master
...
Update Service Docs
Closes #908
2016-12-19 10:28:30 -08:00
jjaraalm
62202bbb74
Revert "Revert "Update service docs""
...
This reverts commit 7ba28c0207
.
2016-12-19 13:00:48 -05:00
jjaraalm
7ba28c0207
Revert "Update service docs"
...
This reverts commit 9392a29dad
.
2016-12-19 12:59:42 -05:00
jjaraalm
9392a29dad
Update service docs
...
Fixes #908
2016-12-19 12:56:26 -05:00
Min RK
72ab8f99ec
Avoid cleaning up API tokens for Spawners that will resume
...
in which case the previous API token should be left alone.
2016-12-19 10:50:25 +01:00
Min RK
fcf32c7e50
Merge pull request #909 from willingc/update-travis
...
Add 3.6 to travis
2016-12-19 09:59:47 +01:00
Carol Willing
da451d6552
Add 3.6 to travis
2016-12-18 21:26:52 -08:00
Christian Barra
dbe8bf5428
add users_servers class in orm.py, correct test_orm.py, fix some pep8, issue #766
2016-12-17 04:55:00 +01:00
Carol Willing
662b1a4d4a
Merge pull request #902 from minrk/redirect-empty-msg
...
Don't warn about empty next_url
2016-12-09 08:04:56 -08:00
Min RK
732adea997
Don't warn about empty next_url
...
empty next_url is fine
2016-12-09 15:34:32 +01:00
Carol Willing
7e1dbf3515
Merge pull request #896 from minrk/whitelist-warning
...
Warn about single-character names in whitelist
2016-12-05 11:16:30 -06:00
Min RK
65b92ec246
Warn about single-character names in whitelist
...
likely cause is `set('string')` typo instead of `set(['string'])`,
so include that in the error message:
whitelist contains single-character names: ['i', 'k', 'm', 'n', 'r']; did you mean set(['ikmnr']) instead of set('ikmnr')?
2016-12-05 09:46:52 +01:00
Min RK
dc42ee4779
typo in changelog link
2016-12-02 18:12:28 +01:00
Min RK
c04441c1b2
back to dev
2016-12-02 18:08:03 +01:00
Min RK
c3faef8e2a
release 0.7.0
0.7.0
2016-12-02 18:02:20 +01:00
Carol Willing
d2175635af
Merge pull request #895 from minrk/release-0.7
...
Update changelog for 0.7 final
2016-12-02 10:47:21 -06:00
Min RK
1f7401cd14
Update changelog for 0.7 final
2016-12-02 17:35:19 +01:00
Min RK
c94b3e34d2
Merge pull request #894 from minrk/disable-token
...
disable unused token on singleuser-server
2016-12-02 17:01:50 +01:00
Carol Willing
566e1d05ea
Merge pull request #893 from minrk/expanduser
...
call expanduser on singleuser notebook_dir
2016-12-01 21:53:24 -06:00
Min RK
0488d0bd73
call expanduser on singleuser notebook_dir
...
This copies validate_notebook_dir from notebook with one addition:
calling expanduser.
2016-12-01 22:04:18 +01:00
Min RK
ca31d9b426
disable token on singleuser-server
...
fixes confusing output about token access in notebook server startup
2016-12-01 21:59:44 +01:00
Min RK
8721f9010f
Merge pull request #892 from yuvipanda/maybe-async
...
Document that authenticator's add_user maybe a coroutine
2016-12-01 17:58:02 +01:00