Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | Remove flawed "group role" idea: use just "role". | Frederick Muriuki Muriithi |
2024-08-28 | Create a new resource role. | Frederick Muriuki Muriithi |
2024-08-28 | Implement "Resource Role Page"...Show the page, providing all UI elements necessary, even if the elements themselves are not active. | Frederick Muriuki Muriithi |
2024-08-28 | Simplify 'View-Resource page' UI...Get rid of the resource role details and provide button-like elements to help navigate to view more details. | Frederick Muriuki Muriithi |
2024-08-28 | PoC: Display resource roles on View-Resource page. | Frederick Muriuki Muriithi |
2024-08-28 | Update UI: Use resource roles rather than obsolete group roles...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. | Frederick Muriuki Muriithi |
2024-08-28 | UI: Add placeholder for resource roles | Frederick Muriuki Muriithi |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |