grafana/pkg/api/dtos
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
..
acl.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
alerting.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
alerting_test.go
annotations.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
apikey.go API keys: Add last_used_at and docs changes for migration (#64293) 2023-03-09 14:16:42 +00:00
dashboard.go K8s: Add dashboard service (requires dev mode) (#78565) 2024-01-11 01:20:30 +02:00
datasource.go backend/datasources: move datasources models into the datasources service package (#51267) 2022-06-27 12:23:15 -04:00
folder.go Chore: Remove FolderID from DTO Folder (#78420) 2023-12-07 13:56:04 +01:00
frontend_settings.go RBAC: allow listing permissions on the root folder (#82184) 2024-02-15 16:13:14 +00:00
index.go Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
invite.go Password policy (#82268) 2024-02-16 04:58:05 -06:00
live.go
models.go User: Add uid colum to user table (#81615) 2024-02-01 18:14:10 -08:00
models_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
org.go
playlist.go
plugins.go Plugins: Display plugin permissions required (#78355) 2023-12-20 16:29:13 +01:00
prefs.go Cookies: Provide a mechanism for per user control over cookies (#61566) 2023-02-21 11:19:07 +01:00
short_url.go
user.go Password policy (#82268) 2024-02-16 04:58:05 -06:00
user_token.go