Tags: dagu-org/dagu
Tags
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.
fix(mail): add STARTTLS and LOGIN auth support for SMTP (#1446) * **New Features** * Email sending now uses STARTTLS for encrypted transmission. * Improved authentication flow with LOGIN support and a fallback to PLAIN. * Address handling updated so sender/recipient replacements are applied consistently. * **Documentation** * Clarified notes on STARTTLS and authentication behavior.
feat(ui): Add system path information (#1443) * Added Paths display panel in System Status page, showing system filesystem locations (DAGs, logs, config files, etc.) with copy-to-clipboard functionality. * **UI/UX Improvements** * Updated System Status controls with more compact button sizing and simplified labels. * **Changes** * Modified DAG rename operation to streamline the process.
PreviousNext