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

Frontend CRUD enhancements (character/account creation and management) #1671

Merged
merged 50 commits into from
Oct 26, 2018
Merged

Frontend CRUD enhancements (character/account creation and management) #1671

merged 50 commits into from
Oct 26, 2018

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    10c86f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1d89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc2b9f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bebd621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fc7318 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f53fdbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82a9519 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95cf405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc26e12 View commit details
    Browse the repository at this point in the history
  10. Adds authenticated dropdown with links to password change form, creat…

    …e/manage characters, and character quickselect.
    strikaco committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    2d9cbb9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a8799a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    3c0f02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae84ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1c8bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    200b1a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70b5746 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b53689 View commit details
    Browse the repository at this point in the history
  7. Merges accidental branch.

    strikaco committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    e7b9ee3 View commit details
    Browse the repository at this point in the history
  8. Renames chargen form.

    strikaco committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    fcdff46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4633857 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ca72cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c31a2f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d972251 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d52ff85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93206b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    33727b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Makes forms more generic and implements a set of class-based CRUD vie…

    …ws for character objects.
    strikaco committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    892fb3e View commit details
    Browse the repository at this point in the history
  2. Fixes links.

    strikaco committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    553f2e1 View commit details
    Browse the repository at this point in the history
  3. Fixes page titles.

    strikaco committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    779fa4b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Adds unit tests for views.

    strikaco committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    89d6cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683c1f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    3e35a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a22a4c View commit details
    Browse the repository at this point in the history
  3. Housekeeping.

    strikaco committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    a2230e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1398ad4 View commit details
    Browse the repository at this point in the history
  5. Minor fixes to handle addition of created chars to account playable c…

    …haracters list, and check for multisession mode compliance.
    strikaco committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ecfb860 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0541ccb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c0fbe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3269b75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ad0102 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    836a1fa View commit details
    Browse the repository at this point in the history
  11. Adds puppet quick links to dropdown menu, implements views and adds t…

    …ests. Converts index view to CBV.
    strikaco committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    013299a View commit details
    Browse the repository at this point in the history
  12. Fixes links.

    strikaco committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    e240b75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a475763 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Fixes redirect bug where character quickselect would always return br…

    …owser to character management page.
    strikaco committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    c2e5942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3f3bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a915f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8230dd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13d41a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e9f43 View commit details
    Browse the repository at this point in the history