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

【デプロイ用プルリク】デプロイ用にここまで実装したものをmasterに取り込む #8

Merged
merged 76 commits into from
Aug 20, 2022

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    00fb404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c306c01 View commit details
    Browse the repository at this point in the history
  3. Impl LocalAuthGuard

    duyoji committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e4c26c1 View commit details
    Browse the repository at this point in the history
  4. Impl jwt auth guard.

    duyoji committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0ca2320 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    e950460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a200ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c958b04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    509e072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    053ee98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eed66a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc260f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7ae90f View commit details
    Browse the repository at this point in the history
  9. Impl confirmation

    duyoji committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c736270 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. modified jwt strategy

    duyoji committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    235df94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d28621d View commit details
    Browse the repository at this point in the history
  3. Removed console.log

    duyoji committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a8f74cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8285303 View commit details
    Browse the repository at this point in the history
  5. Impl refreshToken

    duyoji committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    19f7b31 View commit details
    Browse the repository at this point in the history
  6. Modified signup flow a little.

    duyoji committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    252ffdd View commit details
    Browse the repository at this point in the history
  7. Solved bcrypt 72 problem.

    duyoji committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d2a66eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f96c450 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from tsuyopon-xyz/backend/db

    【バックエンド開発】(DB連携周りを含む)認証周りの実装
    tsuyopon-xyz committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d5bd7c6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from tsuyopon-xyz/backend/auth

    【バックエンド開発】認証周りの実装
    tsuyopon-xyz committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d9e11f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    68f1cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa0fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886d6f9 View commit details
    Browse the repository at this point in the history
  4. Impl delete post feature.

    duyoji committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    2ceb87c View commit details
    Browse the repository at this point in the history
  5. Impl find all posts feature.

    duyoji committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    5ce1e5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebad684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaa25bf View commit details
    Browse the repository at this point in the history
  8. Impl pagination feature.

    duyoji committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    5a3c8d4 View commit details
    Browse the repository at this point in the history
  9. Include total count of posts.

    duyoji committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b402d4c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from tsuyopon-xyz/backend/post

    【バックエンド】投稿機能周りの実装
    tsuyopon-xyz committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    974b17e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    b737069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4620547 View commit details
    Browse the repository at this point in the history
  3. Minimum implement signup page.

    duyoji committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    889b912 View commit details
    Browse the repository at this point in the history
  4. Created minimum signin page.

    duyoji committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    57e9b6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc024db View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    31cf31b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62aa105 View commit details
    Browse the repository at this point in the history
  3. Impl signin with redux toolkit

    duyoji committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9efc4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8750183 View commit details
    Browse the repository at this point in the history
  5. Separate reducers.

    duyoji committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c0ce0a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d317ffc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebdbc0c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from tsuyopon-xyz/frontend/auth

    【フロントエンド】認証周り(スタイルは一旦無視)
    tsuyopon-xyz committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    919f9dd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    f36a6d2 View commit details
    Browse the repository at this point in the history
  2. fetch posts with rtk query.

    duyoji committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ff2f15d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befe0f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5306361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5932c61 View commit details
    Browse the repository at this point in the history
  6. Impl pagination

    duyoji committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c2a72bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6e1439 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    ea57778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d70bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873a770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05c4553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be1fe45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a52ce5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6c6836 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82e9708 View commit details
    Browse the repository at this point in the history
  9. Display post published date.

    duyoji committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    577ae17 View commit details
    Browse the repository at this point in the history
  10. Set style for post item.

    duyoji committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    774d847 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from tsuyopon-xyz/frontend/posts

    【フロントエンド】投稿周りの機能実装
    tsuyopon-xyz committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5d24bf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Fix state id in signinstate

    duyoji committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    0e279b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e346a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f26e12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from tsuyopon-xyz/frontend/fix-reload-router-pr…

    …oblem
    
    【フロントエンド】ログイン、未ログイン時のリダイレクトのバグ修正
    tsuyopon-xyz committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a8d52b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    040b570 View commit details
    Browse the repository at this point in the history
  6. Use cookie in backend.

    duyoji committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1493715 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b0e4ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9047453 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b39b12 View commit details
    Browse the repository at this point in the history
  10. Changed Some text and comment

    duyoji committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fac4dac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e88660 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7 from tsuyopon-xyz/frontend/store-token-not-on-m…

    …emory
    
    【フロントエンド】アクセストークン&リフレッシュトークンをhttponlyなcookieで管理する
    tsuyopon-xyz committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    288eabf View commit details
    Browse the repository at this point in the history