New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/api v2 auth #141
Closed
+1,656
−1,880
update tests
b550262
Select commit
2688257
login and set user_id from cookie
trickpattyFH20 f09b82c
store cookie and user login info
trickpattyFH20 60bbcb2
send login data to view
trickpattyFH20 ae132f3
- add CSRF cookie
trickpattyFH20 2d9edc3
csrf token fix cookie name
trickpattyFH20 22336d0
fix return fetch
trickpattyFH20 aa708e6
err handle for missing cookie
trickpattyFH20 392d9ee
lint
trickpattyFH20 53f8b4f
pull settings
trickpattyFH20 5942c8d
v2 loggout
trickpattyFH20 74ab458
settings conf and fix hanging promise
trickpattyFH20 258c2bf
pull user settings
trickpattyFH20 6583b4c
move api js from panel to background
trickpattyFH20 810c7d8
lint
trickpattyFH20 1d3423b
Enable log in init from the website.
jsignanini ee54389
Move auth/account domains to globals.
jsignanini 885abf9
pull user settings on login and init
trickpattyFH20 545c6b5
lint
trickpattyFH20 dbb9941
Implement logout.
jsignanini f88d3a2
Implement send verify email.
jsignanini 31df7c8
login data success missing
trickpattyFH20 e6d964c
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 260d988
pushUserSettings and remove unused
trickpattyFH20 d00a1eb
Implement create account v2.
jsignanini 99da32f
Fix logout from platform pages not sending message to background.
jsignanini ac0213d
remove api from panel
trickpattyFH20 8fb4e18
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 b1f78fa
Fix missing function.
jsignanini cd56624
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
jsignanini a695d77
Add error handling for v2 login.
jsignanini a584db6
move userLogin fetch to background
trickpattyFH20 70f62ff
forgot password email
trickpattyFH20 1a43e2f
fix lgmogout
trickpattyFH20 b988746
fix legacy settings conf
trickpattyFH20 8135136
setup login
trickpattyFH20 4172242
setup createAccount
trickpattyFH20 beb276d
move createAccount fetch
trickpattyFH20 1572834
Several refactors and fixes.
jsignanini 49bf9b1
Remove catch from logout.
jsignanini 02981a8
account actions unit tests
trickpattyFH20 dc44e85
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 c6f2f16
lint
trickpattyFH20 1348cb7
Further refactor.
jsignanini d18d847
Refactor account.register.
jsignanini 5e547e2
Refactor send validate account email.
jsignanini 5418b62
Refactor reset password.
jsignanini a525f8d
More refactoring.
jsignanini 0c7e1d8
fix unit test
trickpattyFH20 7027d39
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 8032ca3
Linter fix.
jsignanini ac8eee0
fix login_info unit tests
trickpattyFH20 8b455a1
Add specific babel-loader for background source files.
jsignanini 9fb0e71
refresh token logout handler - api as class
trickpattyFH20 82f499e
export _getJSONAPIErrorsObject - move getCsrfCookie to api
trickpattyFH20 c6836b9
lint
trickpattyFH20 ce0b31f
Refactor account into own component.
jsignanini f17f476
Move logged in check into Account class. Cleanup.
jsignanini beef14e
Refactor account in setup page.
jsignanini b570527
Refactor setup page header log in.
jsignanini 07ab815
Merge branch 'develop' into feature/api-v2-auth
jsignanini 220cec8
lint - use logger in ExtMessenger
trickpattyFH20 b550262
update tests
trickpattyFH20
Closed
Feature/api v2 auth #141
update tests
Jun 6, 2018
Jun 7, 2018
Jun 7, 2018
Jun 8, 2018
Jun 8, 2018
Jun 8, 2018
Jun 8, 2018
Jun 8, 2018
Jun 12, 2018
Jul 6, 2018
Jul 10, 2018
Jul 10, 2018
Jul 11, 2018
Jul 11, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 13, 2018
Jul 16, 2018
Jul 16, 2018
Jul 16, 2018
Jul 16, 2018
Jul 16, 2018
Jul 16, 2018
Jul 16, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 18, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
Jul 19, 2018
b550262
Select commit
2688257
login and set user_id from cookie
trickpattyFH20 f09b82c
store cookie and user login info
trickpattyFH20 60bbcb2
send login data to view
trickpattyFH20 ae132f3
- add CSRF cookie
trickpattyFH20 2d9edc3
csrf token fix cookie name
trickpattyFH20 22336d0
fix return fetch
trickpattyFH20 aa708e6
err handle for missing cookie
trickpattyFH20 392d9ee
lint
trickpattyFH20 53f8b4f
pull settings
trickpattyFH20 5942c8d
v2 loggout
trickpattyFH20 74ab458
settings conf and fix hanging promise
trickpattyFH20 258c2bf
pull user settings
trickpattyFH20 6583b4c
move api js from panel to background
trickpattyFH20 810c7d8
lint
trickpattyFH20 1d3423b
Enable log in init from the website.
jsignanini ee54389
Move auth/account domains to globals.
jsignanini 885abf9
pull user settings on login and init
trickpattyFH20 545c6b5
lint
trickpattyFH20 dbb9941
Implement logout.
jsignanini f88d3a2
Implement send verify email.
jsignanini 31df7c8
login data success missing
trickpattyFH20 e6d964c
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 260d988
pushUserSettings and remove unused
trickpattyFH20 d00a1eb
Implement create account v2.
jsignanini 99da32f
Fix logout from platform pages not sending message to background.
jsignanini ac0213d
remove api from panel
trickpattyFH20 8fb4e18
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 b1f78fa
Fix missing function.
jsignanini cd56624
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
jsignanini a695d77
Add error handling for v2 login.
jsignanini a584db6
move userLogin fetch to background
trickpattyFH20 70f62ff
forgot password email
trickpattyFH20 1a43e2f
fix lgmogout
trickpattyFH20 b988746
fix legacy settings conf
trickpattyFH20 8135136
setup login
trickpattyFH20 4172242
setup createAccount
trickpattyFH20 beb276d
move createAccount fetch
trickpattyFH20 1572834
Several refactors and fixes.
jsignanini 49bf9b1
Remove catch from logout.
jsignanini 02981a8
account actions unit tests
trickpattyFH20 dc44e85
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 c6f2f16
lint
trickpattyFH20 1348cb7
Further refactor.
jsignanini d18d847
Refactor account.register.
jsignanini 5e547e2
Refactor send validate account email.
jsignanini 5418b62
Refactor reset password.
jsignanini a525f8d
More refactoring.
jsignanini 0c7e1d8
fix unit test
trickpattyFH20 7027d39
Merge branch 'feature/api-v2-auth' of github.com:ghostery/ghostery-ex…
trickpattyFH20 8032ca3
Linter fix.
jsignanini ac8eee0
fix login_info unit tests
trickpattyFH20 8b455a1
Add specific babel-loader for background source files.
jsignanini 9fb0e71
refresh token logout handler - api as class
trickpattyFH20 82f499e
export _getJSONAPIErrorsObject - move getCsrfCookie to api
trickpattyFH20 c6836b9
lint
trickpattyFH20 ce0b31f
Refactor account into own component.
jsignanini f17f476
Move logged in check into Account class. Cleanup.
jsignanini beef14e
Refactor account in setup page.
jsignanini b570527
Refactor setup page header log in.
jsignanini 07ab815
Merge branch 'develop' into feature/api-v2-auth
jsignanini 220cec8
lint - use logger in ExtMessenger
trickpattyFH20 b550262
update tests
trickpattyFH20