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: Add transfer endpoint #1173

Merged
merged 14 commits into from
Jul 12, 2024
Merged

feat: Add transfer endpoint #1173

merged 14 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. refactor: Extract transfer into public method

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7ac186e View commit details
    Browse the repository at this point in the history
  2. refactor: Use bool getter

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    682defc View commit details
    Browse the repository at this point in the history
  3. feat: Add transfer endpoint

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5540183 View commit details
    Browse the repository at this point in the history
  4. refactor: Use contructor property promotion

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    27e4515 View commit details
    Browse the repository at this point in the history
  5. feat: Add transfer db entity

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8efa798 View commit details
    Browse the repository at this point in the history
  6. feat: Add transfer job

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    feecf7c View commit details
    Browse the repository at this point in the history
  7. feat: Move transfer to background job

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    398fd7f View commit details
    Browse the repository at this point in the history
  8. feat: Copy password hash to target

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3db9ea0 View commit details
    Browse the repository at this point in the history
  9. fix: Rollback created user on fail

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d3d821c View commit details
    Browse the repository at this point in the history
  10. feat: Copy password hash after transfer to prevent login

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4ba40cf View commit details
    Browse the repository at this point in the history
  11. chore: Catch transfer errors only

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ad96ee2 View commit details
    Browse the repository at this point in the history
  12. feat: Return status directly

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7c6de64 View commit details
    Browse the repository at this point in the history
  13. feat: Add more error response messages

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ae6f383 View commit details
    Browse the repository at this point in the history
  14. chore: Run cs:fix

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e352136 View commit details
    Browse the repository at this point in the history