Age | Commit message (Collapse) | Author |
|
|
|
Show the page, providing all UI elements necessary, even if the
elements themselves are not active.
|
|
Get rid of the resource role details and provide button-like elements
to help navigate to view more details.
|
|
|
|
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.
|
|
|
|
|
|
To help with maintenance, build the search URI on the server rather
than in the javascript.
|
|
Build the template URI on the backend to remove the need to remember
to update the javascript if the URI changes in the future.
|
|
|
|
We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
|