[mythtv-commits] [MythTV/mythtv] 2a3ec0: web-app: Use relative path URLs for reverse proxying.
Peter Bennett
noreply at github.com
Fri May 30 21:59:43 UTC 2025
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 2a3ec0026a381d61a9067007c3e4642a832ad759
https://github.com/MythTV/mythtv/commit/2a3ec0026a381d61a9067007c3e4642a832ad759
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M mythtv/html/backend/src/app/app.module.ts
M mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.html
M mythtv/html/backend/src/app/dashboard/dashboard-settings/channel-groups/channel-groups.component.html
M mythtv/html/backend/src/app/dashboard/recordings/recordings.component.html
M mythtv/html/backend/src/app/dashboard/videos/videos.component.html
M mythtv/html/backend/src/app/guide/components/channelicon/channelicon.component.html
M mythtv/html/backend/src/app/guide/components/legend/legend.component.ts
M mythtv/html/backend/src/app/layout/navbar/navbar.component.ts
M mythtv/html/backend/src/app/services/capture-card.service.ts
M mythtv/html/backend/src/app/services/channel.service.ts
M mythtv/html/backend/src/app/services/config.service.ts
M mythtv/html/backend/src/app/services/content.service.ts
M mythtv/html/backend/src/app/services/dvr.service.ts
M mythtv/html/backend/src/app/services/guide.service.ts
M mythtv/html/backend/src/app/services/myth.service.ts
M mythtv/html/backend/src/app/services/status.service.ts
M mythtv/html/backend/src/app/services/video.service.ts
M mythtv/html/backend/src/app/services/websocket.service.ts
M mythtv/html/backend/src/index.html
Log Message:
-----------
web-app: Use relative path URLs for reverse proxying.
For reverse proxy to work the <base href="/"> in index.html
also has to change. This can be done buy the end user either
by editing the installed index.html or by programming the
reverse proxy server to change it while serving the page.
Refs #1054
Commit: 7a85b64d7c493f62460cc2f47bf957656f3d6d6f
https://github.com/MythTV/mythtv/commit/7a85b64d7c493f62460cc2f47bf957656f3d6d6f
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M mythtv/html/assets/i18n/bg.json
M mythtv/html/assets/i18n/ca.json
M mythtv/html/assets/i18n/cs.json
M mythtv/html/assets/i18n/da.json
M mythtv/html/assets/i18n/de.json
M mythtv/html/assets/i18n/el.json
M mythtv/html/assets/i18n/en_CA.json
M mythtv/html/assets/i18n/en_GB.json
M mythtv/html/assets/i18n/en_US.json
M mythtv/html/assets/i18n/es.json
M mythtv/html/assets/i18n/es_ES.json
M mythtv/html/assets/i18n/et.json
M mythtv/html/assets/i18n/fi.json
M mythtv/html/assets/i18n/fr.json
M mythtv/html/assets/i18n/he.json
M mythtv/html/assets/i18n/hr.json
M mythtv/html/assets/i18n/hu.json
M mythtv/html/assets/i18n/is.json
M mythtv/html/assets/i18n/it.json
M mythtv/html/assets/i18n/ja.json
M mythtv/html/assets/i18n/nb.json
M mythtv/html/assets/i18n/nl.json
M mythtv/html/assets/i18n/pl.json
M mythtv/html/assets/i18n/pt.json
M mythtv/html/assets/i18n/pt_BR.json
M mythtv/html/assets/i18n/ru.json
M mythtv/html/assets/i18n/sl.json
M mythtv/html/assets/i18n/sv.json
M mythtv/html/assets/i18n/tr.json
M mythtv/html/assets/i18n/zh_CN.json
M mythtv/html/assets/i18n/zh_HK.json
M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.html
M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.ts
Log Message:
-----------
web app setup: Fixes for Database Setup Page
Fix incorrect display of setup commands.
Make the MySQL vs MariaDB radio buttons visible after a database
connection has been tested. Update the tzinfo script name for MariaDB
Refs #1084
Compare: https://github.com/MythTV/mythtv/compare/ccc219c8a972...7a85b64d7c49
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list