chinwagsocial/app
ThibG f8fe394e7a Fix an error when TagManager.local_url? is called with a bad URI ()
TagManager.local_url? was sometimes called with an URI with a nil host,
leading to a crash in TagManager.local_url?. This fixes moves the
already-existing uri.host.blank? check in front to avoid this case.
2017-06-11 22:53:12 +02:00
..
controllers Make sure email is case insensitive on all places () 2017-06-11 02:29:08 +02:00
helpers Improve RTL detection () 2017-06-10 15:06:50 +02:00
javascript Fix - Refactor timelines reducer () 2017-06-11 17:07:35 +02:00
lib Language detection defaults to nil () 2017-06-09 18:09:37 +02:00
mailers Remove unnecessary .keep files () 2017-05-11 01:45:42 +02:00
models Fix Account model deprecation warnings () 2017-06-11 17:01:32 +02:00
policies Add status destroy authorization to policy () 2017-05-30 22:56:31 +02:00
presenters Bump version, improve how version is stored for better commit history () 2017-04-27 15:22:19 +02:00
services Fix an error when TagManager.local_url? is called with a bad URI () 2017-06-11 22:53:12 +02:00
validators Correct validators so that existing error messages would look correct () 2017-06-09 19:46:01 +02:00
views Localize date in digest and cover NotificationMailer more () 2017-06-11 12:04:35 +02:00
workers change sidekiq queueing to bulk push () 2017-06-04 00:11:15 +02:00