]> cat aescling's git repositories - mastodon.git/commit
Introduce Ostatus name space (#4164)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 18 Jul 2017 14:39:47 +0000 (23:39 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 18 Jul 2017 14:39:47 +0000 (16:39 +0200)
commit89b988cab5e4729bd80400a2b25ec2b790ebd18d
tree44d8596f508876c7ad17fa40c3212abfbe4b3c3c
parent4d42a389540690b32886f2a38af1f86aee617d27
Introduce Ostatus name space (#4164)

* Wrap methods of ProcessFeedService::ProcessEntry in classes

This is a change same with 425acecfdb15093a265b191120fb2d4e4c4135c4, except
that it has the following changes:

* Revert irrelevant change in find_or_create_conversation
* Fix error handling for RemoteActivity

* Introduce Ostatus name space
23 files changed:
app/controllers/accounts_controller.rb
app/controllers/stream_entries_controller.rb
app/lib/ostatus/activity/base.rb [new file with mode: 0644]
app/lib/ostatus/activity/creation.rb [new file with mode: 0644]
app/lib/ostatus/activity/deletion.rb [new file with mode: 0644]
app/lib/ostatus/activity/general.rb [new file with mode: 0644]
app/lib/ostatus/activity/post.rb [new file with mode: 0644]
app/lib/ostatus/activity/remote.rb [new file with mode: 0644]
app/lib/ostatus/activity/share.rb [new file with mode: 0644]
app/lib/ostatus/atom_serializer.rb [moved from app/lib/atom_serializer.rb with 99% similarity]
app/services/authorize_follow_service.rb
app/services/block_service.rb
app/services/concerns/stream_entry_renderer.rb
app/services/favourite_service.rb
app/services/follow_service.rb
app/services/process_feed_service.rb
app/services/reject_follow_service.rb
app/services/unblock_service.rb
app/services/unfavourite_service.rb
app/services/unfollow_service.rb
app/workers/pubsubhubbub/distribution_worker.rb
spec/lib/ostatus/atom_serializer_spec.rb [moved from spec/lib/atom_serializer_spec.rb with 80% similarity]
spec/services/process_feed_service_spec.rb