Torkel Ödegaard
|
fad1d4cf98
|
feat(organization): added update org address to http api and to org details settings view, closes #2672
|
2015-09-08 14:22:44 +02:00 |
|
Torkel Ödegaard
|
de0f04ec3c
|
feat(signup): progress on new sign up and email verification flow, #2353
|
2015-08-28 15:14:24 +02:00 |
|
Torkel Ödegaard
|
24dfa55465
|
feat(signup): progress on new sign up and email verification flow, #2353
|
2015-08-28 09:24:30 +02:00 |
|
Torkel Ödegaard
|
d25624a8ad
|
feat(signup): began work on new / alternate signup flow that includes email verification, #2353
|
2015-08-27 13:59:58 +02:00 |
|
Torkel Ödegaard
|
3d37c9c9a3
|
feat(tagmanager): support to add google tagmanager id, closes #2569
|
2015-08-21 09:30:39 +02:00 |
|
Torkel Ödegaard
|
e53c1e39d3
|
feat(invite): can now add org user with sername again, #2353
|
2015-08-10 14:03:08 +02:00 |
|
Torkel Ödegaard
|
775e044e69
|
feat(invite): progress on invite feature, #2353
|
2015-08-10 13:47:06 +02:00 |
|
Torkel Ödegaard
|
ab54971763
|
feat(invite): more progress on completing invite form and actually creating a real user, #2353
|
2015-07-20 17:46:48 +02:00 |
|
Torkel Ödegaard
|
d75f96fdd5
|
feat(invite): more progress on invited / sigup view, #2353
|
2015-07-20 15:52:49 +02:00 |
|
Torkel Ödegaard
|
6088f83408
|
feat(invite): inital pass on sending new user invite email, #2353
|
2015-07-18 17:39:12 +02:00 |
|
Torkel Ödegaard
|
0ffcce1b5d
|
feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353
|
2015-07-17 09:51:34 +02:00 |
|
Torkel Ödegaard
|
3675b3fcaa
|
Fixed issue with clearing admin permissions, Fixes #2143
|
2015-06-11 08:29:12 +02:00 |
|
Torkel Ödegaard
|
c8bc0b3bf8
|
Lots of work on user password reset, #1456
|
2015-06-08 13:39:02 +02:00 |
|
Torkel Ödegaard
|
aa4d60c21e
|
Worked on reset password views, refactored out password strength to a reusable directive
|
2015-06-08 10:57:01 +02:00 |
|
Torkel Ödegaard
|
85c3a0aa14
|
Panel menu now hides edit actions for users with role Viewer, Closes #1826
|
2015-06-01 16:36:15 +02:00 |
|
Torkel Ödegaard
|
187834b17c
|
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
|
2015-05-13 09:58:45 +02:00 |
|
Torkel Ödegaard
|
b3be51f17f
|
Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
|
2015-05-12 14:11:30 +02:00 |
|
Torkel Ödegaard
|
e5c1169120
|
HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928
|
2015-05-04 08:36:44 +02:00 |
|
Torkel Ödegaard
|
e7c43bf614
|
expose org id to frontend, Closes #1907
|
2015-04-29 09:26:12 +02:00 |
|
Torkel Ödegaard
|
236c4e65f8
|
Began work on dashboard: editable flag, that actually stops users from changing anything, #1834
|
2015-04-23 15:26:48 +02:00 |
|
Torkel Ödegaard
|
8e9a0eddf5
|
Custom snapshot topnav header, new custom dashboard snapshot icon, #1623
|
2015-03-28 17:53:52 +01:00 |
|
Torkel Ödegaard
|
f48f5428e5
|
Adding snapshot storage and route, #1623
|
2015-03-21 10:56:26 -04:00 |
|
Torkel Ödegaard
|
9710771f16
|
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 |
|
Torkel Ödegaard
|
d0d995da09
|
Inital work on SQL metric/annotation data source, #1542
|
2015-02-28 17:27:30 +01:00 |
|
Torkel Ödegaard
|
04ca85fe89
|
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
|
2015-02-28 14:30:08 +01:00 |
|
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 |
|
Torkel Ödegaard
|
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 |
|
Torkel Ödegaard
|
7c241fd617
|
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 |
|
Torkel Ödegaard
|
26e4809e2e
|
Big Backend Refatoring: Renamed Account -> Org
|
2015-02-23 20:07:49 +01:00 |
|
Torkel Ödegaard
|
5b2715515f
|
Began work on Account -> Organization rethink, #1506
|
2015-02-23 16:40:04 +01:00 |
|
Torkel Ödegaard
|
1a106e5c38
|
Added change password ability to admin > edit user view, #1446
|
2015-02-23 11:24:22 +01:00 |
|
Torkel Ödegaard
|
e165e2af95
|
Worked on user admin features, can now create and edit users as a grafana admin user, #1446
|
2015-02-10 15:36:51 +01:00 |
|
Torkel Ödegaard
|
727fc9d3a6
|
Updated search result view, removed delete link, added delete action from dashboard cogs dropdown
|
2015-02-07 20:25:53 +01:00 |
|
Torkel Ödegaard
|
10820f31c2
|
Changed go package path
|
2015-02-05 10:37:13 +01:00 |
|
Torkel Ödegaard
|
42a5aefb23
|
Worked on home dashboard
|
2015-02-03 15:04:35 +01:00 |
|
Torkel Ödegaard
|
97758380e0
|
Worked on stars in search results
|
2015-02-02 17:17:57 +01:00 |
|
Torkel Ödegaard
|
ad3d15e28d
|
Worked on dashboard starring and unstarring, renamed favorite model to star
|
2015-02-02 11:32:32 +01:00 |
|
Torkel Ödegaard
|
1d6413bfae
|
More work on backend for user favorites
|
2015-01-29 12:10:34 +01:00 |
|
Torkel Ödegaard
|
1cff564483
|
Fontend handling of account role to hide user actions and links that the user does not have access to
|
2015-01-28 11:33:50 +01:00 |
|
Torkel Ödegaard
|
3c8c53194f
|
Sign up and login work
|
2015-01-21 09:52:40 +01:00 |
|
Torkel Ödegaard
|
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 |
|
Torkel Ödegaard
|
fdfcc3ab2a
|
Admin flagged users, create a default admin user on startup if missing
|
2015-01-15 14:44:15 +01:00 |
|
Torkel Ödegaard
|
68cc3f86dd
|
Handle default datasource management
|
2015-01-09 16:36:23 +01:00 |
|
Torkel Ödegaard
|
3e07605260
|
added a /api/metrics/test query that returns random walk series
|
2015-01-06 09:11:00 +01:00 |
|
Torkel Ödegaard
|
a55a606a55
|
Refactoring dashboard data access
|
2014-12-22 12:25:08 +01:00 |
|
Torkel Ödegaard
|
e5811e29b1
|
Added username, site and password for influxdb datasources
|
2014-12-19 08:19:12 +01:00 |
|
Torkel Ödegaard
|
ce947d4793
|
Update data sources now work, #8
|
2014-12-17 17:32:22 +01:00 |
|
Torkel Ödegaard
|
adf4e72cf8
|
More general backend work, in the middle of the night... Zzzz
|
2014-12-17 03:09:54 +01:00 |
|
Torkel Ödegaard
|
973b9cad36
|
moved all http route handling into single package named api
|
2014-12-15 21:25:02 +01:00 |
|