Akihiko Odaki
613e7c7521
Rename ResolveRemoteAccountService to ResolveAccountService ( #6327 )
The service used to be named ResolveRemoteAccountService resolves local
accounts as well.
6 years ago
Akihiko Odaki
2c1ed5f872
Show mastodon on modal ( #6129 )
6 years ago
Eugen Rochko
df605f0f8b
Add "signed in as" header to some pages ( #4523 )
7 years ago
STJrInuyasha
7a889a8e12
Remote following success page ( #4129 )
* Added a success page to remote following
Includes follow-through links to web (the old redirect target) and back to the remote user's profile
* Use Account.new in spec instead of a fake with only id
(fixes spec)
* Fabricate(:account) over Account.new
* Remove self from the success text
(and all HTML with it)
7 years ago
Eugen Rochko
f3be605286
Rename FollowRemoteAccountService to ResolveRemoteAccountService ( #3847 )
Rename Activitypub to ActivityPub
7 years ago
yhirano
8325866c61
Downgrade rubocop 0.48.1 => 0.46.0 ( #2628 )
* downgrade rubocop 0.48.1 => 0.46.0
* exclude vendor/**/* from rubocop target files
* add frozen_string_literal comment line
* fix percent literal delimited by ( and )
* fix alignment
* remove comment disabling unknown cop
7 years ago
Matt Jankowski
0618f09939
Add spec coverage and refactor authorize_follows controller ( #2505 )
7 years ago