31 Commits

Author SHA1 Message Date
059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 2015-04-08 08:59:12 +02:00
c07d48d930 A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session 2015-04-07 19:21:14 +02:00
d987532262 Added server metrics 2015-03-22 15:14:00 -04:00
d3d896dccd Log more descriptive error when anonymous org is not found
Was logging:

  [middleware.go:78 func·004()] [E] Anonymous access organization error%!(EXTRA <nil>)
2015-03-12 11:49:05 -06:00
477e035f2e Fixed anonymous access mode, Closes #1586 2015-03-11 17:34:11 +01:00
c75aa23092 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
26e4809e2e Big Backend Refatoring: Renamed Account -> Org 2015-02-23 20:07:49 +01:00
e3764ad951 Fixed failing dashboard sql test 2015-02-05 15:53:15 +01:00
e5fbbe96fd fixed error handling, and error logging for panel rendering 2015-02-05 12:23:24 +01:00
10820f31c2 Changed go package path 2015-02-05 10:37:13 +01:00
04d03f73b3 Added disable user sign up feature 2015-01-29 15:46:54 +01:00
a5e450a0dd Worked on anonymous access 2015-01-27 15:45:27 +01:00
951ce0a102 API token -> API key rename 2015-01-27 08:26:11 +01:00
90925273a0 User / Account model split, User and account now seperate entities, collaborators are now AccountUsers 2015-01-19 18:01:04 +01:00
c970e82758 Small update to update account command 2015-01-17 08:20:25 +01:00
ed879df1f4 Corrected spelling of SignedInUser (was SignInUser) 2015-01-16 16:17:35 +01:00
2b05dac071 Api Key role is now correcty added do middleware context 2015-01-16 16:15:35 +01:00
22156fe309 Big refactoring for context.User, and how current user info is fetching, now included collaborator role 2015-01-16 14:32:18 +01:00
5ec07db143 Refactoring of auth middleware, and starting work on account admin 2015-01-15 12:16:54 +01:00
5e18afe916 Refactoring of api routes 2015-01-14 14:25:12 +01:00
ec98c201e4 Datasource options are now included in bootData 2014-12-28 19:30:14 +01:00
adf4e72cf8 More general backend work, in the middle of the night... Zzzz 2014-12-17 03:09:54 +01:00
b70a3f0958 started work datasources admin 2014-12-16 12:04:08 +01:00
be781bdb98 Tried postgres 2014-11-24 10:17:13 +01:00
eb2c078898 Progres on move to sql from rethinkdb 2014-11-20 12:11:07 +01:00
9b68911d00 Made it it compile again 2014-11-20 09:16:28 +01:00
d7cd2b970e OAuth remake 2014-10-07 17:56:37 -04:00
450d242d5f working on oauth 2014-10-07 15:54:38 -04:00
e84f06b503 more macaroon stuff 2014-10-07 11:53:25 -04:00
222319d924 macaron transition progress 2014-10-05 21:13:07 +02:00
201e1d3e6d Macaron rewrite 2014-10-05 16:50:04 +02:00