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

[0.15.0] add user/admin login #239

Merged
merged 24 commits into from
Oct 22, 2023
Merged

[0.15.0] add user/admin login #239

merged 24 commits into from
Oct 22, 2023

Commits on Oct 14, 2023

  1. feat: added basic login UI (non-functional)

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8065100 View commit details
    Browse the repository at this point in the history
  2. feat: added login router

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    98826a0 View commit details
    Browse the repository at this point in the history
  3. feat: added base login frontend JS

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    789f91e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de41cd0 View commit details
    Browse the repository at this point in the history
  5. feat: set up initial frontend JS

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    701c808 View commit details
    Browse the repository at this point in the history
  6. feat: added base implementation of admin routing

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    72a5829 View commit details
    Browse the repository at this point in the history
  7. feat: added base implementation of user routing

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9d3dc96 View commit details
    Browse the repository at this point in the history
  8. build: add session packages

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b62a1ea View commit details
    Browse the repository at this point in the history
  9. feat: added session types & set up session storage

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b7f79a4 View commit details
    Browse the repository at this point in the history
  10. feat: made basic page routers universal

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7f04d36 View commit details
    Browse the repository at this point in the history
  11. feat: move setup POST to /api/setup

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5e7016a View commit details
    Browse the repository at this point in the history
  12. feat: improve setup logs

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    38c235c View commit details
    Browse the repository at this point in the history
  13. build: added new NPM script fresh for clean runs

    Josh Moore committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1a07edf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    49bd572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f1776 View commit details
    Browse the repository at this point in the history
  3. feat: added login flow to frontend

    Josh Moore committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c257718 View commit details
    Browse the repository at this point in the history
  4. feat: added UNTESTED MySQL getAll

    Josh Moore committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b4ebe8b View commit details
    Browse the repository at this point in the history
  5. feat: added getAll to data.ts (MySQL is UNTESTED)

    Josh Moore committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    285e5cc View commit details
    Browse the repository at this point in the history
  6. feat: authenticate sessions with bcrypt

    Josh Moore committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5832a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. refactor: use consistent import ordering

    - global modules
    - NPM modules (defaults first, then expansions)
    - local modules
    Josh Moore committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5d06745 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. fix: remove unnecessary function & move session setup step to exist...

    ing middleware
    Josh Moore committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    04ef991 View commit details
    Browse the repository at this point in the history
  2. feat: added login checker/redirection flow

    Josh Moore committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b46198e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b68cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c250938 View commit details
    Browse the repository at this point in the history