Tags: dagu-org/dagu
Tags
feat(ui): Remove discord and github links (#1502) * **New Features** * Added user menu component to the sidebar * Added version display at the bottom of the sidebar * **UI/UX Changes** * Removed Discord and GitHub social links from the sidebar * Updated authentication configuration
fix(auth): allow API token to perform write/execute operations (#1486) Issue #1478 * **Bug Fixes** * API tokens now grant admin privileges in builtin authentication mode, enabling write, execute, and delete operations. * **Tests** * New test coverage verifying API token authentication in builtin mode allows admin-level create, start, and delete actions.
fix(ui): user management visibility and reset password API (#1484) * **Bug Fixes** * Updated password reset API endpoint and request method for compatibility. * **New Features** * User Management menu item now displays based on admin privileges and authentication configuration. * Reset Password action restricted to admin users only.
fix(ui): escape config path string injected in html (#1472) * **Chores** * Added Windows build automation scripts for the UI and application build pipeline with dependency management and error handling. * Updated frontend template path handling with JavaScript escaping for enhanced security.
fix(all): add some validation on UI and configuration (#1469) * **Documentation** * Default authentication mode updated to "none" in docs and frontend configuration. * **New Features** * Added maximum DAG name length validation and helper for name checks. * Added filename validation for DAG rename operations with clear 400 error on invalid names. * **Style** * Improved dark-mode text selection styling for input fields.
PreviousNext