Commit Graph

7 Commits (bfa12239e84ebe310d74ef0e773d90a477b3cf8f)

Author SHA1 Message Date
Akihiko Odaki 613e7c7521 Rename ResolveRemoteAccountService to ResolveAccountService ()
The service used to be named ResolveRemoteAccountService resolves local
accounts as well.
Akihiko Odaki 2c1ed5f872 Show mastodon on modal ()
Eugen Rochko df605f0f8b Add "signed in as" header to some pages ()
STJrInuyasha 7a889a8e12 Remote following success page ()
* 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)
Eugen Rochko f3be605286 Rename FollowRemoteAccountService to ResolveRemoteAccountService ()
Rename Activitypub to ActivityPub
yhirano 8325866c61 Downgrade rubocop 0.48.1 => 0.46.0 ()
* 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
Matt Jankowski 0618f09939 Add spec coverage and refactor authorize_follows controller ()