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

[2.x] Socialite Support #444

Closed
wants to merge 39 commits into from
Closed

[2.x] Socialite Support #444

wants to merge 39 commits into from

Commits on Dec 17, 2020

  1. Added socialite support

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    521fcd3 View commit details
    Browse the repository at this point in the history
  2. fix socialite feature options

    features fix
    
    fix key
    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    200f421 View commit details
    Browse the repository at this point in the history
  3. added fill=currentColor to all SVGs

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c9c2c61 View commit details
    Browse the repository at this point in the history
  4. only show delete account if the user has a password

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    be50e3c View commit details
    Browse the repository at this point in the history
  5. simplify logic in show profile views

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f8e1642 View commit details
    Browse the repository at this point in the history
  6. fix feature flag

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    b16d075 View commit details
    Browse the repository at this point in the history
  7. bugfix

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    aa7e6b2 View commit details
    Browse the repository at this point in the history
  8. update authentication process

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e3dbc72 View commit details
    Browse the repository at this point in the history
  9. fixes to authentication

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    80438b6 View commit details
    Browse the repository at this point in the history
  10. handle access denied

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    775ec47 View commit details
    Browse the repository at this point in the history
  11. display danger banner if permission to connect is denied from user/pr…

    …ofile
    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    2694563 View commit details
    Browse the repository at this point in the history
  12. Use dropIfExists

    joelbutcher authored and Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    86a4833 View commit details
    Browse the repository at this point in the history
  13. refactor

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    148544d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad63438 View commit details
    Browse the repository at this point in the history
  15. don't create dupe accounts

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    28b4c59 View commit details
    Browse the repository at this point in the history
  16. use dangerBanner

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    436082e View commit details
    Browse the repository at this point in the history
  17. style fixes

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    32f58aa View commit details
    Browse the repository at this point in the history
  18. remove connected accounts if a password is set

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9eb8161 View commit details
    Browse the repository at this point in the history
  19. fix 500 when denying access

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    fad264e View commit details
    Browse the repository at this point in the history
  20. show banner on setting password. Fix bottom section border if no pass…

    …word is set
    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    6091544 View commit details
    Browse the repository at this point in the history
  21. more updates to section borders

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e26cf2c View commit details
    Browse the repository at this point in the history
  22. emit saved instead of refresh

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    dd40dc3 View commit details
    Browse the repository at this point in the history
  23. added banner interaction when account removed

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7314158 View commit details
    Browse the repository at this point in the history
  24. fix duplicate keys

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    fcf6472 View commit details
    Browse the repository at this point in the history
  25. fix inertia 'not connected' message

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    19b7d8c View commit details
    Browse the repository at this point in the history
  26. fix profile/Show.vue not expecting the hasPassword prop

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ad45cf2 View commit details
    Browse the repository at this point in the history
  27. added missing 'set-password' route for inertia stack

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    bf92457 View commit details
    Browse the repository at this point in the history
  28. Update resources/views/components/socialite.blade.php

    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update src/Http/Controllers/SocialiteController.php
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update src/Http/Middleware/ShareInertiaData.php
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Jetstream/ConnectedAccount.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Jetstream/ConnectedAccount.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Jetstream/Socialite.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/ConnectedAccountsForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/SetPasswordForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    Update src/Http/Livewire/ConnectedAccountsForm.php
    
    Co-authored-by: Marek Szymczuk <[email protected]>
    
    fix account deletion dupe prop
    joelbutcher authored and Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    135cbfa View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9ed24be View commit details
    Browse the repository at this point in the history
  30. type check linked in icon

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    31571c1 View commit details
    Browse the repository at this point in the history
  31. rename route from 'socialite' to 'oauth'

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9480d3d View commit details
    Browse the repository at this point in the history
  32. Update ConnectedAccount.vue

    joelbutcher authored and Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    06bce2b View commit details
    Browse the repository at this point in the history
  33. refactor controller logic

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    79a6d13 View commit details
    Browse the repository at this point in the history
  34. remove unused trait

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9304459 View commit details
    Browse the repository at this point in the history
  35. allow users email to be updated

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f92aed9 View commit details
    Browse the repository at this point in the history
  36. Style CI fixes

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    af92c6e View commit details
    Browse the repository at this point in the history
  37. Style CI fixes

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    256f1ba View commit details
    Browse the repository at this point in the history
  38. fix call to undefined method

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ba79d43 View commit details
    Browse the repository at this point in the history
  39. mark users email as verified

    Joel Butcher committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ccd2d55 View commit details
    Browse the repository at this point in the history