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
Matt Jankowski 6fed108703
Use Rails `upsert` to generate update_count! query in Counters concern (#28738)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
9 months ago
..
account Use Rails `upsert` to generate update_count! query in Counters concern (#28738) 9 months ago
status Add scope `Status.distributable_visibility` (#29950) 9 months ago
user Remove setting for unfollow confirmation modal, and make it unconditional (#29373) 9 months ago
attachmentable.rb Fix .opus file uploads being misidentified by Paperclip (#28580) 1 year ago
browser_detection.rb Add `BrowserDetection` model concern (#29513) 10 months ago
cacheable.rb Remove caching in `cache_collection` (#29862) 9 months ago
custom_filter_cache.rb Extract shared callback behaviour to `CustomFilterCache` concern (#29695) 9 months ago
database_view_record.rb Extract scenic view model common methods to concern (#28111) 11 months ago
domain_materializable.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
domain_normalizable.rb Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 10 months ago
expireable.rb Run rubocop formatting except line length (#23632) 2 years ago
follow_limitable.rb
lockable.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method (#24741) 2 years ago
paginable.rb Autofix Rubocop Style/Lambda (#23696) 2 years ago
ranked_trend.rb Add `RankedTrend` concern for trends classes (#29388) 10 months ago
rate_limitable.rb
redisable.rb Refactor how Redis locks are created (#18400) 3 years ago
relationship_cacheable.rb Fix call to inefficient `delete_matched` cache method in domain blocks (#28374) 1 year ago
remotable.rb Fix `Performance/StringIdentifierArgument` cop (#28508) 1 year ago