..
account
Fix streaming still being authorized for suspended accounts ( #36448 )
2025-10-13 13:35:44 +00:00
fasp /provider
Basic FASP support ( #34031 )
2025-03-28 12:16:40 +00:00
favourite
Add support for FASP data sharing ( #34415 )
2025-05-16 12:24:02 +00:00
notification
Add server-side support for grouping account sign-up notifications ( #34298 )
2025-03-28 12:35:25 +00:00
status
Merge commit from fork
2025-10-21 15:00:28 +02:00
user
Add new "quick boosting" setting ( #36516 )
2025-10-17 13:02:47 +00:00
attachmentable.rb
Update rubocop to version 1.76.0 ( #34926 )
2025-06-05 12:09:05 +00:00
browser_detection.rb
Add BrowserDetection model concern ( #29513 )
2024-03-19 15:39:14 +00:00
cacheable.rb
Remove caching in cache_collection ( #29862 )
2024-04-08 13:46:13 +00:00
canonical_email.rb
Replace EmailHelper module with normalizes via model concern ( #35702 )
2025-08-07 13:47:47 +00:00
custom_filter_cache.rb
Extract shared callback behaviour to CustomFilterCache concern ( #29695 )
2024-04-05 09:17:58 +00:00
database_view_record.rb
Simplify DatabaseViewRecord.refresh ( #35252 )
2025-07-11 08:36:05 +00:00
domain_materializable.rb
Fix unbounded recursion in account discovery ( #22025 )
2022-12-07 00:15:24 +01:00
domain_normalizable.rb
Extract by_domain_length scope in DomainNormalizable concern ( #29517 )
2024-03-12 13:09:11 +00:00
expireable.rb
Fix Rails/WhereRange cop ( #30343 )
2024-05-20 09:37:36 +00:00
follow_limitable.rb
Use ActiveModel::Attributes in FollowLimitable concern ( #35327 )
2025-07-10 07:40:56 +00:00
inet_container.rb
Add InetContainer with scopes of containing and contained ( #32802 )
2024-11-08 10:08:36 +00:00
lockable.rb
Rename with_lock to with_redis_lock to avoid confusion with ActiveRecord's method ( #24741 )
2023-05-02 18:16:07 +02:00
paginable.rb
Autofix Rubocop Style/Lambda ( #23696 )
2023-02-18 12:39:00 +01:00
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
Use attribute for defining rate_limit boolean ( #35555 )
2025-07-28 08:08:31 +00:00
redisable.rb
Refactor (ruby) redis configuration ( #31694 )
2024-09-02 14:19:55 +00:00
relationship_cacheable.rb
Fix call to inefficient delete_matched cache method in domain blocks ( #28374 )
2023-12-18 16:14:43 +00:00
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