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

Add third-party login #10

Merged
merged 55 commits into from
Dec 29, 2023
Merged

Add third-party login #10

merged 55 commits into from
Dec 29, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    152ad59 View commit details
    Browse the repository at this point in the history
  2. fix ci actions

    Clem-Fern committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    35590a4 View commit details
    Browse the repository at this point in the history
  3. fix ci actions

    Clem-Fern committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9a51027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de0f25 View commit details
    Browse the repository at this point in the history
  5. docs: v0.3.0

    Clem-Fern committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bfe39c0 View commit details
    Browse the repository at this point in the history
  6. docs: fix bfe39c0 url

    Clem-Fern committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b447d37 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. build(deps): bump zerocopy from 0.7.29 to 0.7.31

    Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.29 to 0.7.31.
    - [Release notes](https://github.com/google/zerocopy/releases)
    - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
    - [Commits](google/zerocopy@v0.7.29...v0.7.31)
    
    ---
    updated-dependencies:
    - dependency-name: zerocopy
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dacf920 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Merge pull request Clem-Fern#11 from Clem-Fern/dependabot/cargo/zeroc…

    …opy-0.7.31
    
    build(deps): bump zerocopy from 0.7.29 to 0.7.31
    Clem-Fern committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    35b2d57 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10

    Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.9 to 0.2.10.
    - [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
    - [Commits](dtolnay/unsafe-libyaml@0.2.9...0.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: unsafe-libyaml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    557a50b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Clem-Fern#12 from Clem-Fern/dependabot/cargo/unsaf…

    …e-libyaml-0.2.10
    
    build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10
    Clem-Fern committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cc292b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Add GitHub login

    EkkoG committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c81c691 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Add login success page

    EkkoG committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    82a1fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc40db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1d69c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9792da5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8de388 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Make the pages look better

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    16fd207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ecb41 View commit details
    Browse the repository at this point in the history
  3. Clippy code

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6a97cac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49ad59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e08c694 View commit details
    Browse the repository at this point in the history
  6. Remove useless log

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    1dc0a3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb61133 View commit details
    Browse the repository at this point in the history
  8. Add favicon

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    22b3a17 View commit details
    Browse the repository at this point in the history
  9. Support config server scheme

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e3e55cd View commit details
    Browse the repository at this point in the history
  10. Fixed typo

    EkkoG committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a11e7b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a579749 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Check db users when bearer auth

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    655b048 View commit details
    Browse the repository at this point in the history
  2. Mark token as UNIQUE

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f24d525 View commit details
    Browse the repository at this point in the history
  3. Move login to home page

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    da584c2 View commit details
    Browse the repository at this point in the history
  4. Modulize third-party login

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0e6daa1 View commit details
    Browse the repository at this point in the history
  5. Rename method

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    fa9962c View commit details
    Browse the repository at this point in the history
  6. Add GitLab login

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6aa51b3 View commit details
    Browse the repository at this point in the history
  7. Add Google login

    EkkoG committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    04a3960 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Refine code

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7b424ce View commit details
    Browse the repository at this point in the history
  2. Refactor

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f4e4a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d788ea6 View commit details
    Browse the repository at this point in the history
  4. Add Microsoft login

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0b805ac View commit details
    Browse the repository at this point in the history
  5. Clippy code

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1abc7af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bbf039 View commit details
    Browse the repository at this point in the history
  7. Add login docker image

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9504583 View commit details
    Browse the repository at this point in the history
  8. Refine tag name

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0fb4d42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bf3b67 View commit details
    Browse the repository at this point in the history
  10. Fixed docker CI

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b9e7aa3 View commit details
    Browse the repository at this point in the history
  11. Merge two docker-compose file

    EkkoG committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e13a342 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d498778 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    f3b3a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1aebf2 View commit details
    Browse the repository at this point in the history
  3. Refactor providers

    EkkoG committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    500f6af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97bd401 View commit details
    Browse the repository at this point in the history
  5. Add logout

    EkkoG committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e47f9cc View commit details
    Browse the repository at this point in the history
  6. Refine style

    EkkoG committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7b6b2c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    27a4590 View commit details
    Browse the repository at this point in the history
  2. Show version on page

    EkkoG committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c265ba0 View commit details
    Browse the repository at this point in the history
  3. Refine text

    EkkoG committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1e0bf91 View commit details
    Browse the repository at this point in the history