]> cat aescling's git repositories - mastodon.git/commit
Fix text color in dashboard inputs, sanitize remote status content in UI,
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Mar 2016 16:02:16 +0000 (17:02 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Mar 2016 16:02:16 +0000 (17:02 +0100)
commit9d55529318a285ced484b9216df9064914d6f790
tree5e6ac6135236c44e5a75105c7af64652a27adce4
parentbf08d46e58c423688d870cf128ded7fd36009115
Fix text color in dashboard inputs, sanitize remote status content in UI,
simplify FanOutOnWriteService, add /api/accounts/lookup method
14 files changed:
app/assets/javascripts/api/accounts/lookup.coffee [new file with mode: 0644]
app/assets/stylesheets/dashboard.scss
app/controllers/api/accounts/lookup_controller.rb [new file with mode: 0644]
app/helpers/api/accounts/lookup_helper.rb [new file with mode: 0644]
app/helpers/stream_entries_helper.rb
app/services/base_service.rb
app/services/fan_out_on_write_service.rb
app/services/send_interaction_service.rb
app/views/accounts/_grid_card.html.haml
app/views/api/accounts/lookup/index.rabl [new file with mode: 0644]
app/views/stream_entries/_status.html.haml
config/routes.rb
spec/controllers/api/accounts/lookup_controller_spec.rb [new file with mode: 0644]
spec/helpers/api/accounts/lookup_helper_spec.rb [new file with mode: 0644]