mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
74af85b8eb
* feat(notify): Support update for notify config * fix(notify): Be compatible with the email configuration Email config key text changed: mail.username => username mail.password => password mail.smtp.hostname => hostname mail.smtp.hostport => hostport * fix(notify): Give users permission to operate receiver * fix(notify): Allow negative update for receiver Now, input.Email and input.Mobile can be empty which means that do not update the corresponding field. * feat(notify): Support for triggering validation on feishu, dingtalk and worwx Triggering validation on these contact types means repulling a Contact about them. * feat(notify): Adds validity period for verify Verification beyond the expiration date will fail. * fix(notify): SQuery of scopedomain in FilterByOwner