Age | Commit message (Expand) | Author |
36 hours | Left-align the labels.HEADmain | Frederick Muriuki Muriithi |
36 hours | Remove pagetitle values. | Frederick Muriuki Muriithi |
38 hours | Improve layout and styling for the login page. | Frederick Muriuki Muriithi |
38 hours | Improve page copy for the authorisation server. | Frederick Muriuki Muriithi |
2024-12-20 | Change log-in page template HTML...- Limit width of email/password input fields so they don't stretch
across the entire screen
- Change 'Authorise' to 'Log in'
- Put fields in columns and align the 'Log in' button with the text
fields (couldn't figure out a good way to do this, so did something
weird with a negative margin on the button)
| zsloan |
2024-11-15 | Make authorise-user template more consistent with GN2 style | zsloan |
2024-10-03 | Provide a way to change OAuth2 client secrets. | Frederick Muriuki Muriithi |
2024-08-30 | Commit missing template. | Frederick Muriuki Muriithi |
2024-08-21 | Provide email and improve UI text/notification. | Frederick Muriuki Muriithi |
2024-08-20 | Pass GET parameters for correct redirection. | Frederick Muriuki Muriithi |
2024-08-20 | Add notification to outgoing emails. | Frederick Muriuki Muriithi |
2024-08-19 | Generate token and send out "Forgot Password" email...* Generate token to use for verifying the password-change request
* Send out email with token
| Frederick Muriuki Muriithi |
2024-08-19 | Show "Forgot Password" link....Provide the user with the "Forgot Password" link, if the backend
supports it.
| Frederick Muriuki Muriithi |
2024-08-15 | Improve the messaging in the UI. | Frederick Muriuki Muriithi |
2024-08-15 | Reduce UI complexity...Providing both the "Enter Verification Token" and the "Send
Verification Email" elements of the same user interface seems to
confuse users.
This commit ensures that the system will provide one or the other, but
not both, depending on whether or not there is a pending verification
token present for the user.
| Frederick Muriuki Muriithi |
2024-07-31 | Enable registration of a public-jwks-uri for every client | Frederick Muriuki Muriithi |
2024-07-31 | Fix styling: Use bootstrap styling. | Frederick Muriuki Muriithi |
2024-07-12 | Remove fieldset that breaks UI in google-chrome. | Frederick Muriuki Muriithi |
2024-06-17 | Present errors more cleanly. | Frederick Muriuki Muriithi |
2024-06-04 | Approximate the GN2 look-and-feel. | Frederick Muriuki Muriithi |
2024-06-04 | auth: scope: Remove confusing UI elements | Frederick Muriuki Muriithi |
2024-06-04 | Update system name from GeneNetwork3 to gn-auth | Frederick Muriuki Muriithi |
2024-06-04 | Update email styling and text. | Frederick Muriuki Muriithi |
2024-06-04 | Redirect appropriately when verifying emails. | Frederick Muriuki Muriithi |
2024-06-03 | Handle unverified emails...If a user provides the correct credentials to login, but they are
unverified, redirect them to the email verification page, where they
are provided with a chance to verify their email, or send a new
verification code.
| Frederick Muriuki Muriithi |
2024-06-03 | Provide endpoint for verification and do verification | Frederick Muriuki Muriithi |
2024-06-03 | Send verification email on registration. | Frederick Muriuki Muriithi |
2024-05-02 | Delete a client's public key. | Frederick Muriuki Muriithi |
2024-05-02 | Improve UI look-and-feel. | Frederick Muriuki Muriithi |
2024-05-02 | Register a client's public key(s). | Frederick Muriuki Muriithi |
2024-05-02 | Provide missing client name. | Frederick Muriuki Muriithi |
2024-05-02 | Fix editing of grant_types...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.
| Frederick Muriuki Muriithi |
2024-05-02 | Use same name as register-client form | Frederick Muriuki Muriithi |
2024-05-02 | Make registration of grant-types more flexible. | Frederick Muriuki Muriithi |
2024-05-02 | Replace colon with hyphen in html element names...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.
| Frederick Muriuki Muriithi |
2024-04-26 | Pass redirect_uri fields in POST. Use full URL...Pass in the missing redirect_uri value along with login data. Use the
full URI (complete with request args) as the form's action.
This resolves the error raised when wrong credentials are provided.
| Frederick Muriuki Muriithi |
2024-03-26 | Rename to gn-auth | Frederick Muriuki Muriithi |
2024-02-27 | Update base template. | Frederick Muriuki Muriithi |
2024-01-29 | Error handling: Handle 404 error. | Frederick Muriuki Muriithi |
2023-11-17 | Setup path to static paths correctly. | Frederick Muriuki Muriithi |
2023-08-07 | Change imports to new unified db module. | Frederick Muriuki Muriithi |