mastodon/app/models/concerns
Claire 44bf7b8128
Add notifications of severed relationships ()
..
account Add notifications of severed relationships ()
status Use enum-generated `public_visibility` scope on Status ()
user Merge pull request from GHSA-vm39-j3vx-pch3
attachmentable.rb Fix .opus file uploads being misidentified by Paperclip ()
browser_detection.rb Add `BrowserDetection` model concern ()
cacheable.rb
database_view_record.rb Extract scenic view model common methods to concern ()
domain_materializable.rb Fix unbounded recursion in account discovery ()
domain_normalizable.rb Extract `by_domain_length` scope in `DomainNormalizable` concern ()
expireable.rb Run rubocop formatting except line length ()
follow_limitable.rb Fix being able to import more than allowed number of follows ()
lockable.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method ()
paginable.rb Autofix Rubocop Style/Lambda ()
ranked_trend.rb Add `RankedTrend` concern for trends classes ()
rate_limitable.rb Add specific rate limits for posting and following ()
redisable.rb Refactor how Redis locks are created ()
relationship_cacheable.rb Fix call to inefficient `delete_matched` cache method in domain blocks ()
remotable.rb Fix `Performance/StringIdentifierArgument` cop ()