about summary refs log tree commit diff
path: root/app/controllers/authorize_follow_controller.rb
AgeCommit message (Collapse)Author
2017-04-27Add spec coverage and refactor authorize_follows controller (#2505)Matt Jankowski
2017-04-25Punycode URI normalization (#2370)Eugen
* Fix #2119 - Whenever about to send a HTTP request, normalize the URI * Add test for IDN request in FetchLinkCardService * Perform IDN normalization on domains before they are stored in the DB
2017-02-26Add validation of media attachments, clean up mastodon-own exception classesEugen Rochko
2017-01-02Fix admin UI not loading JS, make sure to strip "acct:" out of remote ↵Eugen Rochko
account's usernames when authorizing follow
2016-12-29Support remote follow request providing URL instead of acctEugen Rochko
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko