dagu/internal
Yota Hamada 10d4159459
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.
2025-12-10 20:50:36 +09:00
..
auth feat(all): implement builtin user management feature (#1463) 2025-12-09 18:09:11 +09:00
cmd refactor(config): load only necessary config for context (#1467) 2025-12-10 00:31:08 +09:00
common fix(all): add some validation on UI and configuration (#1469) 2025-12-10 20:50:36 +09:00
core refactor(config): load only necessary config for context (#1467) 2025-12-10 00:31:08 +09:00
integration refactor(config): load only necessary config for context (#1467) 2025-12-10 00:31:08 +09:00
persistence feat(all): implement builtin user management feature (#1463) 2025-12-09 18:09:11 +09:00
runtime refactor(config): load only necessary config for context (#1467) 2025-12-10 00:31:08 +09:00
service fix(all): add some validation on UI and configuration (#1469) 2025-12-10 20:50:36 +09:00
test refactor(config): load only necessary config for context (#1467) 2025-12-10 00:31:08 +09:00
testdata fix(scheduler): start DAG entry reader on startup (#1427) 2025-11-30 21:43:50 +09:00