Quentin Gliech
|
3cb8a26d95
|
"Can request admin" flag on user
|
2023-10-09 18:52:30 +02:00 |
|
Quentin Gliech
|
b2cd8d83f7
|
templates: translate a lot more stuff
|
2023-10-05 19:29:23 +02:00 |
|
Quentin Gliech
|
789040d22f
|
graphql: Fix the createOauth2Session mutation not persisting the changes to the database
|
2023-09-12 11:31:19 +02:00 |
|
Quentin Gliech
|
9c97a0c37a
|
storage: make the access token expiration optional
|
2023-09-11 12:03:42 +02:00 |
|
Quentin Gliech
|
e6b91c1ce4
|
data-model: make the access token expiration optional
|
2023-09-11 12:03:42 +02:00 |
|
Quentin Gliech
|
83ca90ee3d
|
Add a GraphQL mutation to create arbitrary OAuth2 sessions.
|
2023-09-11 12:03:42 +02:00 |
|
Quentin Gliech
|
7e247830c9
|
data-model: Make the user_id optional in the OAuth 2.0 sessions
|
2023-09-06 09:35:34 +02:00 |
|
Quentin Gliech
|
0896292006
|
Fix Clippy warnings about enum size variants difference
|
2023-09-04 16:45:21 +02:00 |
|
Quentin Gliech
|
be5b527403
|
graphql: admin API to add a user, lock them, and add emails without verification
|
2023-09-01 11:34:58 +02:00 |
|
Quentin Gliech
|
7fcd022eea
|
Make sure we validate passwords & emails by the policy at all stages
Also refactors the way we get the policy engines in requests
|
2023-08-30 19:39:39 +02:00 |
|
Quentin Gliech
|
1849b86a7d
|
graphql: Always make the associated SSO login available in compatibility sessions
|
2023-08-29 16:53:38 +02:00 |
|
Quentin Gliech
|
438a10332a
|
Add the user_id directly on oauth2_sessions and make the scope a text list
|
2023-08-29 12:52:24 +02:00 |
|
Quentin Gliech
|
17e28f56c1
|
Upgrade Rust to 1.72.0
Fixes new clippy errors and upgrade other tools
|
2023-08-28 18:05:56 +02:00 |
|
Quentin Gliech
|
c7153b08e3
|
Also make all the GraphQL mutations available for admins
|
2023-08-11 14:56:21 +02:00 |
|
Quentin Gliech
|
1e474518f5
|
graphql: API to set the user displayname (#1412)
|
2023-08-03 14:45:59 +00:00 |
|
Quentin Gliech
|
ca520dfd9a
|
frontend: Show all compatibilities sessions, not just SSO logins
Also cleans up a bunch of things in the frontend
|
2023-07-06 18:12:34 +02:00 |
|
Quentin Gliech
|
f67cc0d6d0
|
Frontend cleanups
Mainly:
- better handling of GraphQL errors
- better logout state
- dependencies update
- a way to end browser sessions in the GraphQL API
|
2023-06-20 16:53:53 +02:00 |
|
Quentin Gliech
|
b56c2350a4
|
Buttons to end compat and OAuth2 sessions
|
2023-06-14 09:24:49 +02:00 |
|
Quentin Gliech
|
63d4bfd0d4
|
Ability to set the primary email and cleanup the email lists
|
2023-06-14 09:24:49 +02:00 |
|
Quentin Gliech
|
741873b84e
|
Ability to remove emails
|
2023-06-14 09:24:49 +02:00 |
|
Quentin Gliech
|
ed5c367df6
|
Have better output types on mutations
|
2023-04-25 16:39:15 +02:00 |
|
Quentin Gliech
|
047a91907d
|
Split the mutations and make them use an input object instead of different parameters
|
2023-04-25 16:39:15 +02:00 |
|