picoclaw/pkg/config
Darren.Zeng 8431fa3e04
fix(config): support Chinese comma separator in allow_from environment variables (#1301)
Add UnmarshalText method to FlexibleStringSlice to support both English
(,) and Chinese (,) comma separators in environment variables.

Includes comprehensive unit tests covering:
- English commas, Chinese commas, mixed commas
- Single values, whitespace trimming
- Empty strings, edge cases

Fixes #1280
2026-03-12 02:33:33 +08:00
..
config.go fix(config): support Chinese comma separator in allow_from environment variables (#1301) 2026-03-12 02:33:33 +08:00
config_test.go fix(config): support Chinese comma separator in allow_from environment variables (#1301) 2026-03-12 02:33:33 +08:00
defaults.go Add exec allow_remote config support in web settings (#1363) 2026-03-11 19:57:59 +08:00
migration.go Merge upstream main 2026-03-05 23:58:59 -08:00
migration_test.go Merge upstream main 2026-03-05 23:58:59 -08:00
model_config_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00
version.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00
version_test.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00