Glen Oakley
Glen Oakley
Attempting to use custom fonts when storing assets under a non-default URL causes all fonts to 404. [src/gui/RJSGUIByNewBuilder.ts](https://github.com/lunafromthemoon/RenJS-V2/blob/d3fd082246442fe7f9bfb4bee799a7079a157f23/src/gui/RJSGUIByNewBuilder.ts#L23) doesn't leverage `gui.assetsPath` when building the URLs for fonts, so fonts either...
Fixes a bug where the 'Add' button is clickable when there have been no entities selected, which for users does nothing and for roles causes the modal to get stuck...
Deeply nesting the logic for membership management inside the JSX templates made it hard to understand the meaning behind the conditionals. This change explicitly names those conditionals and reduces their...
When the React component powering `/groups//audit` updates (calls the API), the order of items in the table will sometimes change. This happens when sorting by "Started", but may happen with...
#### Description Datadog's `/intake` endpoint is used by agents to record information about the system they're running on. It's not a metrics/logs/traces endpoint, but instead accepts metadata about a specific...
The Bulk Renewal modal has a bug where changing the "Renew?" column resets the "For how long?" value to "90 Days". That is, changing the option circled in red resets...