This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-25 18:55:37 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1982422923e04e8d789c2c897f6d5bc1a62f0d2
grafana
/
pkg
/
api
/
dtos
History
Torkel Ödegaard
c198242292
A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels,
#1472
2015-02-27 22:29:00 +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
models.go
A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels,
#1472
2015-02-27 22:29:00 +01:00
user.go
Added permissions section to admin > edit user view, an admin can now make another user admin,
Closes
#1517
2015-02-26 15:43:48 +01:00