You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
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)
8 years ago
..
controllers Remote following success page (#4129) 8 years ago
fabricators
features
fixtures Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 8 years ago
helpers
javascript Faster emojify() by avoiding str.replace() entirely (#4049) 8 years ago
lib Add setting a always mark media as sensitive (#4136) 8 years ago
mailers
models Add a setting allowing the use of system's default font in Web UI (#4033) 8 years ago
policies
presenters
requests
routing
services Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 8 years ago
support
views
workers Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 8 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 8 years ago
spec_helper.rb