You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need the ability to add subscribe URLs for custom domains with known paths.
When a service is selected that requires a custom domain, a new <input type="url" required /> should be added.
There should also be a means of verifying the the specified domain in fact hosts the service (for Ownlcloud, check GET /status.php).
When such a custom service is selected, the subscribe URL should be selected using new URL(servicePath, customDomain) and setting searchParams accordingly.
The text was updated successfully, but these errors were encountered:
Need the ability to add subscribe URLs for custom domains with known paths.
When a service is selected that requires a custom domain, a new
<input type="url" required />
should be added.There should also be a means of verifying the the specified domain in fact hosts the service (for Ownlcloud, check
GET /status.php
).When such a custom service is selected, the subscribe URL should be selected using
new URL(servicePath, customDomain)
and settingsearchParams
accordingly.The text was updated successfully, but these errors were encountered: