about summary refs log tree commit diff
path: root/app/controllers/remote_follow_controller.rb
AgeCommit message (Collapse)Author
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
* Consolidate webfinger string creation under Account#to_webfinger_s * Introduce Account#local_username_and_domain for consolidation
2017-04-04Remote follow improvementsDrew DeVault
This stores the @username@instance you provide in your session and reuses it the next time you remote follow someone from this instance.
2017-01-02Fix uri expansion during remote followEugen Rochko
2017-01-01Adding remote follow buttonEugen Rochko