1662 Commits

Author SHA1 Message Date
a90b3e331e config: updated feature toggle name 2019-03-19 13:59:39 +01:00
0b209de5d1 dashboard: only admin permission added to dashboard in folder. 2019-03-19 13:57:30 +01:00
d593ffe3c1 dashboards: better error handling 2019-03-19 13:57:30 +01:00
89d4db8eb6 teams: team listing shows only your teams (editors). 2019-03-19 13:57:29 +01:00
1f949e58e1 teams: teams guard on all teams update methods. 2019-03-19 13:57:29 +01:00
23231e6d51 teams: added delete team guard 2019-03-19 13:57:29 +01:00
8e7a8282c1 teams: removed feature toggle as it is already in middleware 2019-03-19 13:57:28 +01:00
d668550aa2 teams: added feature toggle and refactor tests 2019-03-19 13:57:28 +01:00
0d61f89577 teams: cleanup. 2019-03-19 13:57:28 +01:00
5adde259d3 teams: team update test 2019-03-19 13:57:26 +01:00
074ebf0f48 teams: only write error message if error 2019-03-19 13:57:25 +01:00
2a88052c14 teams: can update team members permission. 2019-03-19 13:57:23 +01:00
af4994ba16 teams: editor added as admin for created teams. 2019-03-19 13:57:22 +01:00
22e098b830 teams: editors can work with teams. 2019-03-19 13:57:22 +01:00
efbd93f824 teams: show teams and plugins for editors that can own 2019-03-19 13:57:22 +01:00
124fb743e8 teams: make test cases pass again 2019-03-19 13:57:21 +01:00
da3dcd1918 folder: uses service to make user admin of created folder. 2019-03-19 13:57:21 +01:00
c8c004095c permissions: broken out func for making creator admin. 2019-03-19 13:57:21 +01:00
8221c4273f Merge pull request #15998 from grafana/add-grafana-user-proxy-header
Add custom header with grafana user when using proxy
2019-03-14 17:29:06 +01:00
23852b59c9 Merge pull request #15839 from grafana/15836_revoke_auth_tokens
Support list and revoke of user auth tokens in HTTP API
2019-03-14 17:12:49 +01:00
697a87b7b2 Add check so that header is not sent for anonymous users 2019-03-14 16:33:21 +01:00
bbdc1c0e64 Add custom header with grafana user and a config switch for it 2019-03-14 16:33:19 +01:00
71159fb606 Merge remote-tracking branch 'origin/master' into bar-gauge-poc 2019-03-13 08:26:06 +01:00
647cb6ddae Merge branch 'master' of https://github.com/joshuawoodward/grafana into joshuawoodward-master 2019-03-11 13:10:45 +01:00
0cd5a6772d feat(api): support list/revoke auth token in admin/current user api 2019-03-08 15:15:38 +01:00
946e542412 Make password hint configurable from settings/defaults.ini 2019-03-07 14:00:04 -08:00
cf500f3157 restore to current folder when restoring old dashboard version 2019-03-06 14:38:40 +01:00
d3642a3e91 Moved Server Admin and children to separate menu item on Side Menu (#15592)
* Moved Server Admin and children to separate menu item on Side Menu

* Removed style guide after PR comments
2019-03-05 13:02:41 +01:00
a81d5486b0 Viewers with viewers_can_edit should be able to access /explore (#15787)
* fix: Viewers with viewers_can_edit should be able to access /explore #15773

* refactoring initial PR a bit to simplify function and reduce duplication
2019-03-05 12:41:01 +01:00
5638c67be8 org admins should only be able to access org admin pages 2019-03-04 15:51:18 +01:00
a29b99b96b only editor/admin should have access to alert list/notifications pages 2019-03-04 15:48:07 +01:00
b4df0e73cd Merge pull request #15706 from grafana/15656-playlists-with-tags-rebased
wip: Fix playlists "by tags"
2019-03-04 09:00:28 +00:00
41024c29bb Return 404 on user not found (#15606)
Return 404 on user not found

closes #10506
2019-03-02 20:34:48 +01:00
8d5ccc7831 fix: Return url when query dashboards by tag 2019-02-28 10:44:39 +01:00
60fef31748 moves social package to /login
ref #14679
2019-02-25 15:30:40 +01:00
8a3a3cccc3 moves metric package to /infra
ref #14679
2019-02-24 21:12:51 +01:00
769ad21e16 Moved variable to config struct after PR comments 2019-02-22 14:39:22 +01:00
9c9691f7af Added feature toggle editors_can_own 2019-02-22 14:39:22 +01:00
dafcfd70a7 Fixed bug with getting teams for user 2019-02-22 14:07:18 +01:00
5f56a07a23 Merge branch 'master' into bar-gauge-poc 2019-02-19 15:43:08 +01:00
df170aee16 Updated explore icon and style tweaks
Lowered icon size and improved paddings, tried to align placement between dashboard and explore
2019-02-18 18:26:24 +01:00
3dae915b23 Bar gauge icon updated 2019-02-16 15:47:35 +01:00
3b0ae4bd0a Merge pull request #15368 from grafana/15217-panels-without-queries
POC: Panels without queries can skip DataPanel
2019-02-13 08:06:25 +01:00
a1453607a9 Changed noQueries to a dataFormats array that will allow a panel to define supported formats and prefered (first in array) 2019-02-12 16:05:29 +01:00
e163aadfe4 use authtoken for session quota restrictions
closes #15360
2019-02-12 15:10:55 +01:00
075fb8e91c chore: Rename isDataPanel to noQueries 2019-02-12 12:28:53 +01:00
c4b2dcefbe feat: Introduce IsDataPanel attribute to plugin.json 2019-02-12 12:28:53 +01:00
a1cd550df4 revert ds_proxy timeout and implement dataproxy timeout correctly 2019-02-11 13:42:05 +01:00
c71904e326 Merge pull request #15239 from grafana/auth_token_middleware_refactor
Auth token package and middleware refactoring
2019-02-07 14:24:23 +01:00
78ea7ae783 Merge pull request #15212 from grafana/dashboard-react-page
Dashboard react page
2019-02-07 14:23:44 +01:00