aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/service_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix allowed user types setting problem (#26200)Lunny Xiao2023-07-281-0/+86
| | | Fix #25951
* Support wildcard in email domain allow/block list (#24831)wxiaoguang2023-05-221-0/+46
Replace #20257 (which is stale and incomplete) Close #20255 Major changes: * Deprecate the "WHITELIST", use "ALLOWLIST" * Add wildcard support for EMAIL_DOMAIN_ALLOWLIST/EMAIL_DOMAIN_BLOCKLIST * Update example config file and document * Improve tests