Skip to content
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

Rebased version of feature/api-v2-auth #142

Merged
merged 57 commits into from Jul 19, 2018

Commits on Jul 19, 2018

  1. store cookie and user login info

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  2. send login data to view

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  3. - add CSRF cookie

    - remove token from src
    - add name to login_info
    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  4. csrf token fix cookie name

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  5. fix return fetch

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  6. err handle for missing cookie

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  7. lint

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  8. pull settings

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  9. v2 loggout

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  10. pull user settings

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  11. lint

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  12. Enable log in init from the website.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  13. lint

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  14. Implement logout.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  15. Implement send verify email.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  16. login data success missing

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  17. Implement create account v2.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  18. remove api from panel

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  19. Fix missing function.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  20. Add error handling for v2 login.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  21. forgot password email

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  22. fix lgmogout

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  23. fix legacy settings conf

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  24. setup login

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  25. setup createAccount

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  26. move createAccount fetch

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  27. Several refactors and fixes.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  28. Remove catch from logout.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  29. account actions unit tests

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  30. lint

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  31. Further refactor.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  32. Refactor account.register.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  33. Refactor reset password.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  34. More refactoring.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  35. fix unit test

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  36. Linter fix.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  37. fix login_info unit tests

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  38. lint

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018
  39. Refactor account into own component.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  40. Refactor account in setup page.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  41. Refactor setup page header log in.

    jsignanini authored and IAmThePan committed Jul 19, 2018
  42. update tests

    trickpattyFH20 authored and IAmThePan committed Jul 19, 2018