Remove Test Connection from source editing

The Test Connection buttons only probed API/server reachability, which
was misleading: a green result said nothing about whether videos would
actually play. Remove both the remote-server and WebDAV bandwidth test
buttons and all code exclusive to them (testBandwidth, BandwidthTestResult,
and orphaned localization keys). Add-time connectivity validation for
SMB/WebDAV sources is retained.
This commit is contained in:
Arkadiusz Fal
2026-05-19 20:40:28 +02:00
parent 858011c507
commit 88fafc5ada
6 changed files with 0 additions and 781 deletions

View File

@@ -15317,26 +15317,6 @@
}
}
},
"sources.bandwidth.download %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Download: %@"
}
}
}
},
"sources.bandwidth.upload %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Upload: %@"
}
}
}
},
"sources.browsePeerTube" : {
"comment" : "Menu item to browse PeerTube instances",
"localizations" : {
@@ -16318,17 +16298,6 @@
}
}
},
"sources.status.connected" : {
"comment" : "Status when connected",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Connected"
}
}
}
},
"sources.status.disabled" : {
"comment" : "Status when source is disabled",
"localizations" : {
@@ -16340,39 +16309,6 @@
}
}
},
"sources.status.readOnly" : {
"comment" : "Status when source is read-only",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Read-only access"
}
}
}
},
"sources.test.success" : {
"comment" : "Test connection success message",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Connected successfully"
}
}
}
},
"sources.testConnection" : {
"comment" : "Button to test connection",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Test Connection"
}
}
}
},
"sources.testing" : {
"comment" : "Message while testing connection",
"localizations" : {