Min RK
2556cd0691
note that 5.0 is a prerelease
2024-04-19 10:32:29 +02:00
Min RK
43fff0a280
try to clarify allow_all/allow_existing_users
2024-04-19 10:32:17 +02:00
Min RK
d9ce1b917f
add and run djlint formatter
2024-04-19 10:12:57 +02:00
Min RK
bf840c65d6
apply suggestions from review
2024-04-18 17:28:58 +02:00
Min RK
9e5af6f3ca
Apply suggestions from code review
...
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com >
2024-04-18 17:21:24 +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
bb09070e16
add migration doc for 5.0
2024-04-18 15:01:08 +02:00
Min RK
e72f0976f9
changelog for 5.0
2024-04-18 14:59:42 +02:00
Min RK
99b37f1f0f
Merge pull request #4774 from minrk/bs5
...
update bootstrap to v5
2024-04-18 12:10:55 +02:00
Min RK
039d457797
update selector in test_share
2024-04-18 09:15:15 +02:00
Min RK
cc7662ec87
remove unused requirejs shim for bootstrap
2024-04-18 09:12:16 +02:00
Min RK
aa89a63117
code review
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2024-04-18 09:10:11 +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
8153e53fb1
Merge pull request #4790 from minrk/token_id_user_model
...
add token_id to `/api/user`
2024-04-17 20:26:32 +02:00
Min RK
3f5d220af4
update accept-share for bs5
...
make it a card, matching oauth
2024-04-17 19:53:57 +02:00
Min RK
7d7db9774f
consistent submit buttons
2024-04-17 15:44:17 +02:00
Min RK
01e7d00829
update oauth page test locators
2024-04-17 15:37:22 +02:00
Min RK
3d7a3393e1
darker nav
2024-04-17 15:32:10 +02:00
Min RK
ab40f29056
remove unnecessary width on property tables
2024-04-17 14:56:02 +02:00
Min RK
6c4eba2682
avoid wrapping text on add-item button
2024-04-17 14:46:28 +02:00
Min RK
88fe734585
version footer is not a nav
2024-04-17 14:40:43 +02:00
Min RK
89fa76fae8
start using some css variables where we can
2024-04-17 14:32:54 +02:00
Min RK
2919a2b6c2
remove use of deprecated text-muted
2024-04-17 14:28:02 +02:00
Min RK
af5b3e0c31
update spawn form for bs5
2024-04-17 10:38:46 +02:00
Min RK
c94dcc435c
add token_id to self
model
2024-04-17 09:27:31 +02:00
Min RK
6a17797719
fix locator on token table
2024-04-17 09:08:02 +02:00
Min RK
6d7bde996b
set variant on server buttons
...
variant determines the color
2024-04-17 08:58:30 +02:00
Min RK
fdd421bfa9
use card for authorize layout
2024-04-16 17:56:37 +02:00
Min RK
5e3b1601d7
use justify-content-center to center columns
...
no longer need to use offsets
2024-04-16 15:01:32 +02:00
Min RK
e766d7a885
update test expectations for some bs5 classes
2024-04-16 14:43:06 +02:00
Min RK
f13fb2f12e
update services dropdown for bs5
2024-04-16 14:42:45 +02:00
Min RK
904e200daf
fix testing authenticator config
...
wrong class
2024-04-16 09:47:35 +02:00
Min RK
1ae1e66136
update modal for bs5
2024-04-16 09:30:40 +02:00
Min RK
7ca2105b80
Merge pull request #4748 from krassowski/krassowski-manage_roles
...
Add authenticator-managed roles (`manage_roles`)
2024-04-16 09:05:08 +02:00
Min RK
8820d5c028
update admin for bs5
...
- more consistent use of react-bootstrap
- reusable MainContainer, MainCol for consistent layout
2024-04-15 13:31:35 +02:00
Min RK
a50ed507fe
udpate token page for bs5
2024-04-15 11:21:02 +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
102db113cf
Merge branch 'main' into bs5
2024-04-15 10:59:53 +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
Min RK
ce74fdf0a3
don't allow null in managed_by_auth
2024-04-15 10:55:46 +02:00
Min RK
48c046359f
remove unnecessary test parameter
...
allow_all doesn't vary, so doesn't need to be a parameter
2024-04-15 10:34:30 +02:00
Min RK
dc234a79f0
Merge pull request #4782 from minrk/group-output
...
test: avoid producing '[group]' string in output
2024-04-15 10:33:36 +02:00
Min RK
8fd09053a2
avoid producing '[group]' string in output
...
GitHub Actions starts a log expansion group when it sees the string `[group]`,
which happens when that is a parametrize argument
which results in collapsing all subsequent test outputs
pytest.param lets us assign an id that is used in output, but not the value itself
2024-04-15 10:20:31 +02:00
Min RK
634d59dfd5
Merge pull request #4783 from manics/token-button-after
...
Token UI: move button to after form fields
2024-04-15 10:07:18 +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
Simon Li
061d267d74
Token UI: move button to after form fields
2024-04-12 17:01:11 +01:00
krassowski
d5e9e3a632
Switch the default for reset_managed_roles_on_startup
2024-04-12 14:10:06 +01:00