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

feat: Implemented a simple log-in system #10

Open
wants to merge 19 commits into
base: sqlite
Choose a base branch
from

Commits on Nov 2, 2024

  1. feat: Seperated user database

    Add scripts for migration and management
    NanamiNakano committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    2a8af94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ba6d1 View commit details
    Browse the repository at this point in the history
  3. feat: Authentication

    NanamiNakano committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9d15e35 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    47d7ee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9dcbf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    04a192c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a19584 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. refactor!: migrator.py

    modularize migrator.py
    allow users to specify new email and password for each migrated user with a csv file
    store the random password set in a csv file
    NanamiNakano committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    29a7e45 View commit details
    Browse the repository at this point in the history
  2. docs(README): Update technical details

    Add information about the creation of users.
    Update information about the `users` table.
    Add information about JWT secret.
    NanamiNakano committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e34303e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Nov 19, 2024

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

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    65ed268 View commit details
    Browse the repository at this point in the history
  2. fix config file name error in README

    Forrest Bao committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6ce611b View commit details
    Browse the repository at this point in the history
  3. add all-mpnet-base-v2 support

    Forrest Bao committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    358d368 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. update readme

    Forrest Bao committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    dfd75d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff87971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687b869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1872776 View commit details
    Browse the repository at this point in the history