Min RK
75c947be59
address djlint lint
...
and autoformat js in templates
2024-04-19 10:46:50 +02:00
Min RK
d9ce1b917f
add and run djlint formatter
2024-04-19 10:12:57 +02:00
Min RK
fb1614e20a
Merge pull request #4784 from manics/token-api-doc
...
doc: list/get token response is different from post
2024-04-18 15:02:51 +02:00
Min RK
99b37f1f0f
Merge pull request #4774 from minrk/bs5
...
update bootstrap to v5
2024-04-18 12:10:55 +02:00
Simon Li
9c1944d946
Duplicate Token/NewToken content instead of using yaml merge/anchors
2024-04-17 20:15:06 +01:00
Min RK
c94dcc435c
add token_id to self
model
2024-04-17 09:27:31 +02:00
Min RK
4320f2aff5
document running build:watch with testing config
...
remove mentions of yarn - we don't use it
2024-04-15 11:20:51 +02:00
Min RK
528c7faf92
Merge branch 'main' into krassowski-manage_roles
2024-04-15 10:58:46 +02:00
Min RK
b06a0f29ed
Merge pull request #4701 from consideRatio/pr/add-allow-existing-users
...
Add Authenticator config `allow_all` and `allow_existing_users`
2024-04-15 10:57:45 +02:00
Simon Li
50dc39b102
Reformat rest-api.yml
2024-04-14 22:35:37 +01:00
Simon Li
772c9e20b7
Fix some typos in rest-api.yml
2024-04-14 22:28:21 +01:00
Simon Li
0eac18bb22
doc: list/get token response is different from post
2024-04-14 22:22:36 +01:00
krassowski
d5e9e3a632
Switch the default for reset_managed_roles_on_startup
2024-04-12 14:10:06 +01:00
krassowski
b79cb12095
Polish the documentation
2024-04-10 14:52:23 +01:00
Min RK
47f39e7c2f
changelog for 4.1.5
2024-04-09 11:18:00 +02:00
Min RK
3ce2643ab7
clarify some allow docs per review
2024-04-02 10:54:17 +02:00
Min RK
3e61e46497
Apply suggestions from code review
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2024-04-02 10:50:31 +02:00
Min RK
ab37cd7f24
changelog for 4.1.4
2024-03-30 10:02:43 +01:00
krassowski
b7d68ca255
Implement load_managed_roles
, allow to assign scopes
...
and update roles (but not assign them to users/groups)
by using `load_roles` when `Authenticator.manage_roles` is on.
2024-03-26 17:53:32 +00:00
Min RK
7d720371c5
changelog for 4.1.3
2024-03-26 14:04:58 +01:00
Min RK
2262bab442
changelog for 4.1.2
2024-03-26 14:04:58 +01:00
Min RK
f581b1a541
Merge pull request #4743 from minrk/effver
...
Officially adopt EffVer
2024-03-26 08:59:07 +01:00
pre-commit-ci[bot]
1c02c0f2dd
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-03-24 20:20:35 +00:00
Min RK
f4aa8a4c25
changelog for 4.1.1
2024-03-23 17:17:39 +01:00
krassowski
c685d4bec9
Rewrite sync_roles
to always grant/strip the current user
...
and to update all role attributes for each rule, and
to re-use `create_role` function which checks rule name etc.
2024-03-23 16:11:21 +00:00
Min RK
c3c69027fa
set allow_all=False by default
2024-03-22 15:46:03 +01:00
Min RK
ca3ac3b08b
Officially adopt EffVer
...
encodes the policy we already have, but now it has a name
2024-03-22 09:20:12 +01:00
Min RK
6a72ad8ca5
Merge pull request #4737 from minrk/rm-double-doc
...
avoid duplicate jupyterhub installation for docs
2024-03-22 09:06:55 +01:00
Simon Li
352826a1ec
docs: fix unrelated rendering error
2024-03-21 20:08:59 +00:00
Simon Li
acf7d7daaa
docs: use sphinx var for min node version
2024-03-21 20:08:56 +00:00
Simon Li
92d59cd12b
docs: Consistently use minimum Python 3.8
2024-03-21 20:03:11 +00:00
Min RK
d2a07aaf1b
forward-port 4.1.0
2024-03-20 13:21:34 +01:00
Min RK
51156a4762
avoid duplicate jupyterhub installation
...
almost every time installing docs/requirements.txt happens, JupyterHub is already installed
adding an `--editable` here ensures a full rebuild happens every time, which is very slow
2024-03-20 12:27:51 +01:00
Min RK
83ce6d3f6b
forward-port 4.1.0
2024-03-19 18:45:58 +01:00
krassowski
6a6c54fef5
Draft documentation specifying expected behaviour
2024-03-19 14:31:28 +00:00
krassowski
74455d6337
Bump required Python version in contributing setup
2024-03-19 12:52:59 +00:00
Min RK
e1e34a14a2
update docs for allow_all, allow_existing_users
2024-03-19 09:40:05 +01:00
Simon Li
f83c22ea0e
services.md: idle-culler does not need admin
2024-03-14 15:12:20 +00:00
Amit Kumar
d3add440ca
Fix typo in the rest-api.yml
2024-03-11 16:19:34 +00:00
Simon Li
af396ec8d6
Merge pull request #4700 from minrk/redocly
...
Use redoc for REST API
2024-03-06 16:05:16 +00:00
Min RK
eab6065a26
update rest api spec for sort
...
don't use enum, which is a poor fit for `-` prefix,
instead give some examples
2024-03-06 13:31:48 +01:00
Min RK
911513435b
serve redoc fonts instead of cross-domain embed
2024-03-05 09:43:14 +01:00
Min RK
6dc9dccbb7
has_content typo
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2024-03-05 08:55:20 +01:00
Min RK
8303633527
Implement sort order in GET /users
...
support sorting by id (current, default), name, last_activity
Names and definitions match GitHub REST API
2024-03-04 12:31:14 +01:00
Min RK
58ada78dc2
apply suggestion from code review
2024-02-26 11:19:03 +01:00
Min RK
b7dffc7afc
add rest-api-{operation}
xref targets, so we can link to our own REST API
2024-02-22 11:03:01 +01:00
Ritika Agrawal
7f6e501ad3
Minor broken docs: reference to wiki removed, #4653 fixed
...
Minor broken docs: reference to wiki removed, #4653 fixed
2024-02-15 01:50:28 +05:30
Min RK
3286afd848
remove unused x-codegen-body-name
2024-02-07 16:01:21 +01:00
Min RK
e1f144ad79
update rest-api scopes
...
now that they are visible, some weren't quite right
2024-02-07 16:00:21 +01:00
Min RK
5cddce343d
make sure types are declared in spec linter
2024-02-07 15:32:53 +01:00