Add cold-start follow recommendations (#15945)
Showing
- app/controllers/admin/follow_recommendations_controller.rb 53 additions, 0 deletionsapp/controllers/admin/follow_recommendations_controller.rb
- app/controllers/api/v1/suggestions_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/suggestions_controller.rb
- app/controllers/api/v2/suggestions_controller.rb 19 additions, 0 deletionsapp/controllers/api/v2/suggestions_controller.rb
- app/javascript/mastodon/actions/suggestions.js 4 additions, 4 deletionsapp/javascript/mastodon/actions/suggestions.js
- app/javascript/mastodon/features/compose/components/search_results.js 6 additions, 6 deletions...pt/mastodon/features/compose/components/search_results.js
- app/javascript/mastodon/reducers/suggestions.js 4 additions, 4 deletionsapp/javascript/mastodon/reducers/suggestions.js
- app/lib/potential_friendship_tracker.rb 8 additions, 4 deletionsapp/lib/potential_friendship_tracker.rb
- app/models/account.rb 2 additions, 1 deletionapp/models/account.rb
- app/models/account_suggestions.rb 17 additions, 0 deletionsapp/models/account_suggestions.rb
- app/models/account_summary.rb 25 additions, 0 deletionsapp/models/account_summary.rb
- app/models/concerns/account_associations.rb 3 additions, 0 deletionsapp/models/concerns/account_associations.rb
- app/models/follow_recommendation.rb 39 additions, 0 deletionsapp/models/follow_recommendation.rb
- app/models/follow_recommendation_filter.rb 26 additions, 0 deletionsapp/models/follow_recommendation_filter.rb
- app/models/follow_recommendation_suppression.rb 28 additions, 0 deletionsapp/models/follow_recommendation_suppression.rb
- app/models/form/account_batch.rb 18 additions, 0 deletionsapp/models/form/account_batch.rb
- app/policies/follow_recommendation_policy.rb 15 additions, 0 deletionsapp/policies/follow_recommendation_policy.rb
- app/serializers/rest/suggestion_serializer.rb 7 additions, 0 deletionsapp/serializers/rest/suggestion_serializer.rb
- app/views/admin/follow_recommendations/_account.html.haml 20 additions, 0 deletionsapp/views/admin/follow_recommendations/_account.html.haml
- app/views/admin/follow_recommendations/show.html.haml 42 additions, 0 deletionsapp/views/admin/follow_recommendations/show.html.haml
- app/workers/scheduler/follow_recommendations_scheduler.rb 61 additions, 0 deletionsapp/workers/scheduler/follow_recommendations_scheduler.rb
Loading
Please register or sign in to comment