v2.0.8 #156
Reference in New Issue
Block a user
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces significant refactoring and improvements to permission handling for banned users, as well as major UI simplifications and code deduplication in the dispatch and pilot applications. The most important changes are grouped below by backend logic and frontend/UI improvements.
Backend: Permission Handling and Helper Refactoring
setUserStandardNamePermissionsinto a reusable helper function, and updated its usage in both route handlers and the backend penalty logic. [1] [2]Frontend/UI: Navbar and Layout Refactoring
Navbarcomponent and passing children for custom controls, reducing code duplication. [1] [2] [3] [4] [5] [6] [7]Connectioncomponent.Other Improvements
HOSTenvironment variable in Dockerfiles for both the dispatch and hub apps to ensure proper network binding. [1] [2]These changes improve maintainability, reliability of permission handling, and consistency across the frontend.