grafana/public/app/features/alerting
Marcus Efraimsson 8fd153edb7
API: Restrict anonymous user information access (#18422)
Existing /api/alert-notifications now requires at least editor access.
Existing /api/alert-notifiers now requires at least editor access.
New /api/alert-notifications/lookup returns less information than
/api/alert-notifications and can be access by any authenticated user.
Existing /api/org/users now requires org admin role.
New /api/org/users/lookup returns less information than
/api/org/users and can be access by users that are org admins,
admin in any folder or admin of any team.
UserPicker component now uses /api/org/users/lookup instead
of /api/org/users.

Fixes #17318
2019-08-12 20:03:48 +02:00
..
__snapshots__ AlertList: removed icon 2019-05-10 07:33:33 +02:00
partials Alerting: Add tags to alert rules (#10989) 2019-06-06 13:29:30 +02:00
state Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
AlertRuleItem.test.tsx Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
AlertRuleItem.tsx Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
AlertRuleList.test.tsx Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00
AlertRuleList.tsx Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00
AlertTab.tsx Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
AlertTabCtrl.ts API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
NotificationsEditCtrl.ts NavModel: Fixed page header ui tabs issues for some admin pages (#17444) 2019-06-05 15:18:31 +02:00
NotificationsListCtrl.ts NavModel: Fixed page header ui tabs issues for some admin pages (#17444) 2019-06-05 15:18:31 +02:00
StateHistory.tsx Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
TestRuleResult.test.tsx Moved dashboard state components to state folder 2019-01-31 08:56:17 +01:00
TestRuleResult.tsx Chore: noImplictAny no errors left (#18303) 2019-08-01 14:38:34 +02:00