]> cat aescling's git repositories - mastodon.git/commit
Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 18 Jun 2017 23:51:04 +0000 (01:51 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jun 2017 23:51:04 +0000 (01:51 +0200)
commitf3be6052867343ab15cc84bc91edcaf0c1d70115
tree2bddc48a4cf35a0684c74b22a0f78f7031b8a4b2
parentaebebdc5d1967e2110a9caafc3238c8b8ec055c4
Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)

Rename Activitypub to ActivityPub
20 files changed:
app/controllers/api/activitypub/activities_controller.rb
app/controllers/api/activitypub/notes_controller.rb
app/controllers/api/activitypub/outbox_controller.rb
app/controllers/authorize_follows_controller.rb
app/services/account_search_service.rb
app/services/concerns/author_extractor.rb
app/services/follow_service.rb
app/services/process_mentions_service.rb
app/services/resolve_remote_account_service.rb [moved from app/services/follow_remote_account_service.rb with 98% similarity]
app/views/activitypub/types/collection.activitystreams2.rabl
app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
app/workers/import_worker.rb
config/initializers/inflections.rb
spec/controllers/api/activitypub/activities_controller_spec.rb
spec/controllers/api/activitypub/notes_controller_spec.rb
spec/controllers/api/activitypub/outbox_controller_spec.rb
spec/controllers/authorize_follows_controller_spec.rb
spec/controllers/settings/imports_controller_spec.rb
spec/services/account_search_service_spec.rb
spec/services/resolve_remote_account_service_spec.rb [moved from spec/services/follow_remote_account_service_spec.rb with 97% similarity]