Bug 382594 - Remove http[s] prefix from hostname
Summary: Remove http[s] prefix from hostname
Status: RESOLVED FIXED
Alias: None
Product: Ruqola
Classification: Applications
Component: frontend (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Vasudha Mathur
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-22 15:35 UTC by David Faure
Modified: 2017-08-27 19:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Faure 2017-07-22 15:35:15 UTC
Typing https://hostname in the login page doesn't work, even though this is a common way to specify the chat URL (e.g. in the Rocket.Chat+ client)

-> remove scheme from what the user typed.
Comment 1 David Faure 2017-07-23 06:14:14 UTC
Actually, the proper way is probably do it like Rocket.Chat+ does: asking the user for a URL, not for a hostname.
This allows setups like the one we initially had at KDAB where the chat URL also had a path, e.g. https://server.kdab.com/chat/.

If this was still the case, I guess I wouldn't have been able to log in with the current ruqola?
Comment 2 Vasudha Mathur 2017-08-27 19:38:50 UTC
Solved as can be seen here (https://cgit.kde.org/ruqola.git/commit/?id=8eda26184e742f03bf96a4691092a530e59b167f)