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/concerns
Akihiko Odaki 498327b2e3 Exclude status itself from context query (#7083)
ancestor_statuses and descendant_statuses used to include the root status
itself, but the behavior is confusing because the root status is not
an ancestor nor descendant.
7 years ago
..
account_avatar.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_finder_concern.rb Fix UniqueUsernameValidator comparison (#6926) 7 years ago
account_header.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_interactions.rb
attachmentable.rb
cacheable.rb
omniauthable.rb Add additional first_name and last_name SAML attribute statement options, and modify Omniauthable concern to use full_name or first_name + last_name if not available (#6669) 7 years ago
paginable.rb Fix prev/next links on public profile page (#6497) 7 years ago
relationship_cacheable.rb
remotable.rb Validate HTTP response length while receiving (#6891) 7 years ago
status_threading_concern.rb Exclude status itself from context query (#7083) 7 years ago
streamable.rb