grafana/pkg/services/notifications
linoman ac84069071
Password policy (#82268)
* add password service interface

* add password service implementation

* add tests for password service

* add password service wiring

* add feature toggle

* Rework from service interface to static function

* Replace previous password validations

* Add codeowners to password service

* add error logs

* update config files


---------

Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2024-02-16 04:58:05 -06:00
..
codes_test.go Password policy (#82268) 2024-02-16 04:58:05 -06:00
codes.go Password policy (#82268) 2024-02-16 04:58:05 -06:00
email.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
mailer.go Notifications: Optional trace propagation through SMTP (#80481) 2024-01-22 10:50:05 -05:00
mock.go chore: move notifications models into notifications service (#61638) 2023-01-17 14:47:31 -05:00
models.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
notifications_test.go Chore: Remove result field from notifications (#65170) 2023-03-28 13:44:15 +02:00
notifications.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
send_email_integration_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
smtp_test.go Notifications: Optional trace propagation through SMTP (#80481) 2024-01-22 10:50:05 -05:00
smtp.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
testing.go Notifications: Optional trace propagation through SMTP (#80481) 2024-01-22 10:50:05 -05:00
webhook.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00