aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/oauth2/resources.py
AgeCommit message (Expand)Author
2024-06-07Update 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-03-26Remove unused imports.•••Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-03-07fix bugs.Frederick Muriuki Muriithi
2023-12-29Namespace 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