gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
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)
2017-07-10 18:05:06 +02:00
..
controllers Remote following success page (#4129) 2017-07-10 18:05:06 +02:00
fabricators Cover Admin::DomainBlocksController more (#3329) 2017-06-25 21:42:36 +02:00
features
fixtures Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 2017-07-08 22:44:31 +02:00
helpers
javascript Faster emojify() by avoiding str.replace() entirely (#4049) 2017-07-03 11:02:36 +02:00
lib Add setting a always mark media as sensitive (#4136) 2017-07-10 14:00:32 +02:00
mailers
models Add a setting allowing the use of system's default font in Web UI (#4033) 2017-07-06 22:39:56 +02:00
policies
presenters
requests Fix locale related specs (#3707) 2017-06-12 10:58:03 +02:00
routing
services Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 2017-07-08 22:44:31 +02:00
support
views
workers Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 2017-06-28 14:50:23 +02:00
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 2017-07-07 23:25:15 +02:00
spec_helper.rb