1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/model
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
..
api_key.go refactor(model): remove some indirection 2025-08-12 19:46:14 -07:00
app_session.go
categories_sort_options.go
category.go
enclosure.go refactor(model): add test coverage and simplify ProxifyEnclosureURL 2025-07-07 18:41:44 -07:00
enclosure_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
entry.go
feed.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
feed_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
home_page.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
icon.go
integration.go feat(integration): add support for Wallabag tags 2025-09-09 17:47:51 -07:00
job.go
model.go
subscription.go
theme.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
user.go
user_session.go refactor: remove model.UserSessions struct 2025-09-08 11:56:43 -07:00
webauthn.go