1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/cli
Frédéric Guillot 5e607be86a
refactor(config): rewrite config parser
This PR refactors the configuration parser, replacing the old parser implementation with a new, more structured approach that includes validation and improved organization.

Key changes:
- Complete rewrite of the configuration parser using a map-based structure with built-in validation
- Addition of comprehensive validator functions for configuration values
- Renamed numerous configuration getter methods for better consistency
2025-09-14 10:51:04 -07:00
..
ask_credentials.go refactor: avoid unnecessary usage of Printf 2025-09-08 11:54:16 -07:00
cleanup_tasks.go refactor(cli): use time.Duration for cleanup tasks 2025-08-20 19:45:24 -07:00
cli.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
create_admin.go cli: avoid misleading error message when creating an admin user 2024-03-23 14:32:55 -07:00
daemon.go refactor(http): rename package from httpd to server for consistency 2025-06-20 13:15:13 -07:00
export_feeds.go Add command line argument to export user feeds 2023-09-27 21:45:23 -07:00
flush_sessions.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
health_check.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00
info.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
logger.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
refresh_feeds.go feat(storage): improve BatchBuilder logging 2025-08-08 16:34:36 -07:00
reset_password.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
scheduler.go refactor(cli): use time.Duration for scheduler frequency 2025-08-20 19:45:24 -07:00