mastodon/app/models/concerns/account
David Roetzel 75be830f4f
Select what to share with fasp
Only share statuses where the account has `#indexable` set
to `true`.

Only share accounts where `#discoverable` is set to `true`, with
one exception: If `#discoverable` has just been set to `false`
this is an important information for the fasp.
2025-01-06 08:58:08 +01:00
..
associations.rb Use hash arguments to `order` when possible (Rails 7.2) (#32915) 2024-11-18 15:07:53 +00:00
attribution_domains.rb Strip protocol from attribution domains (#31900) 2024-09-13 11:37:15 +00:00
avatar.rb Change avatar and header size limits from 2MB to 8MB when using libvips (#33002) 2024-11-26 21:01:52 +00:00
counters.rb Use Rails `upsert` to generate update_count! query in Counters concern (#28738) 2024-04-17 08:16:51 +00:00
fasp_concern.rb Select what to share with fasp 2025-01-06 08:58:08 +01:00
finder_concern.rb Consolidate account scopes for `LOWER` (index using) username/domain queries (#30451) 2024-05-28 14:11:31 +00:00
header.rb Change avatar and header size limits from 2MB to 8MB when using libvips (#33002) 2024-11-26 21:01:52 +00:00
interactions.rb Fix `TagFollow` records not being correctly handled in account operations (#33063) 2024-11-25 10:27:58 +00:00
merging.rb Fix `TagFollow` records not being correctly handled in account operations (#33063) 2024-11-25 10:27:58 +00:00
search.rb Change algorithm of follow recommendations (#28314) 2023-12-19 10:59:43 +00:00
sensitizes.rb Move account sensitize-related methods to concern (#28865) 2024-11-11 13:08:23 +00:00
silences.rb Move account silence-related methods to concern (#28866) 2024-11-11 08:29:55 +00:00
statuses_search.rb Use enum-generated `public_visibility` scope on Status (#28156) 2024-03-14 09:31:57 +00:00
suspensions.rb Move account suspension-related methods to concern (#28351) 2024-10-07 12:02:04 +00:00