Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-26 | feat: Modify templates to extend from index_page. | Alexander_Kabui | |
* This ensures we have the global search functionality included for all. | |||
2024-08-07 | fix: remove bearer token from html and javascript | John Nduli | |
2024-08-06 | fix: use bearer token to query auth server | John Nduli | |
2024-06-25 | Remove flawed "group role" idea: use just "role". | Frederick Muriuki Muriithi | |
2024-06-17 | Remove deprecated endpoints/views and templates | Frederick Muriuki Muriithi | |
2024-06-17 | Fix error display logic | Frederick Muriuki Muriithi | |
2024-06-17 | Create a new resource role. | Frederick Muriuki Muriithi | |
2024-06-11 | Provide UI to delete role. | Frederick Muriuki Muriithi | |
2024-06-11 | List user assigned role of interest. | Frederick Muriuki Muriithi | |
2024-06-11 | Organise UI into rows: each row holding related data. | Frederick Muriuki Muriithi | |
2024-06-10 | Unassign privilege from resource role. | Frederick Muriuki Muriithi | |
2024-06-10 | Implement "Resource Role Page" | Frederick Muriuki Muriithi | |
Show the page, providing all UI elements necessary, even if the elements themselves are not active. | |||
2024-06-10 | Simplify 'View-Resource page' UI | Frederick Muriuki Muriithi | |
Get rid of the resource role details and provide button-like elements to help navigate to view more details. | |||
2024-06-07 | PoC: Display resource roles on View-Resource page. | Frederick Muriuki Muriithi | |
2024-06-07 | Update UI: Use resource roles rather than obsolete group roles | Frederick Muriuki Muriithi | |
In a fix to fix a privilege-escalation bug, the `…/group/roles` endpoint was entirely removed and replaced with the less error-prone `…/resource/…/roles` endpoint. This commit updates the code to use the new endpoint's data as appropriate. We also fix typos in some url_for routing arguments. | |||
2024-06-06 | UI: Add placeholder for resource roles | Frederick Muriuki Muriithi | |
2024-06-06 | Remove the "Roles" page. | Frederick Muriuki Muriithi | |
2024-06-05 | Build search URI endpoint on server rather than on JS | Frederick Muriuki Muriithi | |
To help with maintenance, build the search URI on the server rather than in the javascript. | |||
2024-06-05 | Build phenotype results template URI on backend | Frederick Muriuki Muriithi | |
Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | |||
2024-02-14 | replace jquery-ui cdn with guix packaging | Alexander_Kabui | |
2023-12-29 | Namespace all modules under gn2. | Arun Isaac | |
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. |