about summary refs log tree commit diff
path: root/app/models/concerns/account_finder_concern.rb
AgeCommit message (Expand)Author
2023-01-18Fix situations in which instance actor can be set to a Mastodon-incompatible ...Claire
2022-04-26Fix instance actor being incorrectly created when running migrations (#18109)Claire
2021-02-09Create instance actor if it hasn't been properly seeded (#15693)Claire
2020-02-01Search account domain in lowercase (#13016)abcang
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-04-06Fix admin validation being too strict about usernames (#10449)Eugen Rochko
2019-01-05Use Contact User as Relay, Report, Subscribe. (#9661)Naoki Kosaka
2018-03-27Fix UniqueUsernameValidator comparison (#6926)Eugen Rochko
2017-11-16Fix AccountFinderConcern::AccountFinder#with_usernames (#5722)ysksn
2017-06-01Handle nil and blank cases in Account finders (#3500)Matt Jankowski
2017-05-31Expand spec coverage and refactor the `Account.find_` methods (#3485)Matt Jankowski