Bug 382594

Summary: Remove http[s] prefix from hostname
Product: [Applications] Ruqola Reporter: David Faure <faure>
Component: frontendAssignee: Vasudha Mathur <vasudhamathur96>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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)