Min RK
73d77ee56b
clear poll callbacks list before using it
...
avoids accumulating callbacks for repeated spawns
2017-05-08 11:34:24 +02:00
Carol Willing
2716ba4dc6
Merge pull request #1129 from charnpreetsingh/docs-warning
...
add jupyterhub-deployment-aws in docs
2017-05-06 17:35:00 -07:00
Carol Willing
65afc65f51
Merge pull request #1130 from willingc/new-docs
...
Update docs for jupyter alabaster theme
2017-05-06 17:20:34 -07:00
Carol Willing
034432bfba
Remove self from contents
2017-05-06 16:51:29 -07:00
Carol Willing
f815fe8b59
Update for jupyter-alabaster local build
2017-05-06 16:46:48 -07:00
Carol Willing
cc7605d6a9
Add subsection docs
2017-05-06 16:46:48 -07:00
Carol Willing
d809b8717c
Add numbered, self, and order in index
2017-05-06 16:46:48 -07:00
Carol Willing
f878ad54a8
Change single toc tree to visible and numbered
2017-05-06 16:46:48 -07:00
Carol Willing
22bc9b0dbf
Make a single toctree
2017-05-06 16:46:48 -07:00
Carol Willing
86428aa0f6
Change to jupyter alabaster doc theme
2017-05-06 16:46:48 -07:00
charnpreetsingh
8c8b532ffd
add jupyterhub-deployment-aws
2017-05-05 12:55:59 -07:00
Min RK
475c0a3144
Merge pull request #1127 from minrk/sudo-false
...
set sudo: false on Travis
2017-05-04 16:27:52 +02:00
Min RK
3c6e20585c
set sudo: false on Travis
2017-05-04 14:03:19 +02:00
Carol Willing
a0d32c5b33
Merge pull request #1126 from charnpreetsingh/dependencies
...
Sphinx min version is 1.4
2017-05-03 17:06:17 -07:00
charnpreetsingh
89f1254396
resolve merge conflicts
2017-05-03 16:06:57 -07:00
charnpreetsingh
41c136392f
Sphinx min version is 1.4
2017-05-03 16:00:31 -07:00
Carol Willing
a24d7406fc
Merge pull request #1097 from minrk/whoami-only
...
Don't give OAuth access tokens access to the REST API
2017-05-02 03:03:58 -07:00
Min RK
574d3ba1f4
unused imports
2017-05-02 11:10:06 +02:00
Carol Willing
6eb61e2923
Merge pull request #1111 from minrk/whitespace-password
...
avoid stripping login form fields
2017-04-28 09:57:05 -07:00
Min RK
9e679e8024
avoid stripping login form fields
...
which prevented users from being able to login with passwords that start or end with whitespace
2017-04-28 16:40:11 +02:00
Carol Willing
006488fc74
Merge pull request #1101 from prasadkatti/patch-1
...
[docs] Minor fix to index.rst
2017-04-23 22:06:22 -04:00
Prasad Katti
8e66c383e8
[docs] Minor fix to index.rst
2017-04-23 11:12:34 -07:00
Carol Willing
e7a0556118
Merge pull request #1066 from minrk/auto_login
...
make Authenticator.auto_login explicit
2017-04-22 07:02:04 -04:00
Min RK
6117c0b573
accept OAuthAccessTokens in /authorization/token
2017-04-21 14:52:47 +02:00
Min RK
c3a90e0804
raise 500 on failure to identify a user in oauth callback
2017-04-21 14:52:23 +02:00
Min RK
66cb630b86
separate OAuth access tokens from API tokens
...
OAuth access tokens can only be used to identify users, not perform actions on their behalf, which API tokens do.
Implementing OAuth scopes would allow us to achieve this limitation without separating the two items, but that would be a much bigger change, including having an OAuth "Would you like to grant permissions..." confirmation page.
2017-04-21 14:52:07 +02:00
Min RK
4df93cab04
add oauth2 to doc requirements
2017-04-18 16:16:16 +02:00
Carol Willing
b778232cac
Merge pull request #1090 from minrk/rm-other-user-cookies
...
remove references to unused other_user_cookies
2017-04-18 07:05:41 -07:00
Min RK
f58015dc57
remove references to unused other_user_cookies
...
OAuth gets rid of the concept of the Hub managing cookies on behalf of sub-servers
2017-04-18 11:22:00 +02:00
Min RK
57d3cbccc4
Merge pull request #1084 from prasadkatti/patch-2
...
Fix Travis CI url
2017-04-18 11:18:59 +02:00
Prasad Katti
52fdd0bd8c
Fix Travis CI url
2017-04-15 17:50:23 -07:00
Carol Willing
4c79a8cb2d
Merge pull request #1077 from willingc/ipython-profile
...
Remove reference to profile for Jupyter
2017-04-13 07:28:53 -07:00
Carol Willing
64f7244808
Remove reference to profile for Jupyter
2017-04-13 07:27:07 -07:00
Carol Willing
ebaf36d503
Merge pull request #1072 from willingc/docker-docs
...
Add information about DockerHub to FAQ
2017-04-13 07:18:27 -07:00
Carol Willing
e58c1a5f5a
Merge pull request #1076 from philejmath/readme_updates
...
Updates Jupyter server config file names and locations
2017-04-13 07:17:07 -07:00
Philip Matheson
c1eb7618d6
Updates jupyter server config names and locations to use "jupyter" instead of "ipython"
2017-04-12 12:18:36 -04:00
Carol Willing
0ce0dfbc35
Add information about DockerHub to FAQ
2017-04-10 09:49:17 -07:00
Carol Willing
a555af428d
Merge pull request #1068 from zonca/patch-1
...
[DOC] gallery deployments, improve UCSD
2017-04-08 09:39:11 -07:00
Andrea Zonca
170f0f918f
[DOC] gallery deployments, improve UCSD
...
added post titles and added one more post.
2017-04-07 21:49:01 -07:00
Min RK
a59b0af2b4
test auto_login redirects
2017-04-07 17:01:51 +02:00
Min RK
3cac9a2203
add path arg to public_url helper
2017-04-07 17:01:51 +02:00
Min RK
6b22f80ead
Add Authenticator.auto_login
...
Simplifies login URL, handler login
- all login redirects go to `settings['login_url']`
- `login_url` is unconditionally `/hub/login`
- `/hub/login` renders form page or 'login with...' button
- enabling auto_login redirects from /hub/login to Authenticator.login_url()
2017-04-07 14:49:18 +02:00
Min RK
5f498ffaf3
Merge pull request #1062 from betatim/doc-fix
...
Fix missing space in header
2017-04-07 11:48:34 +02:00
Tim Head
258fe7b277
Fix missing space in header
2017-04-07 10:08:07 +02:00
Carol Willing
703ed7d21e
Merge pull request #938 from minrk/oauth-provider
...
Make JupyterHub an OAuth provider
2017-04-06 06:57:55 -07:00
Min RK
9a1f84329f
clarify oauth store docstrings
...
per review
2017-04-06 12:15:34 +02:00
Min RK
a20c7eb4de
remove unused/unimplemented AccessTokenStore methods
2017-04-06 12:13:08 +02:00
Min RK
e866651f96
update admin access deprecation message
2017-04-06 11:59:31 +02:00
Min RK
2b5f42a546
docstring clarifying what we override in OAuthHandler
2017-04-06 11:50:23 +02:00
Min RK
b811c63ac5
blacklist sphinx 1.5.4
...
it has a bug preventing docs from building
2017-04-06 10:09:14 +02:00