]> cat aescling's git repositories - mastodon.git/commit
Change auto-following admin-selected accounts, show in recommendations (#16078)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 24 Apr 2021 15:01:43 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Apr 2021 15:01:43 +0000 (17:01 +0200)
commitdaccc07dc170627b17564402296f6c8631d0cd97
treebb1fea8fde8f44b622b9b39cff46026689dc30ca
parent863ae47b5145e53c6cc820bd7eff0efd41339e03
Change auto-following admin-selected accounts, show in recommendations (#16078)
16 files changed:
app/controllers/api/v1/suggestions_controller.rb
app/lib/potential_friendship_tracker.rb
app/models/account_suggestions.rb
app/models/account_suggestions/global_source.rb [new file with mode: 0644]
app/models/account_suggestions/past_interactions_source.rb [new file with mode: 0644]
app/models/account_suggestions/setting_source.rb [new file with mode: 0644]
app/models/account_suggestions/source.rb [new file with mode: 0644]
app/models/account_suggestions/suggestion.rb [new file with mode: 0644]
app/models/follow_recommendation.rb
app/models/form/admin_settings.rb
app/services/bootstrap_timeline_service.rb
app/validators/existing_username_validator.rb
app/views/admin/settings/edit.html.haml
config/locales/en.yml
config/settings.yml
spec/services/bootstrap_timeline_service_spec.rb