You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
René Klačan dcf0530218 Make sure email is case insensitive on all places (#3688)
When case insensitivity is enabled via devise's `config.case_insensitive_keys` then `.find_for_authentication` method needs to be used instead of `.find_by` because second mentioned returns `nil` when valid email with different cases is passed.

More info https://github.com/plataformatec/devise/wiki/How-To:-Use-case-insensitive-emails
8 years ago
..
controllers Make sure email is case insensitive on all places (#3688) 8 years ago
helpers Improve RTL detection (#3682) 8 years ago
javascript Update NL for 1.4.2 (#3685) 8 years ago
lib Language detection defaults to nil (#3666) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Correct validators so that existing error messages would look correct (#3668) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Fix #3378 - If favourite/reblog already exists, return it instead of failing (#3641) 8 years ago
validators Correct validators so that existing error messages would look correct (#3668) 8 years ago
views Improve RTL detection (#3682) 8 years ago
workers change sidekiq queueing to bulk push (#3536) 8 years ago