discourse/app
Guo Xiang Tan 6ecf37c482 Improve URL validation to check for a valid host.
Parsing a URL with `URI` is not sufficient as the following cases
are considered valid:

URI.parse("http://https://google.com")
=> #<URI::HTTP http://https//google.com>
2017-12-21 13:50:15 +08:00
..
assets FEATURE: warn if attempting to mention a group with too many members 2017-12-21 16:13:57 +11:00
controllers FEATURE: warn if attempting to mention a group with too many members 2017-12-21 16:13:57 +11:00
helpers FIX: rendering %lt;/div noscript in header 2017-12-08 10:30:00 +11:00
jobs FIX: stop forking regular backup jobs 2017-12-21 09:00:48 +11:00
mailers FIX: correct use of invitee vs inviter in email templates 2017-12-04 14:09:48 +05:30
models Improve URL validation to check for a valid host. 2017-12-21 13:50:15 +08:00
serializers FIX: unicode titles missing when visiting topic from topic list 2017-12-21 15:20:47 +11:00
services FIX: correct issue with search omitting words with multiple dots 2017-12-19 16:04:24 +11:00
views FEATURE: omit images from og and twitter description tags 2017-11-28 21:34:02 +01:00