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/models
David Yip 08652baab0 Replace =~ with #matches?. #208.
=~ made sense when we were passing it through to a regex, but we're no
longer doing that: TagMatcher looks at individual tags and returns a
value that *looks* like what you get out of #=~ but really isn't that
meaningful.  Probably a good idea to not subvert convention like this
and instead use a name with guessable intent.
8 years ago
..
concerns Updates per code review 8 years ago
form
glitch Replace =~ with #matches?. #208. 8 years ago
web Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
account.rb Merge upstream 2.0ish #165 8 years ago
account_domain_block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 8 years ago
account_moderation_note.rb foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 8 years ago
application_record.rb
block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
context.rb
conversation.rb
conversation_mute.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
custom_emoji.rb Feature: Unlisted custom emojis (#5485) 8 years ago
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 8 years ago
domain_block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
email_domain_block.rb Implement EmailBlackList (#5109) 8 years ago
export.rb
favourite.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
feed.rb Non-Serial ("Snowflake") IDs (#4801) 8 years ago
follow.rb "Show reblogs" per-follower UI/database changes 8 years ago
follow_request.rb Per-user reblog hiding implementation/fixes/tests 8 years ago
glitch.rb Move KeywordMute into Glitch namespace. 8 years ago
import.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
instance.rb
instance_filter.rb
media_attachment.rb Merge upstream 2.0ish #165 8 years ago
mention.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
mute.rb Merge upstream 2.0ish #165 8 years ago
notification.rb Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 8 years ago
preview_card.rb
remote_follow.rb
remote_profile.rb
report.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
report_filter.rb
search.rb
session_activation.rb
setting.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
site_upload.rb
status.rb Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-direct-timeline 8 years ago
status_pin.rb
stream_entry.rb Merge upstream 2.0ish #165 8 years ago
subscription.rb Make IdsToBigints (mostly!) non-blocking (#5088) 8 years ago
tag.rb
user.rb Add option to reduce motion (#5393) 8 years ago
web.rb