mastodon/app
ThibG f8fe394e7a Fix an error when TagManager.local_url? is called with a bad URI (#3701)
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 (#3688) 2017-06-11 02:29:08 +02:00
helpers Improve RTL detection (#3682) 2017-06-10 15:06:50 +02:00
javascript Fix #3665 - Refactor timelines reducer (#3686) 2017-06-11 17:07:35 +02:00
lib Language detection defaults to nil (#3666) 2017-06-09 18:09:37 +02:00
mailers
models Fix Account model deprecation warnings (#3689) 2017-06-11 17:01:32 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters
services Fix an error when TagManager.local_url? is called with a bad URI (#3701) 2017-06-11 22:53:12 +02:00
validators Correct validators so that existing error messages would look correct (#3668) 2017-06-09 19:46:01 +02:00
views Localize date in digest and cover NotificationMailer more (#3694) 2017-06-11 12:04:35 +02:00
workers change sidekiq queueing to bulk push (#3536) 2017-06-04 00:11:15 +02:00