-
- Downloads
Add remote interaction dialog for toots (#8202)
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests
Showing
- app/controllers/authorize_interactions_controller.rb 66 additions, 0 deletionsapp/controllers/authorize_interactions_controller.rb
- app/controllers/intents_controller.rb 1 addition, 1 deletionapp/controllers/intents_controller.rb
- app/controllers/remote_follow_controller.rb 1 addition, 0 deletionsapp/controllers/remote_follow_controller.rb
- app/controllers/remote_interaction_controller.rb 48 additions, 0 deletionsapp/controllers/remote_interaction_controller.rb
- app/helpers/home_helper.rb 10 additions, 0 deletionsapp/helpers/home_helper.rb
- app/javascript/packs/public.js 14 additions, 7 deletionsapp/javascript/packs/public.js
- app/javascript/styles/mastodon/components.scss 1 addition, 0 deletionsapp/javascript/styles/mastodon/components.scss
- app/javascript/styles/mastodon/stream_entries.scss 5 additions, 0 deletionsapp/javascript/styles/mastodon/stream_entries.scss
- app/models/remote_follow.rb 4 additions, 0 deletionsapp/models/remote_follow.rb
- app/serializers/webfinger_serializer.rb 1 addition, 1 deletionapp/serializers/webfinger_serializer.rb
- app/views/authorize_interactions/_post_follow_actions.html.haml 2 additions, 2 deletions...ews/authorize_interactions/_post_follow_actions.html.haml
- app/views/authorize_interactions/error.html.haml 0 additions, 0 deletionsapp/views/authorize_interactions/error.html.haml
- app/views/authorize_interactions/show.html.haml 18 additions, 0 deletionsapp/views/authorize_interactions/show.html.haml
- app/views/authorize_interactions/success.html.haml 3 additions, 3 deletionsapp/views/authorize_interactions/success.html.haml
- app/views/layouts/modal.html.haml 1 addition, 1 deletionapp/views/layouts/modal.html.haml
- app/views/remote_interaction/new.html.haml 17 additions, 0 deletionsapp/views/remote_interaction/new.html.haml
- app/views/stream_entries/_detailed_status.html.haml 11 additions, 4 deletionsapp/views/stream_entries/_detailed_status.html.haml
- app/views/stream_entries/_simple_status.html.haml 6 additions, 4 deletionsapp/views/stream_entries/_simple_status.html.haml
- app/views/stream_entries/show.html.haml 1 addition, 1 deletionapp/views/stream_entries/show.html.haml
- app/views/well_known/webfinger/show.xml.ruby 1 addition, 1 deletionapp/views/well_known/webfinger/show.xml.ruby
Loading
Please register or sign in to comment