Chris Goller
|
cda15a3345
|
Merge pull request #1286 from influxdata/feature/refreshing-jwts
Add JWT refresh on validation.
|
2017-04-18 12:25:46 -05:00 |
Alex P
|
0e66ddbb57
|
Ensures recent changes don't break Overlay Technology
|
2017-04-17 20:23:40 -07:00 |
Alex P
|
bb3320ebc5
|
Remove unused styles
|
2017-04-17 19:58:48 -07:00 |
Alex P
|
7316914f8d
|
Clean up query maker responsive styles
|
2017-04-17 19:57:27 -07:00 |
Alex P
|
d9601be0ca
|
Move lost style to unsorted
|
2017-04-17 19:57:00 -07:00 |
Alex P
|
940230f649
|
Refactor & Restyle query builder lists and sub-components
|
2017-04-17 19:38:56 -07:00 |
Alex P
|
2ba683781b
|
Remove excess styles
|
2017-04-17 18:10:41 -07:00 |
Alex P
|
6d24f131af
|
Update appearance of group by time in field list heading
|
2017-04-17 17:43:49 -07:00 |
Alex P
|
f4be8c8a13
|
Fix appearance of tag list heading, use flip toggle
|
2017-04-17 17:43:10 -07:00 |
Alex P
|
9567057789
|
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
|
12208c2135
|
Fix appearance of measurements filter
|
2017-04-17 17:01:54 -07:00 |
Alex P
|
aef085565e
|
Update style for empty query editor lists
|
2017-04-17 16:52:37 -07:00 |
Chris Goller
|
5f32d8d471
|
Update CHANGELOG to mention refreshing JWTs
|
2017-04-17 15:25:07 -05:00 |
Chris Goller
|
76fdbc9d55
|
Merge branch 'master' into feature/refreshing-jwts
|
2017-04-17 15:24:10 -05:00 |
Chris Goller
|
7b26eb3f00
|
Add tests for token extend
|
2017-04-17 14:49:05 -05:00 |
Jared Scheib
|
a852ea30a9
|
Update changelog
|
2017-04-17 12:27:10 -07:00 |
Jared Scheib
|
cc24eec9c3
|
Add test for ME_RECEIVED
|
2017-04-17 12:24:43 -07:00 |
Jared Scheib
|
6f1cc286df
|
Add test for AUTH_RECEIVED
|
2017-04-17 12:22:30 -07:00 |
Jared Scheib
|
8acbc267b9
|
Add test for AUTH_REQUESTED
|
2017-04-17 12:19:51 -07:00 |
Jared Scheib
|
fa8d76f829
|
Add auth test for AUTH_EXPIRED
|
2017-04-17 12:17:45 -07:00 |
Alex P
|
86b72aa103
|
Apply new classnames to query builder list components
|
2017-04-17 12:14:53 -07:00 |
Alex P
|
37107f9724
|
Make input placeholder text slightly darker
|
2017-04-17 12:14:17 -07:00 |
Alex P
|
a7d8e48708
|
Replace undefined css variable
|
2017-04-17 12:14:01 -07:00 |
Alex P
|
312806e04d
|
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
|
776f54dd86
|
Remove unused LOGOUT action
|
2017-04-17 12:05:23 -07:00 |
Jared Scheib
|
4731987694
|
Add test for errors reducer; update errors reducer to clearer data shape
|
2017-04-17 11:54:11 -07:00 |
Jared Scheib
|
71bd453389
|
Remove isRequired from editQueryCell propType in DashboardPage
|
2017-04-17 11:33:03 -07:00 |
Jared Scheib
|
acc8edf360
|
Update syntax + var names + patterns to convention
|
2017-04-17 11:24:18 -07:00 |
Jared Scheib
|
72883c066f
|
Clean up comments
|
2017-04-17 11:11:10 -07:00 |
Jared Scheib
|
a75a5c8e45
|
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
|
5f1da1af02
|
Clean up
|
2017-04-17 10:56:07 -07:00 |
Jared Scheib
|
72e6147c45
|
Don't heartbeat if logged out
|
2017-04-17 10:55:24 -07:00 |
Chris Goller
|
8804d9d4fb
|
Add comment about tokens in extending
|
2017-04-17 12:22:49 -05:00 |
Chris Goller
|
3c6f0db623
|
Update oauth2 Authenticator signatures to use extend
|
2017-04-17 11:49:45 -05:00 |
Chris Goller
|
f5930fd4b5
|
Update JWT to use Extended rather than Extend
|
2017-04-17 10:57:33 -05:00 |
Chris Goller
|
db9a15bbe4
|
Update oauth2 now time calculation to ensure UTC time
|
2017-04-17 10:39:01 -05:00 |
Chris Goller
|
d2012e4c8e
|
Add default now time func to return UTC
|
2017-04-17 10:38:46 -05:00 |
Jared Scheib
|
205771db83
|
Refactor publishNotification errors into errors middleware
|
2017-04-14 18:56:36 -07:00 |
Jared Scheib
|
1014a4300e
|
Manually debounce session expiration notification to prevent other notifications from covering logout reason
|
2017-04-14 18:49:13 -07:00 |
Alex P
|
1d34674a5c
|
WIP Query maker refactor
|
2017-04-14 18:47:30 -07:00 |
Alex P
|
c34a311517
|
Remove unused styles from graph
|
2017-04-14 18:47:09 -07:00 |
Alex P
|
d777dff17b
|
Change cursor on page headers
|
2017-04-14 17:16:02 -07:00 |
Jared Scheib
|
704ef45eb6
|
Add AUTH_EXPIRED reducer; fix AJAX auth links return to make consistent with reducer
|
2017-04-14 17:01:46 -07:00 |
Jared Scheib
|
476b864d53
|
Use authExpired action; fix session timeout notification logic
|
2017-04-14 17:01:11 -07:00 |
Jared Scheib
|
8cbf135e77
|
Add AUTH_EXPIRED action creator
|
2017-04-14 17:00:42 -07:00 |
Jared Scheib
|
6ccc71fe96
|
Add guard against empty auth state in Login render
|
2017-04-14 16:58:50 -07:00 |
Jared Scheib
|
27986dffe7
|
Fix propType
|
2017-04-14 16:56:58 -07:00 |
Jared Scheib
|
24feeeff84
|
Add comment for unusual AJAX response and error handling
|
2017-04-14 16:18:43 -07:00 |
Jared Scheib
|
14623112dc
|
Move errorThrown dispatch to action creator instead of component
|
2017-04-14 16:18:00 -07:00 |
Jared Scheib
|
0d8e694ace
|
Add missing propTypes
|
2017-04-14 16:17:10 -07:00 |