grafana/public/app/features/admin
Alexander Zobnin a7e721e987
Access control: Make Admin/Users UI working with the permissions (#33176)
* API: authorize admin/users views

* Render admin/users components based on user's permissions

* Add LDAP permissions (required by admin/user page)

* Extend default admin role by LDAP permissions

* Show/hide LDAP debug views

* Render LDAP debug page if user has access

* Authorize LDAP debug view

* fix permissions definitions

* Add LDAP page permissions

* remove ambiguous permissions check

* Hide logout buttons in sessions table

* Add org/users permissions

* Use org permissions for managing user roles in orgs

* Apply permissions to org/users

* Apply suggestions from review

* Fix tests

* remove scopes from the frontend

* Tweaks according to review

* Handle /invites endpoints
2021-04-22 13:19:41 +03:00
..
ldap Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
partials Admin: Cleanup old admin users edit page, see #19139 (#24463) 2020-05-10 21:05:02 +02:00
state Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
AdminEditOrgPage.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
AdminListOrgsPage.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
AdminOrgsTable.tsx Edit admin UI text (#32454) 2021-03-29 21:52:40 +02:00
AdminSettings.tsx Edit admin UI text (#32454) 2021-03-29 21:52:40 +02:00
LicenseChrome.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
OrgRolePicker.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
ServerStats.test.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
ServerStats.tsx Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
UpgradePage.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
UserAdminPage.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserCreatePage.tsx Edit admin UI text (#32454) 2021-03-29 21:52:40 +02:00
UserLdapSyncInfo.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserListAdminPage.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserOrgs.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserPermissions.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserProfile.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00
UserSessions.tsx Access control: Make Admin/Users UI working with the permissions (#33176) 2021-04-22 13:19:41 +03:00