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

Support basic account action for admin #934

Merged

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    12f8944 View commit details
    Browse the repository at this point in the history
  2. signup_fields-> user_fields & add ChangePasswordFields

    renamed the signup_fields file that does the validation to user_fields to equalize the validation for the user, and I added ChangePasswordFields, with a comment saying that it should have the same validation as signup.
    gusah009 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f7164d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a956fba View commit details
    Browse the repository at this point in the history
  4. Update coderabbitai's review

    gusah009 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a836756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fec94a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b274a View commit details
    Browse the repository at this point in the history
  7. Consistent error messages

    gusah009 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a91d852 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78d1dae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce0c915 View commit details
    Browse the repository at this point in the history
  10. Move admin actions near User related functions

    # Conflicts:
    #	server/backend/database/database.go
    #	server/backend/database/mongo/client.go
    gusah009 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a77400f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddfdff5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7022723 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6982a77 View commit details
    Browse the repository at this point in the history