[mythtv-commits] [MythTV/mythtv] 331277: APIs: Fix Config/SetDatabaseCredentials

Peter Bennett noreply at github.com
Fri May 5 21:34:44 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 3312779baa2752ec9cf3a0f5ed39e9e62748ce69
      https://github.com/MythTV/mythtv/commit/3312779baa2752ec9cf3a0f5ed39e9e62748ce69
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2config.cpp

  Log Message:
  -----------
  APIs: Fix Config/SetDatabaseCredentials

Api will return false if connection parameters are wrong,
rather than a 500 error. 500 errors should only be for
unexpected problems.


  Commit: d1264bdb4c2a98c62170cfa8587101ebb46cdc99
      https://github.com/MythTV/mythtv/commit/d1264bdb4c2a98c62170cfa8587101ebb46cdc99
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M mythtv/html/assets/i18n/en_US.json
    M mythtv/html/assets/i18n/nl.json
    M mythtv/html/backend/src/app/config/backend-warning/backend-warning.component.html
    M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.html
    M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.ts
    M mythtv/html/backend/src/app/config/setupwizard/restart/restart.component.ts
    M mythtv/html/backend/src/app/config/setupwizard/selectlanguage/selectlanguage.component.html
    M mythtv/html/backend/src/app/config/setupwizard/selectlanguage/selectlanguage.component.ts
    M mythtv/html/backend/src/app/config/setupwizard/setupwizard-routing.module.ts
    M mythtv/html/backend/src/app/config/setupwizard/setupwizard.component.html
    M mythtv/html/backend/src/app/config/setupwizard/setupwizard.component.ts
    M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.html
    M mythtv/html/backend/src/app/services/config.service.ts
    M mythtv/html/backend/src/app/services/setupwizard.service.ts

  Log Message:
  -----------
  webapp: Fix locale setup and database setup in wizard

Completed these pages. THe wizard still needs some work.


Compare: https://github.com/MythTV/mythtv/compare/bf6b885a08f7...d1264bdb4c2a


More information about the mythtv-commits mailing list