mastodon/app/models
Adam Copp 7d00e4edbd Make custom emoji domains case insensitive ()
* Make custom emoji domains case sensitive 

* Fixup style in downcase_domain to comply with codeclimate.

* switch if! to unless

* Don't use transactions, operate in batches.

Also revert spurious schema change.
..
admin Update dependencies for Ruby (2018-04-23) ()
concerns Add profile directory ()
form Add admin custom CSS setting ()
web Fix has_one association on Web::PushSubscription ()
account.rb Cache hashtag sample accounts, and exclude ineligible ones ()
account_conversation.rb Migrate all old direct messages to new conversations schema ()
account_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
account_filter.rb Redesign admin accounts index ()
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) ()
account_pin.rb Add API endpoint to list featured accounts (fixes ) ()
account_stat.rb Add profile directory ()
account_tag_stat.rb Add profile directory ()
admin.rb Add logging of admin actions ()
application_record.rb Validate HTTP response length while receiving ()
backup.rb Update dependencies for Ruby (2018-04-23) ()
block.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
context.rb
conversation.rb Update dependencies for Ruby (2018-04-23) ()
conversation_mute.rb Update dependencies for Ruby (2018-04-23) ()
custom_emoji.rb Make custom emoji domains case insensitive ()
custom_emoji_filter.rb Make custom emoji domains case insensitive ()
custom_filter.rb Add option to not consider word boundaries when processing keyword filtering ()
domain_block.rb Add option to block reports from domain ()
email_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
export.rb Show exact number of followers/statuses on export page/in tooltip ()
favourite.rb Fix error when trying to update counters for statuses that are gone ()
feed.rb Support min_id-based pagination in REST API ()
follow.rb Extract counters from accounts table to account_stats table ()
follow_request.rb Limit the number of people that can be followed from one account ()
home_feed.rb Support min_id-based pagination in REST API ()
identity.rb Change identities id column to a bigint ()
import.rb Update dependencies for Ruby (2018-04-23) ()
instance.rb
instance_filter.rb
invite.rb Keyword/phrase filtering ()
invite_filter.rb Add invite filter ()
list.rb Update dependencies for Ruby (2018-04-23) ()
list_account.rb Update dependencies for Ruby (2018-04-23) ()
list_feed.rb Lists ()
media_attachment.rb add loglevel to ffmpeg in gif upload ()
mention.rb Improve support for aspects/circles ()
mute.rb Update dependencies for Ruby (2018-04-23) ()
notification.rb Extract counters from accounts table to account_stats table ()
preview_card.rb Update dependencies for Ruby (2018-04-23) ()
relay.rb Expect relays to answer with accept/reject ()
remote_follow.rb Add remote interaction dialog for toots ()
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar ()
report.rb Add preference for report notification e-mails, skip for duplicates ()
report_filter.rb
report_note.rb Update dependencies for Ruby (2018-04-23) ()
search.rb
session_activation.rb Update dependencies for Ruby (2018-04-23) ()
setting.rb Remove intermediary arrays when creating hash maps from results ()
site_upload.rb Update dependencies for Ruby (2018-04-23) ()
status.rb Attempt fixing deadlocks by moving account stats update outside transaction ()
status_pin.rb Update dependencies for Ruby (2018-04-23) ()
status_stat.rb Reset status cache when status_stat or media_attachment updates ()
stream_entry.rb Improve support for aspects/circles ()
subscription.rb Update dependencies for Ruby (2018-04-23) ()
tag.rb Cache hashtag sample accounts, and exclude ineligible ones ()
trending_tags.rb Remove intermediary arrays when creating hash maps from results ()
user.rb Improve e-mail MX validator and add tests ()
web.rb