evanlinde
bc4973fb43
username parameter for notebook_dir
...
Allow specifying user-specific notebook directories outside of user's home folder
2016-01-22 09:47:48 -06:00
Min RK
1a21e822b6
Merge pull request #389 from willingc/fix-docstring
...
Fix docstrings *ix -> Linux/UNIX to prevent Sphinx build warnings
closes #389
2016-01-22 16:05:31 +01:00
Carol Willing
d437a8f06a
Fix docstrings *ix -> Linux/UNIX
2016-01-22 16:05:15 +01:00
Min RK
0555ee44e7
turn on jinja autoescape
...
now that we are putting user content on the page
2016-01-22 16:02:51 +01:00
Min RK
ef40bd230e
Show error messages on spawn form
...
when spawning fails
instead of 500
2016-01-22 16:02:11 +01:00
Min RK
818510c2ca
Merge pull request #381 from minrk/rtd-yml
...
add preliminary API docs
2016-01-22 12:03:57 +01:00
Min RK
caaab40944
Merge pull request #386 from minrk/dockerfile-jessie
...
Base Dockerfile on debian:jessie
2016-01-21 13:05:35 +01:00
Min RK
0fb80d43b6
Merge pull request #387 from minrk/single-user-script
...
make jupyterhub-singleuser a script
2016-01-21 12:55:21 +01:00
Min RK
8146af7240
make jupyterhub-singleuser a script
...
instead of a module in the package
makes it easier to do `/path/to/python $(which jupyterhub-singleuser)`
2016-01-20 15:41:54 +01:00
Min RK
b9df681115
Merge pull request #353 from minrk/try-localhost
...
Ensure that we can bind and connect to localhost
2016-01-20 15:37:42 +01:00
Min RK
40a3ebde84
Merge pull request #354 from zoltan-fedor/master
...
IPv6 ready /etc/hosts file without IPv6 enabled causing localhost issue
2016-01-20 15:37:32 +01:00
Min RK
fbf3b45d52
needs sphinx 1.3
2016-01-20 15:36:26 +01:00
Min RK
eb0a38c136
add preliminary API docs
2016-01-20 15:36:24 +01:00
Min RK
37d42a336f
put repo on path
...
allows autodoc to import jupyterhub without installing it
2016-01-20 15:35:49 +01:00
Min RK
51a04258d1
build on readthedocs
2016-01-20 15:35:49 +01:00
Min RK
1a4226419f
Base Dockerfile on debian:jessie
...
rather than jupyter/notebook
and use conda to get Python 3.5
No longer includes single-user server dependencies
2016-01-20 14:33:39 +01:00
Min RK
ce4cc62c05
Merge pull request #383 from minrk/start-new-session
...
use start_new_session to detach single-user servers
2016-01-15 17:55:37 +01:00
Min RK
614a0806f5
use start_new_session to detach single-user servers
...
instead of setpgrp, which causes various problems
2016-01-15 14:21:45 +01:00
Min RK
ff2fef1617
Merge pull request #373 from minrk/normalize-username
...
Username normalization and validation
2016-01-14 10:16:45 +01:00
Carol Willing
2e6f08268b
Merge pull request #380 from minrk/installation
...
move install commands around a bit
2016-01-13 06:42:36 -08:00
Min RK
ff4019128a
move install commands around a bit
...
npm/less notes are only relevant for dev installs
2016-01-13 15:10:22 +01:00
Min RK
6fd18840a7
Merge pull request #378 from willingc/readme-rtd
...
Update project README to reflect docs on RTD
2016-01-13 15:07:21 +01:00
Min RK
108d710dcb
doc: username normalization and validation
2016-01-13 14:02:51 +01:00
Min RK
aa93384f47
Include system-user creation error message in API reply
...
when system-user creation fails
2016-01-13 14:02:50 +01:00
Min RK
9441fa37c5
validate usernames
...
via Authenticator.validate_username
base class configurable with Authenticator.username_pattern
2016-01-13 14:02:50 +01:00
Min RK
beb2dae6ce
add username_map
2016-01-13 14:02:50 +01:00
Min RK
887fdaf9d3
add username normalization
...
Handlers call `get_authenticated_user`, which in turn calls
- authenticate
- normalize_username
- check_whitelist
get_authenticated_user shouldn't need to be overridden.
Normalization can be handled via overriding normalize_username.
2016-01-13 14:02:50 +01:00
Min RK
8a5a85a489
Merge pull request #377 from minrk/swagger-spec
...
add swagger spec for REST API
2016-01-13 13:08:01 +01:00
Carol Willing
2cc49d317b
Add more wording tweaks
2016-01-12 13:55:10 -08:00
Carol Willing
4afa358201
Add some minor formatting
2016-01-12 13:49:04 -08:00
Carol Willing
50a58e5e81
Update README after docs move to RTD
2016-01-12 13:44:08 -08:00
Min RK
479b40d840
add swagger spec for REST API
2016-01-12 16:32:50 +01:00
Min RK
931c2d6f8a
Merge pull request #368 from willingc/doc-wip
...
Sphinx documentation that converts markdown using recommonmark
2016-01-12 16:31:55 +01:00
Min RK
f5746d0765
Merge pull request #375 from betatim/form-file-upload
...
Handle file upload in spawner form
2016-01-09 23:25:52 +01:00
Tim Head
a59f57e095
Handle file upload in spawner form
...
Allow files to be uploaded in the spawner form.
2016-01-09 13:53:45 +01:00
Min RK
47549e752d
Merge pull request #371 from minrk/delete-user
...
delete users via UserDict API
2016-01-08 10:32:10 +01:00
Min RK
4534bea86e
delete users via UserDict API
...
avoids reusing user IDs when user creation fails
2016-01-06 15:14:28 +01:00
Carol Willing
2815f72250
Change mocking of slowspawner to match nospawner
2016-01-05 19:45:49 -08:00
Carol Willing
131b695fbb
Correct some links
2016-01-05 19:45:49 -08:00
Carol Willing
1bc0d208d3
Move image files
2016-01-05 19:45:49 -08:00
Carol Willing
46a9e8b1c3
Update doc requirements
2016-01-05 19:45:49 -08:00
Carol Willing
04cb5fe503
Add recommonmark parser for markdown
2016-01-05 19:45:49 -08:00
Carol Willing
0ad110f7de
Add parsers
2016-01-05 19:45:49 -08:00
Carol Willing
0c5c3eb8b1
Add recommonmark
2016-01-05 19:45:49 -08:00
Carol Willing
bd8b8c55b2
Add initial index file
2016-01-05 19:45:49 -08:00
Carol Willing
e52d2eb27d
Add Jupyter customizations
2016-01-05 19:45:49 -08:00
Carol Willing
0b4fbee418
Add sphinx skeleton
2016-01-05 19:45:49 -08:00
Carol Willing
9ee92a3984
Add a requirements for building docs
2016-01-05 19:45:49 -08:00
Carol Willing
f4de573198
Set up docs directory for Sphinx
2016-01-05 19:45:49 -08:00
Min RK
26e00718f9
Merge pull request #366 from minrk/double-redirect
...
return after redirect to spawner form
2016-01-05 17:19:04 +01:00