canaille-globuzma/canaille/oidc
Stéphane Blondon 803fadd0e9 fix: better consistency of admin dropdown menu
The dropdown was not always displayed due to lack of 'menuitem' parameter on some calls.
The 'active' and 'dropdown' classes from fomanticUI clash so the dropdown is not displayed when both are added to the `div` tag. As workaround, 'active' class is replaced by a custom 'dropdown-active' class.
2022-02-25 13:58:35 +01:00
..
__init__.py split oidc code from the rest 2022-01-11 20:31:55 +01:00
authorizations.py fix: better consistency of admin dropdown menu 2022-02-25 13:58:35 +01:00
clients.py LdapObject an have attribute name different than the schema 2022-01-18 18:04:25 +01:00
consents.py LdapObject an have attribute name different than the schema 2022-01-18 18:04:25 +01:00
models.py AuthorizationCode and Token have a new id parameter 2022-02-16 18:00:30 +01:00
oauth.py LdapObject an have attribute name different than the schema 2022-01-18 18:04:25 +01:00
oauth2utils.py AuthorizationCode and Token have a new id parameter 2022-02-16 18:00:30 +01:00
tokens.py AuthorizationCode and Token have a new id parameter 2022-02-16 18:00:30 +01:00
well_known.py split oidc code from the rest 2022-01-11 20:31:55 +01:00