grafana/pkg/models
2015-03-02 22:24:01 +01:00
..
apikey.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 2015-02-26 17:23:28 +01:00
dashboard_test.go dashboard load/save work and began work on register 2014-08-22 15:32:42 +02:00
dashboards.go Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 2015-03-02 22:24:01 +01:00
datasource.go Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 2015-03-02 09:58:35 +01:00
home_dashboard.go Worked on home dashboard 2015-02-03 15:04:35 +01:00
models.go working on oauth 2014-10-07 15:54:38 -04:00
org_user.go Big Backend Refatoring: Renamed Account -> Org 2015-02-23 20:07:49 +01:00
org.go Big Backend Refatoring: Renamed Account -> Org 2015-02-23 20:07:49 +01:00
search.go Big Backend Refatoring: Renamed Account -> Org 2015-02-23 20:07:49 +01:00
star.go Added isStarred to search result hit, very inefficient loading right now but can be cached later on 2015-02-05 09:49:00 +01:00
user.go Moved dashboard theme option from the dashboard to a persisted user setting, #1458 2015-02-28 14:30:08 +01:00