Torkel Ödegaard
|
d38c891fac
|
merge with master
|
2017-10-02 14:14:45 +02:00 |
|
Carl Bergquist
|
e9e8ffc769
|
Merge pull request #9367 from bobrik/dualstack
Enable dualstack in every net.Dialer, fixes #9364
|
2017-09-28 11:15:49 +02:00 |
|
Torkel Ödegaard
|
5849fbf04e
|
Merge branch 'master' of github.com:grafana/grafana into develop
|
2017-09-28 10:37:57 +02:00 |
|
Ivan Babrou
|
9a4ae30227
|
Enable dualstack in every net.Dialer, fixes #9364
Default transport enables it:
* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46
```
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
```
See also: https://github.com/golang/go/issues/15324
|
2017-09-27 22:29:48 -07:00 |
|
bergquist
|
8175783f93
|
go fmt
|
2017-09-24 18:59:21 +02:00 |
|
bergquist
|
c927209447
|
Merge branch 'master' of https://github.com/BrandonArp/grafana into BrandonArp-master
|
2017-09-24 18:56:46 +02:00 |
|
Torkel Ödegaard
|
41e01184aa
|
Merge branch 'master' into develop
|
2017-09-18 12:32:29 +02:00 |
|
bergquist
|
93cff1a42a
|
move more known datasources from others
|
2017-09-15 14:26:29 +02:00 |
|
Brandon Arp
|
cffbcb504d
|
allow ssl renegotiation for datasources
|
2017-09-13 16:20:24 -07:00 |
|
Torkel Ödegaard
|
011c582ebb
|
minor user avatar stuff
|
2017-08-18 14:49:04 +02:00 |
|
Torkel Ödegaard
|
bb7b55277c
|
users view update
|
2017-08-18 08:17:35 +02:00 |
|
Torkel Ödegaard
|
95f5c84a57
|
ux: making org visibile in profile view
|
2017-08-16 15:03:49 +02:00 |
|
Torkel Ödegaard
|
1dab313ca3
|
Merge branch 'master' into develop
|
2017-08-14 10:30:36 +02:00 |
|
Torkel Ödegaard
|
e8a20643d6
|
feat: store last seen date for users and present in stats and user lists, closes #9007
|
2017-08-09 10:36:41 +02:00 |
|
Torkel Ödegaard
|
9fb60c2fc8
|
Merge branch 'develop' into panel-title-menu-ux
|
2017-08-02 09:56:08 +02:00 |
|
Daniel Lee
|
b8aa203707
|
signup: fix email sent logic for tempuser
Fixes #8656 and properly sets the email_sent and email_sent_on fields
for a tempuser (signup user).
|
2017-06-30 20:21:08 +02:00 |
|
Denis Doria
|
5aac2d2078
|
Include user Id on the lookup api (#8698)
Implements feature request #8682
|
2017-06-25 14:23:03 +02:00 |
|
Torkel Ödegaard
|
1833c65559
|
Merge branch 'develop' of github.com:grafana/grafana into develop
|
2017-06-23 16:07:16 -04:00 |
|
Torkel Ödegaard
|
fc69d59cae
|
dashboard folder search fix
|
2017-06-23 16:00:26 -04:00 |
|
Daniel Lee
|
01ac3a49bd
|
dashfolders: fix user group picker + cleanup
|
2017-06-23 20:56:02 +02:00 |
|
Torkel Ödegaard
|
9c6c8c0f3f
|
acl fixes
|
2017-06-22 17:10:43 -04:00 |
|
Torkel Ödegaard
|
2257c1f874
|
dashboard acl work
|
2017-06-21 19:02:03 -04:00 |
|
Torkel Ödegaard
|
48305b5789
|
dashboard acl
|
2017-06-21 14:19:08 -04:00 |
|
Torkel Ödegaard
|
fcc8557dbb
|
dashboard acl work
|
2017-06-21 14:11:16 -04:00 |
|
Torkel Ödegaard
|
43ffe826fa
|
dashboard acl work
|
2017-06-20 17:18:20 -04:00 |
|
Torkel Ödegaard
|
212a66ae5f
|
Merge branch 'dashboard_folders' of github.com:grafana/grafana into dashboard_folders
|
2017-06-19 18:55:34 -04:00 |
|
Daniel Lee
|
812112f2f6
|
WIP: fix acl route
|
2017-06-20 00:34:25 +02:00 |
|
Torkel Ödegaard
|
e290015887
|
refactoring: renaming
|
2017-06-19 18:19:58 -04:00 |
|
Torkel Ödegaard
|
aaf2a897b0
|
folders: changed api urls for dashboard acls
|
2017-06-19 18:11:30 -04:00 |
|
Torkel Ödegaard
|
c4a1803060
|
refactoring more renaming
|
2017-06-19 17:30:54 -04:00 |
|
Torkel Ödegaard
|
e0b9ba7554
|
refactoring renaming dashboard folder operations
|
2017-06-19 17:15:25 -04:00 |
|
Torkel Ödegaard
|
d6341162cb
|
refactoring dashboad folder acl checks
|
2017-06-19 11:54:37 -04:00 |
|
Torkel Ödegaard
|
b494fd7689
|
dashboard folders acl work
|
2017-06-19 11:03:54 -04:00 |
|
Torkel Ödegaard
|
cbbbccf12a
|
refactoring dashoard folder guardian
|
2017-06-17 18:24:38 -04:00 |
|
Torkel Ödegaard
|
3fe031d25d
|
refactoring: Dashboard guardian
|
2017-06-16 21:25:24 -04:00 |
|
Daniel Lee
|
dd02bf7c9b
|
WIP: adds API check to stop folders being included in folders
|
2017-06-16 02:45:47 +02:00 |
|
Daniel Lee
|
699f9095e2
|
WIP: remove permissions when deleting global user
|
2017-06-14 23:45:30 +02:00 |
|
Daniel Lee
|
9f79b9b8c5
|
WIP: fix go fmt error
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
9eccb4e79f
|
WIP: API - add dash permission
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
2097ed0bb8
|
WIP: Permission Type as string in permission query
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
5c89c4b2bd
|
WIP: dashlist in template for new folder
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
fff7b706d6
|
WIP: user group additions
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
f1e1da39e3
|
WIP: get Dashboard Permissions
The guardian class checks if the user is allowed to get the
permissions for a dashboard.
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
13314f23ba
|
WIP: Can remove dashboard permission - sql
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
97c13b77bf
|
WIP: Add or update Dashboard ACL
SQL Integration Tests for the guardian class too.
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
3785894b40
|
WIP: guardian service for search
Removes restricted dashboards from search result.
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
552935031b
|
WIP: API methods for add/remove members to user group
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
0a1df0905e
|
WIP: add update user group command
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
233cd7af4a
|
WIP: add user group search
|
2017-06-12 15:49:09 +02:00 |
|
Daniel Lee
|
af67aea2a9
|
WIP: add usergroup commands and queries
|
2017-06-12 15:49:09 +02:00 |
|