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

fix(api): save user email on the first try #760

Merged
merged 3 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    49abd03 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix(api): remove todo

    gauthier-th committed May 23, 2024
    Configuration menu
    Copy the full SHA
    10e7fe9 View commit details
    Browse the repository at this point in the history
  2. fix(logging): handle media server connection refused error/toast (Fal…

    …lenbagel#748)
    
    * fix(logging): handle media server connection refused error/toast
    
    Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to
    throw a credentials error which lead to a lot of confusion
    
    * refactor(i8n): extract translation keys
    
    * refactor(auth): error message for a more consistent format
    
    * refactor(auth/errors): use custom error types and error codes instead of abusing error messages
    
    * refactor(i8n): replace connection refused translation key with invalidurl
    
    * fix(error): combine auth and api error class into a single one called network error
    
    * fix(error): use the new network error and network error codes in auth/api
    
    * refactor(error): rename NetworkError to ApiError
    Fallenbagel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d0ec319 View commit details
    Browse the repository at this point in the history