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

Account Creation #13

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

Account Creation #13

wants to merge 27 commits into from

Commits on Nov 9, 2021

  1. feat(account): separating out the routes

    Splitting the account routes from the other routes
    awjudd committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1fc96db View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. feat(account): login page

    Starting to wire up the login page
    awjudd committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5b601d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. feat(account): login

    Wiring up the login page
    awjudd committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    248d21e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Cached Configuration (#14)

    * fix(cache): cached configuration
    
    * Fixing the cached configuration so update works
    * Adding in a check to see if the framework is installed before registering the blade composer
    
    * fix(husky): coverage
    
    Adding in the code coverage flag
    awjudd committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4c34894 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. feat(account): account creation

    More UI setup
    awjudd committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8b0134a View commit details
    Browse the repository at this point in the history
  2. feat(account): account creation

    Swapping to the common components
    awjudd committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4040bea View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. feat(account): account creation

    * Disabling virtual form
    * Adding name properties to the input fields
    * Adjusting how the user DTO is set up to use named parameters
    * Wiring up laravel fortify for login
    awjudd committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    6a9a50e View commit details
    Browse the repository at this point in the history
  2. feat(account): register page

    Working on the registration page
    awjudd committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    8173789 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. feat(account): login error messages

    Adding in error messages for login
    awjudd committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    da87f3d View commit details
    Browse the repository at this point in the history
  2. feat(forgot): forgot your password

    Wiring up the forgot your password page
    awjudd committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e0f1c28 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. feat(layout): splitting the layout

    * Applying a new layout
    * Adding in a layout for the splash page
    awjudd committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2b5f003 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. feat(account): home page

    Starting to wire up the home page
    awjudd committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    de32aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. feat(account): account creation

    More UI stuff
    awjudd committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8e32041 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. chore(vue): upgrading to vue 3

    Upgrading to use vue 3
    awjudd committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c6a0ca9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. feat(account): separating out the routes

    Splitting the account routes from the other routes
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    be57545 View commit details
    Browse the repository at this point in the history
  2. feat(account): login page

    Starting to wire up the login page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    70517fc View commit details
    Browse the repository at this point in the history
  3. feat(account): login

    Wiring up the login page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3f46c51 View commit details
    Browse the repository at this point in the history
  4. feat(account): account creation

    More UI setup
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    234a5f5 View commit details
    Browse the repository at this point in the history
  5. feat(account): account creation

    Swapping to the common components
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6c6c94e View commit details
    Browse the repository at this point in the history
  6. feat(account): account creation

    * Disabling virtual form
    * Adding name properties to the input fields
    * Adjusting how the user DTO is set up to use named parameters
    * Wiring up laravel fortify for login
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    afd4316 View commit details
    Browse the repository at this point in the history
  7. feat(account): register page

    Working on the registration page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c6adbda View commit details
    Browse the repository at this point in the history
  8. feat(account): login error messages

    Adding in error messages for login
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    49c54e2 View commit details
    Browse the repository at this point in the history
  9. feat(forgot): forgot your password

    Wiring up the forgot your password page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3cf19bf View commit details
    Browse the repository at this point in the history
  10. feat(layout): splitting the layout

    * Applying a new layout
    * Adding in a layout for the splash page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    bb7f12b View commit details
    Browse the repository at this point in the history
  11. feat(account): home page

    Starting to wire up the home page
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    cda08b3 View commit details
    Browse the repository at this point in the history
  12. feat(account): account creation

    More UI stuff
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    49d762c View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat/account-creation' of github.com:gaming-engine/core…

    … into feat/account-creation
    awjudd committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    7f4e288 View commit details
    Browse the repository at this point in the history