Commit Graph

2910 Commits (f418729342f51a4f651eff0d2fafea1b76b8a30f)

Author SHA1 Message Date
Chris Goller 8781d1fedc Merge pull request #1286 from influxdata/feature/refreshing-jwts
Add JWT refresh on validation.
2017-04-18 12:25:46 -05:00
Alex P ab8bf11182 Ensures recent changes don't break Overlay Technology 2017-04-17 20:23:40 -07:00
Alex P d9e827ea60 Remove unused styles 2017-04-17 19:58:48 -07:00
Alex P 906d5d520f Clean up query maker responsive styles 2017-04-17 19:57:27 -07:00
Alex P 257540f143 Move lost style to unsorted 2017-04-17 19:57:00 -07:00
Alex P d123021487 Refactor & Restyle query builder lists and sub-components 2017-04-17 19:38:56 -07:00
Alex P f285b8bd1c Remove excess styles 2017-04-17 18:10:41 -07:00
Alex P 324680ac34 Update appearance of group by time in field list heading 2017-04-17 17:43:49 -07:00
Alex P afb7c6740f Fix appearance of tag list heading, use flip toggle 2017-04-17 17:43:10 -07:00
Alex P 4da4706f30 Create sheet for Flip Toggle component
Not a JSX component (yet?) just css for now
2017-04-17 17:42:42 -07:00
Alex P 7c8b4de1c6 Fix appearance of measurements filter 2017-04-17 17:01:54 -07:00
Alex P d945f0ee54 Update style for empty query editor lists 2017-04-17 16:52:37 -07:00
Chris Goller 87e87d902a Update CHANGELOG to mention refreshing JWTs 2017-04-17 15:25:07 -05:00
Chris Goller f4361c6c9a Merge branch 'master' into feature/refreshing-jwts 2017-04-17 15:24:10 -05:00
Chris Goller 9b40e39775 Add tests for token extend 2017-04-17 14:49:05 -05:00
Jared Scheib 12ae7ecda1 Update changelog 2017-04-17 12:27:10 -07:00
Jared Scheib 6b62cb1b87 Add test for ME_RECEIVED 2017-04-17 12:24:43 -07:00
Jared Scheib f62c4b1ba2 Add test for AUTH_RECEIVED 2017-04-17 12:22:30 -07:00
Jared Scheib 91fa4c4111 Add test for AUTH_REQUESTED 2017-04-17 12:19:51 -07:00
Jared Scheib dff050e7ff Add auth test for AUTH_EXPIRED 2017-04-17 12:17:45 -07:00
Alex P 4f4ea28cd7 Apply new classnames to query builder list components 2017-04-17 12:14:53 -07:00
Alex P 614d55e737 Make input placeholder text slightly darker 2017-04-17 12:14:17 -07:00
Alex P bb4eb2cc1f Replace undefined css variable 2017-04-17 12:14:01 -07:00
Alex P 6feada0c87 Rename & move Data Explorer stylesheet
Is now “Query Maker”, imports query editor and query builder
2017-04-17 12:13:39 -07:00
Jared Scheib b6b9e56b43 Remove unused LOGOUT action 2017-04-17 12:05:23 -07:00
Jared Scheib a02e64d3d2 Add test for errors reducer; update errors reducer to clearer data shape 2017-04-17 11:54:11 -07:00
Jared Scheib 72486c4e3c Remove isRequired from editQueryCell propType in DashboardPage 2017-04-17 11:33:03 -07:00
Jared Scheib 004d0156a9 Update syntax + var names + patterns to convention 2017-04-17 11:24:18 -07:00
Jared Scheib 2c0c85aaac Clean up comments 2017-04-17 11:11:10 -07:00
Jared Scheib 56c2e6b543 Refactor error middleware to suppress redux actions after auth expires and always show correct logout reason error notification 2017-04-17 10:59:02 -07:00
Jared Scheib 5aead3b6d9 Clean up 2017-04-17 10:56:07 -07:00
Jared Scheib 4895f3b699 Don't heartbeat if logged out 2017-04-17 10:55:24 -07:00
Chris Goller 89ef827f94 Add comment about tokens in extending 2017-04-17 12:22:49 -05:00
Chris Goller 45e9508d31 Update oauth2 Authenticator signatures to use extend 2017-04-17 11:49:45 -05:00
Chris Goller 778cb19f57 Update JWT to use Extended rather than Extend 2017-04-17 10:57:33 -05:00
Chris Goller f6aedc85a0 Update oauth2 now time calculation to ensure UTC time 2017-04-17 10:39:01 -05:00
Chris Goller f95e6f451c Add default now time func to return UTC 2017-04-17 10:38:46 -05:00
Jared Scheib 277c877309 Refactor publishNotification errors into errors middleware 2017-04-14 18:56:36 -07:00
Jared Scheib 4385cc8df8 Manually debounce session expiration notification to prevent other notifications from covering logout reason 2017-04-14 18:49:13 -07:00
Alex P cd96dee8d7 WIP Query maker refactor 2017-04-14 18:47:30 -07:00
Alex P 0efee4ff53 Remove unused styles from graph 2017-04-14 18:47:09 -07:00
Alex P e86d0d6768 Change cursor on page headers 2017-04-14 17:16:02 -07:00
Jared Scheib 3b8c900359 Add AUTH_EXPIRED reducer; fix AJAX auth links return to make consistent with reducer 2017-04-14 17:01:46 -07:00
Jared Scheib 5ccef113ba Use authExpired action; fix session timeout notification logic 2017-04-14 17:01:11 -07:00
Jared Scheib 3e36be1a1f Add AUTH_EXPIRED action creator 2017-04-14 17:00:42 -07:00
Jared Scheib bfc410b2fe Add guard against empty auth state in Login render 2017-04-14 16:58:50 -07:00
Jared Scheib a5ee0d28eb Fix propType 2017-04-14 16:56:58 -07:00
Jared Scheib 07a34bc576 Add comment for unusual AJAX response and error handling 2017-04-14 16:18:43 -07:00
Jared Scheib 9882d3b912 Move errorThrown dispatch to action creator instead of component 2017-04-14 16:18:00 -07:00
Jared Scheib fb4fa4f6b9 Add missing propTypes 2017-04-14 16:17:10 -07:00