Min RK
d7d8459edb
1.0.0b2
1.0.0b2
2019-04-09 10:45:31 +02:00
Min RK
39a7116d16
npm run fmt
...
with latest prettier
2019-04-09 10:45:31 +02:00
Min RK
d27c970cc4
rev js dependencies
2019-04-09 10:45:31 +02:00
Min RK
cf56dbb97b
latest changes in changelog
2019-04-09 10:36:33 +02:00
Min RK
a4ccfe4e11
Merge pull request #2511 from ryogesh/do-not-show-db-password
...
Redact DB password before logging connection string
2019-04-09 10:19:48 +02:00
Min RK
f1871bbe24
Merge pull request #2510 from minrk/fix-delete-named
...
ensure spawner for named servers is fully deleted
2019-04-09 10:17:07 +02:00
bdmon
1cc9153a91
Redact DB password before logging connection string
2019-04-09 09:26:54 +02:00
Tim Head
4258254c39
Merge pull request #2509 from minrk/sec-doc
...
Add security-reporting to docs
2019-04-05 17:33:44 +02:00
Min RK
f3aee9bd16
ensure spawner for named servers is fully deleted
...
if spawner wasn't running, the wrapper could have been left in the user.spawners dict
2019-04-05 16:50:55 +02:00
Min RK
5cb8ccf8b2
Merge pull request #2494 from minrk/retry-better
...
include retry link after failed spawn
2019-04-05 15:29:40 +02:00
Tim Head
1d63e417ca
Merge pull request #2508 from minrk/discourse-link
...
add discourse link to communication doc
2019-04-05 12:06:02 +02:00
Min RK
ee0020e8fa
add security-reporting to docs
2019-04-05 11:51:02 +02:00
Min RK
2d83575a24
add discourse link to communication docs
2019-04-05 11:46:44 +02:00
Min RK
33c168530e
Merge pull request #2496 from minrk/all-users-admin
...
ensure default server exists in the db at user creation
2019-04-05 10:29:20 +02:00
Min RK
5d4d34b24d
Merge pull request #2498 from minrk/oauthlib-3
...
allow oauthlib 3
2019-04-05 10:25:59 +02:00
Min RK
49cc794937
include exception in template vars
...
for custom templates
2019-04-05 10:25:40 +02:00
Min RK
7f9e77ce5b
Allow Spawners to customize spawn-failed message
...
by raising an exception with a `jupyterhub_message` attribute.
This will be a string displayed as escaped HTML (HTML is not allowed).
2019-04-05 10:22:47 +02:00
Min RK
6fa3b429db
include retry link after failed spawn
2019-04-01 17:05:58 +02:00
Min RK
e89836c035
Merge pull request #2495 from minrk/service-oauth-state-typo
...
typo raising error on missing oauth state
2019-04-01 17:05:44 +02:00
Min RK
784b5cb6f0
ensure default server exists in the db at user creation
...
avoids issues in e.g. all_spawners being empty
2019-04-01 17:05:23 +02:00
Min RK
daaa763c3b
allow oauthlib 3
...
requires updating our is_absolute_uri check
2019-04-01 17:04:59 +02:00
Min RK
2b18c64081
Merge pull request #2497 from minrk/mysql-connector-python
...
[travis] trade mysql-connector for mysql-connector-python
2019-04-01 17:04:30 +02:00
Min RK
785addc245
mysql-connector-python in test_db
2019-04-01 16:47:46 +02:00
Min RK
b4758db017
specify native auth plugin for mysql testing
...
sha2 plugin isn't available on travis
2019-04-01 16:31:36 +02:00
Min RK
10fbfee157
travis: install mysql-connector-python
...
instead of mysql-connector, which is deprecated
2019-04-01 15:06:43 +02:00
Min RK
c58a251dbd
typo raising error on missing oauth state
...
need to specify a status code
2019-04-01 14:53:35 +02:00
Min RK
27be5e4847
Changelog for 0.9.6
...
replace 0.9.5 which has only a partial fix
issue is now confirmed to affect all browsers
2019-04-01 12:30:16 +02:00
Min RK
be97a0c95b
Further login redirect validation
2019-04-01 12:29:29 +02:00
Min RK
689a312756
Merge pull request #2490 from mathematicalmichael/patch-1
...
Fix 1.0 date in changelog
2019-03-29 17:08:49 +01:00
Michael Pilosov
1484869ee3
Update changelog.md
...
fix date
2019-03-29 08:16:55 -06:00
Min RK
74a457f6b5
guard against using get_page with full urls
...
since that was hard to debug
2019-03-28 17:02:41 +01:00
Min RK
137a044f96
fix flaky test_user_redirect
...
when re-fetching the same url, use `requests.get`, not `get_page`
2019-03-28 17:01:00 +01:00
Min RK
a090632a48
Merge pull request #2488 from minrk/post_push
...
Docker hook fixes
2019-03-28 16:02:50 +01:00
Min RK
451a16c57e
changelog for 0.9.5
2019-03-28 13:34:22 +01:00
Min RK
6e14e86a1a
protect against some browsers' buggy handling of backslash as slash
2019-03-28 13:33:23 +01:00
Min RK
a142f543ba
[docker] tag stable releases with :latest
2019-03-28 13:06:18 +01:00
Min RK
0bb3996c30
[docker] fix unbound variable in post_push hook for stable releases
2019-03-28 13:05:05 +01:00
Min RK
2a23e8afea
1.0.0b1
1.0.0b1
2019-03-27 15:58:07 +01:00
Min RK
071e375d5f
Merge pull request #2440 from minrk/changelog-1.0
...
changelog for 1.0
2019-03-27 14:45:11 +01:00
Min RK
ca2d0a58b9
add documentation for Hub page urls
...
with screenshots!
2019-03-27 12:03:26 +01:00
Min RK
1cfeee8808
Merge pull request #2484 from rcthomas/master
...
Fix server name parsing in UserUrlHandler
2019-03-27 10:40:09 +01:00
Rollin Thomas
6ff421061d
Strip leading / and get server name
2019-03-26 08:17:39 -07:00
Min RK
2d049c39fc
Merge pull request #2485 from bitnik/patch-1
...
fix dev-requirements file extension in contributing.md
2019-03-26 13:51:58 +01:00
Kenan Erdogan
5535804acb
fix dev-requirements file extension in contributing.md
2019-03-26 13:45:25 +01:00
Rollin Thomas
0901fa255f
Remove log testing messages
2019-03-25 15:05:45 -07:00
Rollin Thomas
3e5b272b80
Server name is second element
2019-03-25 14:50:39 -07:00
Rollin Thomas
693446dba9
Log messages
2019-03-25 13:35:29 -07:00
Min RK
12d6a744df
documentation for named server UI
2019-03-25 14:14:01 +01:00
Min RK
45dcb3bd17
recommonmark 0.5
...
update several links (html targets don't work anymore)
had to add rest-api redirect so link would resolve,
since there isn't a ref for files in _static
2019-03-25 14:08:37 +01:00
Min RK
6de9414c2f
Merge branch 'master' into changelog-1.0
2019-03-25 11:20:05 +01:00