Min RK
d2dc38d773
Sync with main
2021-05-21 12:53:37 +02:00
Min RK
5a9ca0c710
Merge pull request #3470 from kinow/patch-2
...
(docs) Fix DummyAuthenticator class reference
2021-05-21 12:01:26 +02:00
Min RK
05f47b14f3
Merge pull request #3381 from minrk/rm-redundant-args
...
Stop specifying `--ip` and `--port` on the command-line
2021-05-21 10:09:16 +02:00
Bruno P. Kinoshita
5a10107da8
(docs) Fix DummyAuthenticator class
2021-05-21 00:19:44 +12:00
Min RK
4e41a39b30
Sync with main
2021-05-12 16:08:03 +02:00
Min RK
e7d249bb3d
Sync with master
2021-05-11 10:52:46 +02:00
Min RK
63a61bcc2f
prepare to rename default branch to main
...
- update references to default branch name in docs, workflows
- use HEAD in github urls, which always works regardless of default branch name
- fix petstore URLs since the old petstore links seem to have stopped working
2021-05-11 10:40:04 +02:00
Min RK
863b4c7d50
Deprecate and remove some old auth bits
...
- remove long-deprecated `POST /api/authorizations/token` for creating tokens
- deprecate but do not remove `GET /api/authorizations/token/:token` in favor of GET /api/user
- remove shared-cookie auth for services from HubAuth, rely on OAuth for browser-auth instead
- use `/hub/api/user` to resolve user instead of `/authorizations/token` which is now deprecated
2021-05-05 14:07:14 +02:00
Min RK
1f7e54f652
Merge pull request #3413 from naatebarber/pagination
...
Support Pagination in the REST API
2021-05-05 11:27:27 +02:00
Min RK
3602da550c
more spawner docs for environment variables, cli args, ips and ports
2021-05-05 10:21:32 +02:00
David Brochart
49e10fdbe9
Fix documentation
2021-05-04 18:36:50 +02:00
Min RK
f28b92a99e
remove all CLI args from default Spawner implementation
...
use only env variables, which are safer to ignore and easier to handle in multiple ways
2021-05-04 12:30:39 +02:00
Min RK
cf4b25ac56
sync with master
2021-04-22 14:14:02 +02:00
Min RK
a2b76bceb9
minor copy-editing, TODOs in rbac docs
2021-04-22 13:39:36 +02:00
Nathan Barber
7bd660d899
Revert documentation updates on /groups/{name}
2021-04-21 10:05:50 -04:00
Nathan Barber
5d095c0234
Merge remote-tracking branch 'upstream/master' into pagination
2021-04-20 22:07:48 -04:00
IvanaH8
4687a76a6f
Add role name conventions to docs/source/rbac/roles.md
2021-04-20 17:28:41 +02:00
Min RK
574d343881
release 1.4.0
2021-04-19 13:41:28 +02:00
Min RK
9e0ac1594c
more changelog for 1.4
2021-04-19 13:13:29 +02:00
Nathan Barber
3c328385a4
Add default limit and max limit config vars
2021-04-16 13:11:57 -04:00
IvanaH8
5a95681853
Add %TODO: flag for generating the table in docs/source/rbac/scopes.md
2021-04-16 17:26:19 +02:00
IvanaH8
a6b9fb160e
Resolve merge conflicts
2021-04-16 17:20:22 +02:00
IvanaH8
0638783939
Synchronize docs/rest-api.yml with Available scopes table in docs/source/rbac/scopes.md
2021-04-16 17:11:46 +02:00
IvanaH8
b0f4548753
Add read:users(services):roles scopes to docs/source/rbac/scopes.md
2021-04-16 16:49:15 +02:00
IvanaH8
c6e3e06af9
Add Upgrade section to docs/source/rbac/upgrade.md
2021-04-16 16:31:01 +02:00
Nathan Barber
100111ed2c
Add pagination info to docs
2021-04-15 17:37:57 -04:00
Simon Li
1a80524772
Fix link to jupyterhub/jupyterhub-the-hard-way
2021-04-12 21:49:59 +01:00
Min RK
29ae04c921
Changelog for 1.4
2021-04-12 16:57:26 +02:00
IvanaH8
c9f8141cb4
Fix rbac-api-request-chart in docs/source/images
2021-04-08 16:48:20 +02:00
IvanaH8
649524d357
Add available scopes table in docs/source/rbac/scopes.md
2021-04-08 16:03:17 +02:00
IvanaH8
f5bbe78dbd
Resolve merge conflicts with rbac
2021-04-08 11:32:41 +02:00
IvanaH8
949ec5cc75
Add and update scopes, roles, charts and text in docs/source/rbac docs
2021-04-08 09:39:01 +02:00
Max
e446eff311
Added Azure AD as a supported authenticator.
2021-04-06 09:48:37 -07:00
Max
00042de04c
remove
2021-04-06 09:41:29 -07:00
Max
82e0af763d
Added AzureAD to list of supported authenticators.
2021-04-06 09:40:07 -07:00
IvanaH8
8064cda47a
Update RBAC docs implementing review suggestions
2021-03-17 17:13:09 +01:00
Simon Li
97b7ccbee4
Mark installation-guide-hard orphan
2021-03-05 19:13:55 +00:00
Simon Li
8eb98409d5
Remove installation-guide-hard
2021-03-05 19:08:26 +00:00
Ivana
5a15fba8b7
Applied text improvement suggestions from code review by @manics
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2021-02-23 15:05:41 +01:00
IvanaH8
c03ca796ab
removed recommonmark from docs/source/conf.py
2021-02-19 14:07:25 +01:00
IvanaH8
bc1e370d7d
updated tech implementation section
2021-02-19 12:37:20 +01:00
IvanaH8
45a0945a6b
updated requirements.txt
2021-02-17 15:46:10 +01:00
IvanaH8
7d1b6a2021
split the docs in docs/source/rbac folder
2021-02-15 16:19:13 +01:00
Min RK
9331dd13da
run pre-commit (prettier)
2021-02-12 15:25:58 +01:00
IvanaH8
be34146d29
back-up with commenting out only
2021-02-12 09:55:21 +01:00
Min RK
adb5f6ab2a
Merge pull request #3333 from trallard/trallard-patch-1
...
📝 Fix telemetry section
2021-01-14 12:01:24 +01:00
Tania Allard
8ab25e7c3d
📝 Fix telemetry section
2021-01-13 11:43:05 +00:00
Zsailer
f69ef9f846
add docs describing jupyter_server
2021-01-12 09:11:23 -08:00
Min RK
88706d4c27
final changelog edits for 1.3.0
2020-12-11 12:07:06 +01:00
Min RK
29fac11bfe
Merge pull request #3295 from minrk/changelog-1.3
...
begin changelog for 1.3
2020-12-11 12:02:15 +01:00