Carol Willing
05dfda469f
Merge pull request #540 from minrk/0.6
...
Changelog for 0.6
2016-04-22 04:21:44 -07:00
Min RK
6b19ee792d
check referer only if there is a valid user cookie
...
avoids misleading "Blocking Cross Origin..." message
when there's no logged-in user for API requests.
2016-04-22 13:16:13 +02:00
Min RK
ace38d744a
Changelog for 0.6
2016-04-22 12:50:49 +02:00
Min RK
56a5ed8c87
Merge pull request #539 from minrk/unused-email
...
add ignored -e arg to docker login
2016-04-22 10:50:15 +02:00
Min RK
60e8a76476
add ignored -e arg to docker login
...
doesn't appear to be needed on more recent docker
2016-04-22 10:24:40 +02:00
Min RK
552800ceb7
add sec doc
...
reviewed on security list
2016-04-22 10:20:18 +02:00
Carol Willing
7dd1900f5f
Merge pull request #521 from minrk/docker-onbuild
...
Move docker onbuild step to jupyterhub-onbuild
2016-04-21 18:26:43 -07:00
Min RK
35c261d0ed
better Dockerfile comments from Carol
2016-04-21 21:32:36 +02:00
Min RK
fa34ce64b7
include dockerfiles in manifest
2016-04-21 13:50:35 +02:00
Min RK
f0504420a9
move docker onbuild to directory
2016-04-21 13:50:27 +02:00
Min RK
8666f3a46c
push onbuild image to docker hub with circle-ci
2016-04-21 13:38:15 +02:00
Carol Willing
60d6019cf7
Merge pull request #534 from jupyterhub/willingc-patch-1
...
Fix post move links to jupyterhub org in README
2016-04-20 20:05:39 -07:00
Carol Willing
173daeeb09
Fix post move links to jupyterhub org in README
2016-04-20 20:00:18 -07:00
Carol Willing
cf988dca4d
Merge pull request #531 from minrk/extra-log-file-doc
...
[DOC] Note that extra_log_file only affects Hub's logs
2016-04-20 06:00:01 -07:00
Min RK
ffc2faabf7
[DOC] Note that extra_log_file only affects Hub's logs
...
not single-user server logs, or anything else.
2016-04-20 14:45:22 +02:00
Min RK
9fed0334c8
jupyterhub path in dockerfiles
2016-04-20 14:43:25 +02:00
Min RK
8b61eb7347
install from miniconda 4.0.5
...
- checksum miniconda installer
- move jupyterhub src to /src/jupyterhub
2016-04-19 13:21:25 +02:00
Min RK
9cdda101c7
Move onbuild step to jupyterhub-onbuild
...
Removes onbuild from from jupyter/jupyterhub image,
though it remains incomplete and will not run without a config file.
2016-04-19 13:21:24 +02:00
Carol Willing
f3bbca80ea
Merge pull request #528 from minrk/test-cookie-secret
...
exercise cookie secret loading in tests
2016-04-19 04:01:36 -07:00
Carol Willing
ce30f28449
Merge pull request #527 from minrk/polish-520
...
polish cookie-secret PR
2016-04-19 03:56:41 -07:00
Min RK
6cb58c17e7
exercise cookie secret loading in tests
2016-04-19 11:15:48 +02:00
Min RK
183e244490
polish cookie-secret PR
...
- fix a couple of typos
- use ValueError instead of assert to ensure error is raised even when Python optimizes-out asserts
2016-04-19 10:15:10 +02:00
Min RK
d5cd5115a5
Merge pull request #520 from robnagler/master
...
cookie_secret file must be base64
2016-04-19 10:10:58 +02:00
robnagler
bbd3b22490
incorrect log call in previous checkin
2016-04-18 16:25:03 +00:00
robnagler
e02daf01ad
Fix jupyter/jupyterhub#520 : exit if any errors parsing file; Also, fix abstraction use of getenv/os.environ (use one or the other, not both)
2016-04-18 15:35:31 +00:00
robnagler
af1e253f8a
Fix jupyter/jupyterhub#522
2016-04-18 15:16:01 +00:00
Min RK
491da69994
typo
2016-04-18 12:51:35 +02:00
Min RK
0737600d3c
Merge pull request #515 from proversity-org/master
...
Post handler for requesting authorization tokens; authenticated via form.
2016-04-18 11:23:24 +02:00
dominic
c7f542e79e
Add tests for form based token generation
2016-04-18 10:27:38 +02:00
robnagler
21213c97c6
cookie_secret file is decoded by binascii.a2b_base64 so need to document it must be Base64. Added better doc for other values, and included description of "cookie_secret" parameter as well
2016-04-17 23:35:06 +00:00
Carol Willing
b36cd92ae6
Merge pull request #517 from minrk/load-tokens
...
allow pre-loading API tokens from config
2016-04-15 06:49:40 -07:00
Min RK
094ac451c7
Don't allow bad tokens to create tokens in the db
2016-04-15 12:42:52 +02:00
Min RK
fa4b666693
allow pre-loading API tokens from config
...
This is the first small part of easing the pain of services,
which is generating the API tokens,
and used to require initializing the JupyterHub database.
2016-04-14 16:45:40 +02:00
Carol Willing
ce9dc2093c
Merge pull request #514 from minrk/docker-readme
...
revisions to docker notes
2016-04-14 07:05:02 -07:00
dominic
9fd97a8d63
Keep line spacing consistent. Don't do anything if authenticator not defined.
2016-04-14 15:39:26 +02:00
Min RK
2261a0e21d
revisions to docker notes
...
- link to Docker docs on volumes
- name container `jupyterhub`
- wording
2016-04-14 15:35:58 +02:00
dominic
a7a1c32a03
Add post handler for form based auth
2016-04-14 09:32:42 +02:00
Matthias Bussonnier
dfd01bbf5f
Merge pull request #503 from minrk/disable-npm-progress
...
disable npm progress when installing
2016-04-08 17:36:02 -07:00
Min RK
b11a5be781
disable npm progress when installing
...
apparently faster, but should also fix unicode errors
2016-04-08 16:35:23 -07:00
Kyle Kelley
8b6950055b
Merge pull request #501 from minrk/set-login-at-root-redirect
...
set login cookie when redirecting
2016-04-06 12:35:50 -05:00
Min RK
e8a298be00
set login cookie when redirecting
...
should avoid one possible redirect-loop case when the single-user cookie is invalid, but the Hub cookie is valid.
2016-04-06 10:18:23 -07:00
Min RK
69f24acac2
Merge pull request #499 from yuvipanda/statsd
...
Emit metrics via statsd
2016-04-05 09:23:20 -07:00
YuviPanda
9ffebd0c5e
Send metrics about various redirects from User spawning
2016-04-01 14:05:02 -07:00
YuviPanda
2dd3d3c448
Send timing info about spawner success / failure
2016-04-01 10:20:37 -07:00
YuviPanda
4644e7019e
Send metrics about running and active users
...
Uses the standard user last-updated activity callback
2016-04-01 10:20:37 -07:00
YuviPanda
5a15d7a219
Actually start the timer
2016-04-01 10:20:37 -07:00
YuviPanda
788129da12
Send metrics for login and logout actions
2016-04-01 10:20:37 -07:00
YuviPanda
cac5175c9b
Send CSP metrics to statsd
2016-04-01 10:20:37 -07:00
YuviPanda
80556360ac
Add statsd to the base request handler
2016-04-01 10:20:37 -07:00
YuviPanda
3dca0df55f
Add statsd to the base JupyterHub app
...
Not actually emitting any metrics yet
2016-04-01 10:20:37 -07:00