]> cat aescling's git repositories - mastodon.git/commit
Fix tests, add applications to eager loading/cache for statuses, fix
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 15 Jan 2017 13:01:33 +0000 (14:01 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 15 Jan 2017 13:01:33 +0000 (14:01 +0100)
commite9737c2235ec56502e650bd1adad3f32bf85f0ef
treeececd729f513fd14998f2be30169973956ef6f59
parentab165547fdf556b10b80898c030d54e20bff50af
Fix tests, add applications to eager loading/cache for statuses, fix
application website validation, don't link to app website if website isn't set,
also comment out animated boost icon from #464 until it's consistent with non-animated version
14 files changed:
.rubocop.yml
app/assets/javascripts/components/features/status/components/detailed_status.jsx
app/assets/stylesheets/components.scss
app/lib/application_extension.rb [new file with mode: 0644]
app/lib/url_validator.rb [new file with mode: 0644]
app/models/concerns/application.rb [deleted file]
app/models/status.rb
app/services/post_status_service.rb
app/views/api/v1/apps/show.rabl
app/views/stream_entries/_detailed_status.html.haml
config/application.rb
config/locales/en.yml
spec/controllers/api/v1/statuses_controller_spec.rb
spec/fabricators/application_fabricator.rb [new file with mode: 0644]