mastodon/spec/controllers
unarist 6a4e2db661 Raise an error for remote url in StatusFinder (#4776)
* Raise an error for remote url in StatusFinder

Previous implementation had allowed remote url with status id which also exists on local.

Then that bug leads /api/web/embed to return wrong embed url.

* Fix oembed_controller_spec
2017-09-02 17:42:47 +02:00
..
activitypub
admin Improve admin page (#4121) 2017-07-18 16:38:22 +02:00
api
auth Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00
concerns Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) 2017-08-13 00:45:04 +02:00
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 2017-05-29 18:08:05 +02:00
settings Use checkboxes for application scope setting (#4671) 2017-08-23 15:16:20 +02:00
well_known
about_controller_spec.rb Cover AboutController more in spec (#3226) 2017-05-22 16:27:19 +02:00
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 2017-08-25 18:50:52 +02:00
application_controller_spec.rb
authorize_follows_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object (#4672) 2017-08-24 16:21:42 +02:00
stream_entries_controller_spec.rb
tags_controller_spec.rb