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

Finish delete and update repo, and delete user #53

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. Finish delete and update repo, and delete user

    We finish the APIs for deleting and updating repository. For the
    deleting user API, we now will remove all the ssh-keys uploaded by the
    user, but not the repositories.
    
    Besides, we find that we should not trust the data from the client side,
    such as the `userId` from request body, we must get this data from the
    database to check if the operation is allowed.
    
    See #20 and #32.
    Kaiser-Yang committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    821025b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f5518 View commit details
    Browse the repository at this point in the history