]> cat aescling's git repositories - mastodon.git/commit
Refactored generation of unique tags, URIs and object URLs into own classes,
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 9 Sep 2016 18:04:34 +0000 (20:04 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 9 Sep 2016 18:04:34 +0000 (20:04 +0200)
commit3cc47beb6e1f646baca64fdf56168e2f2e2bc726
tree295d9442bec8fa7434b6a2c37a6cb835a3725dfd
parent735b4cc62e3fb9ef7a10b657c8e437ac0cb3d1fe
Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
28 files changed:
app/helpers/application_helper.rb
app/helpers/atom_builder_helper.rb
app/lib/feed_manager.rb
app/lib/formatter.rb [new file with mode: 0644]
app/lib/tag_manager.rb [new file with mode: 0644]
app/models/feed.rb
app/services/fan_out_on_write_service.rb
app/services/precompute_feed_service.rb
app/services/process_feed_service.rb
app/services/process_interaction_service.rb
app/services/remove_status_service.rb
app/views/accounts/_grid_card.html.haml
app/views/accounts/show.atom.ruby
app/views/api/accounts/show.rabl
app/views/api/statuses/show.rabl
app/views/notification_mailer/follow.text.erb
app/views/notification_mailer/mention.text.erb
app/views/stream_entries/_follow.html.haml
app/views/stream_entries/_status.html.haml
app/views/xrd/webfinger.xml.ruby
spec/controllers/oauth/applications_controller_spec.rb
spec/helpers/application_helper_spec.rb
spec/helpers/atom_builder_helper_spec.rb
spec/lib/feed_manager_spec.rb [new file with mode: 0644]
spec/lib/formatter_spec.rb [new file with mode: 0644]
spec/lib/tag_manager_spec.rb [new file with mode: 0644]
spec/models/account_spec.rb
spec/models/media_attachment_spec.rb