aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/admin
AgeCommit message (Collapse)Author
2024-06-04Update system name from GeneNetwork3 to gn-authFrederick Muriuki Muriithi
2024-05-02Delete a client's public key.Frederick Muriuki Muriithi
2024-05-02Improve UI look-and-feel.Frederick Muriuki Muriithi
2024-05-02Register a client's public key(s).Frederick Muriuki Muriithi
2024-05-02Provide missing client name.Frederick Muriuki Muriithi
2024-05-02Fix editing of grant_typesFrederick Muriuki Muriithi
This commit makes the values for the grant types dynamic, enabling adding and/or removing of supported grant types. The editing was not updating the grant type values correctly either - we update the metadata key from "grants" to "grant_types" to fix that.
2024-05-02Use same name as register-client formFrederick Muriuki Muriithi
2024-05-02Make registration of grant-types more flexible.Frederick Muriuki Muriithi
2024-05-02Replace colon with hyphen in html element namesFrederick Muriuki Muriithi
Colons have special meanings in CSS rules. This means that having names with colons in them is a recipe for annoying, difficult to track bugs.
2023-08-07Change imports to new unified db module.Frederick Muriuki Muriithi