Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-17 | Fetch the active user's roles on a particular resource. | Frederick Muriuki Muriithi | |
2024-06-17 | Create a new resource role. | Frederick Muriuki Muriithi | |
2024-06-17 | Update URI forms | Frederick Muriuki Muriithi | |
2024-06-17 | Use json for communication with gn-auth | Frederick Muriuki Muriithi | |
2024-06-11 | List user assigned role of interest. | Frederick Muriuki Muriithi | |
2024-06-10 | Unassign privilege from resource role. | Frederick Muriuki Muriithi | |
2024-06-10 | Import the UUID class directly. | 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 | Generalise `render_ur` for the resources pages | 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-03-26 | Remove unused imports. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-07 | fix bugs. | Frederick Muriuki Muriithi | |
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. |