mastodon/app/models/concerns
Claire ab152ebed4 Merge commit 'e1d7efadc04dd0826c6bcfe43325688566e13881' into glitch-soc/merge-upstream
Conflicts:
- `app/models/status.rb`:
  Upstream refactored `visibility` handling to a concern, while glitch-soc had
  custom code adjacent to some of the changed lines.
  Applied upstream's changes.
- `lib/mastodon/version.rb`:
  Upstream moved some definitions to `config/mastodon.yml`, while glitch-soc's
  default github repository had been modified.
  Applied upstream's changes and updated `config/mastodon.yml` accordingly.
2025-01-14 20:38:32 +01:00
..
account Change avatar and header size limits from 2MB to 8MB when using libvips (#33002) 2024-11-26 21:01:52 +00:00
notification Extract `Notification::Groups` concern (#32968) 2024-11-19 10:02:01 +00:00
status Merge commit 'e1d7efadc04dd0826c6bcfe43325688566e13881' into glitch-soc/merge-upstream 2025-01-14 20:38:32 +01:00
user Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream 2024-12-25 18:01:37 +01:00
attachmentable.rb Add support for libvips in addition to ImageMagick (#30090) 2024-06-05 19:15:39 +00:00
browser_detection.rb
cacheable.rb Remove caching in `cache_collection` (#29862) 2024-04-08 13:46:13 +00:00
custom_filter_cache.rb
database_view_record.rb
domain_materializable.rb
domain_normalizable.rb
expireable.rb Fix `Rails/WhereRange` cop (#30343) 2024-05-20 09:37:36 +00:00
follow_limitable.rb
inet_container.rb Add `InetContainer` with scopes of `containing` and `contained` (#32802) 2024-11-08 10:08:36 +00:00
legacy_otp_secret.rb Update `devise-two-factor` to version 5.0.0 (#28325) 2024-05-02 09:31:41 +00:00
lockable.rb
paginable.rb
ranked_trend.rb Add coverage for `StatusTrend` and `PreviewCardTrend` models, add `locales` class method to `RankedTrend` (#32688) 2024-10-29 15:46:32 +00:00
rate_limitable.rb
redisable.rb Refactor (ruby) redis configuration (#31694) 2024-09-02 14:19:55 +00:00
relationship_cacheable.rb
remotable.rb Add `OpenSSL::SSL::SSLError` to http connection errors wrapper (#32307) 2024-10-08 14:59:51 +00:00
reviewable.rb Add `reviewed` and `unreviewed` scopes to `Reviewable` model concern (#31988) 2024-09-20 08:51:37 +00:00