Add hashtag follow and account subscribe support to list
Showing
- app/controllers/settings/account_subscribes_controller.rb 40 additions, 21 deletionsapp/controllers/settings/account_subscribes_controller.rb
- app/controllers/settings/follow_tags_controller.rb 33 additions, 3 deletionsapp/controllers/settings/follow_tags_controller.rb
- app/javascript/mastodon/features/subscribing/index.js 1 addition, 1 deletionapp/javascript/mastodon/features/subscribing/index.js
- app/models/account_subscribe.rb 21 additions, 0 deletionsapp/models/account_subscribe.rb
- app/models/concerns/account_interactions.rb 15 additions, 7 deletionsapp/models/concerns/account_interactions.rb
- app/models/follow_tag.rb 3 additions, 0 deletionsapp/models/follow_tag.rb
- app/models/form/account_subscribe.rb 13 additions, 0 deletionsapp/models/form/account_subscribe.rb
- app/services/account_subscribe_service.rb 13 additions, 9 deletionsapp/services/account_subscribe_service.rb
- app/services/fan_out_on_write_service.rb 26 additions, 4 deletionsapp/services/fan_out_on_write_service.rb
- app/views/settings/account_subscribes/_fields.html.haml 11 additions, 0 deletionsapp/views/settings/account_subscribes/_fields.html.haml
- app/views/settings/account_subscribes/edit.html.haml 9 additions, 0 deletionsapp/views/settings/account_subscribes/edit.html.haml
- app/views/settings/account_subscribes/index.html.haml 28 additions, 17 deletionsapp/views/settings/account_subscribes/index.html.haml
- app/views/settings/account_subscribes/new.html.haml 9 additions, 0 deletionsapp/views/settings/account_subscribes/new.html.haml
- app/views/settings/domain_subscribes/index.html.haml 1 addition, 1 deletionapp/views/settings/domain_subscribes/index.html.haml
- app/views/settings/follow_tags/_fields.html.haml 8 additions, 0 deletionsapp/views/settings/follow_tags/_fields.html.haml
- app/views/settings/follow_tags/edit.html.haml 9 additions, 0 deletionsapp/views/settings/follow_tags/edit.html.haml
- app/views/settings/follow_tags/index.html.haml 24 additions, 18 deletionsapp/views/settings/follow_tags/index.html.haml
- app/views/settings/follow_tags/new.html.haml 9 additions, 0 deletionsapp/views/settings/follow_tags/new.html.haml
- config/locales/en.yml 13 additions, 6 deletionsconfig/locales/en.yml
- config/locales/ja.yml 12 additions, 5 deletionsconfig/locales/ja.yml
Loading
Please register or sign in to comment