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

2672 forget users #2709

Merged
merged 4 commits into from
May 26, 2022
Merged

2672 forget users #2709

merged 4 commits into from
May 26, 2022

Commits on May 25, 2022

  1. Let the curator API return a null username #2672

    At some point, the Google OAuth provider has changed from not
    returning a name at all (i.e. undefined) to returning null for
    a name. Because this can be stored in the database, it produces
    500 errors when viewing the user table (even though the curator
    UI could correctly handle any falsey value for the name).
    
    This change documents that the name is nullable, allowing the
    null to be passed through and correctly interpreted by the UI.
    iamleeg committed May 25, 2022
    Configuration menu
    Copy the full SHA
    04cc3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6913801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b3073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f649d21 View commit details
    Browse the repository at this point in the history