Rachel Macfarlane
b77929959c
Log additional information when getting auth token
2020-02-27 10:12:12 -08:00
Rachel Macfarlane
eee9122c87
accessToken -> getAccessToken, fixes #91570
2020-02-26 15:25:01 -08:00
Rachel Macfarlane
7a13028b70
Lowercase auth provider ids, fixes #91538
2020-02-26 15:06:53 -08:00
Rachel Macfarlane
3e4cb8f683
Sign out -> Sign Out, fixes #91577
2020-02-26 09:30:25 -08:00
Rachel Macfarlane
5ffbdc7077
Add notification on sign out, fixes #91481
2020-02-26 09:27:51 -08:00
Rachel Macfarlane
dbbd3adf67
Fix trailing comma in MSA auth provider
2020-02-25 09:38:36 -08:00
Miguel Solorio
e8237e7231
Update auth page branding
2020-02-24 11:19:07 -08:00
Rachel Macfarlane
88044f2cc6
Add sign in/sign out commands from Microsoft auth provider, fixes #90988
2020-02-19 11:49:42 -08:00
Rachel Macfarlane
7302c88f21
Propogate login error, fixes #89518
2020-02-18 11:33:16 -08:00
Rachel Macfarlane
df3ae4adef
Refresh auth tokens when server returns 401, fixes #89629
2020-02-18 10:46:49 -08:00
Rachel Macfarlane
b98f647ec9
Add polling for reconnect to auth extension
2020-02-07 11:42:43 -08:00
Rachel Macfarlane
6b7776741f
Remove unneeded de-dup code from account extension
2020-02-07 11:29:57 -08:00
Rachel Macfarlane
03d1c79f55
Set authStatus to unavailable when unable to refresh token, #89200
2020-02-07 10:55:38 -08:00
Alex Dima
f9627fcdf9
Check in yarn.lock
2020-02-07 08:53:46 +01:00
Rachel Macfarlane
cf96b11223
Auth providers - show dialog on token access, closes #89754
2020-02-06 15:30:53 -08:00
Rachel Macfarlane
b0601cfd46
Add retries to token refresh for network errors of account extension
2020-02-06 14:26:35 -08:00
Rachel Macfarlane
4801814872
Properly reference the vscode.proposed.d.ts typings from the account extension
2020-02-06 10:01:36 -08:00
Rachel Macfarlane
967aab8156
Add telemetry event for settings sync auth
2020-02-04 15:51:35 -08:00
Rachel Macfarlane
af98279477
Fix auth flow redirection in web, fixes #89730
2020-01-30 14:12:13 -08:00
Rachel Macfarlane
8675e63b0a
Begin token refresh sooner, #88577
2020-01-29 12:07:24 -08:00
Rachel Macfarlane
4a69e2ad63
Fallback to directly hitting endpoint if listening on server fails or running in web, fixes #88392
2020-01-27 10:25:40 -08:00
Rachel Macfarlane
26d43c87a1
Do not duplicate account tokens, fixes #89334
2020-01-27 09:22:51 -08:00
Rachel Macfarlane
8c2a25968f
Account extension - support multiple sessions, passing scopes to login
2020-01-24 12:05:23 -08:00
Rachel Macfarlane
c7c619784a
Move to v2 endpoint for account extension
2020-01-24 12:05:23 -08:00
Rachel Macfarlane
4d017a937e
Fix displayName of sessions
2020-01-22 17:56:23 -08:00
Rachel Macfarlane
7d55753182
Use authentication provider display name in settings sync notification
2020-01-22 15:43:25 -08:00
Rachel Macfarlane
a2ae791bac
Add logging to account extension
2020-01-22 15:43:25 -08:00
Rachel Macfarlane
2eb1c837d7
Store account per env.uriScheme
2020-01-17 14:56:32 -08:00
Rachel Macfarlane
8d8645ea54
Webpack account extension
2020-01-16 17:01:41 -08:00
Rachel Macfarlane
235695393d
Revert "Add webpack config file to vscode-account extension"
...
This reverts commit 7278da3687 .
2020-01-16 10:07:24 -08:00
Rachel Macfarlane
03d46dc17e
Revert "Move keytar to dependencies for account extension"
...
This reverts commit 3d933fb742 .
2020-01-16 10:07:23 -08:00
Matt Bierner
30f2cec795
Try moving keytar to externals
...
This attempts to fix an extension compile error introduced with 3d933fb742
The issue is that keytar loads a `.node` file, which webpack is not able to understand
2020-01-15 23:34:48 -08:00
Rachel Macfarlane
3d933fb742
Move keytar to dependencies for account extension
2020-01-15 16:57:18 -08:00
Rachel Macfarlane
7278da3687
Add webpack config file to vscode-account extension
2020-01-15 16:25:34 -08:00
Rachel Macfarlane
b80e813365
Updates to authentication provider API
2020-01-15 15:45:29 -08:00
Rachel Macfarlane
ac5756dd7c
Sync account state between windows
2020-01-15 10:55:34 -08:00
Rachel Macfarlane
60beab2535
Move settings sync auth into built in extension
2020-01-14 14:50:37 -08:00