Min RK
51a04258d1
build on readthedocs
2016-01-20 15:35:49 +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
Min RK
c878e137aa
try codecov for coverage
2016-01-05 14:05:59 +01:00
Min RK
53785a985d
return after redirect to spawner form
...
avoids double-call to redirect, which fails
2016-01-05 14:02:20 +01:00
Min RK
b0cc47984b
Merge pull request #364 from minrk/spawn-typo
...
s/users/user typo in spawn redirect
2015-12-31 17:30:56 +01:00
Min RK
91168fc22b
s/users/user typo in spawn redirect
2015-12-31 12:06:04 +01:00
Min RK
66cbb8a614
more testing of spawn page redirects
2015-12-31 12:05:55 +01:00
Min RK
0fbd69be9b
Merge pull request #355 from minrk/spawner-options
...
Add Spawner form page
2015-12-30 16:40:16 +01:00
Min RK
872005f852
document spawner options form
2015-12-30 14:17:58 +01:00
Min RK
647dd09f40
add spawn-form example
2015-12-30 13:55:39 +01:00
Min RK
041c1a4a1e
remove always-False else branch
2015-12-30 13:55:38 +01:00
Min RK
d2e3a73f53
set login cookie after starting server
...
avoids redirect loop
2015-12-30 13:55:38 +01:00
Min RK
2bd7192e89
add extensible get_env
hook on Spawner
...
to make it easier for subclasses to modify the env
2015-12-30 13:55:38 +01:00
Min RK
28f5f33a76
add bootstrap form-control to spawner form inputs
2015-12-30 13:55:38 +01:00
Min RK
f9c9c2b471
options_form is a regular configurable
...
now that we can assume User.spawner exists at all times
2015-12-30 13:55:38 +01:00
Min RK
41ea696546
Instantiate Spawner on User init
...
shrinks `User.spawn` to take single argument, grants User more direct access to state.
2015-12-30 13:55:36 +01:00
Min RK
54f9a296de
test Spawner.user_options and spawn form
2015-12-30 13:55:01 +01:00