mastodon/spec/controllers
Eugen Rochko 24cafd73a2
Lists ()
* Add structure for lists

* Add list timeline streaming API

* Add list APIs, bind list-account relation to follow relation

* Add API for adding/removing accounts from lists

* Add pagination to lists API

* Add pagination to list accounts API

* Adjust scopes for new APIs

- Creating and modifying lists merely requires "write" scope
- Fetching information about lists merely requires "read" scope

* Add test for wrong user context on list timeline

* Clean up tests
..
activitypub Set correct content-type for ActivityPub JSON ()
admin Add moderation note ()
api Lists ()
auth Default follows for new users ()
concerns Improve spec of Feed and UserTrackingConcern ()
oauth Cover Oauth::AuthorizedApplicationsController ()
settings Remove empty strings ()
well_known Improve ActivityPub representations ()
about_controller_spec.rb Cover AboutController more in spec ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Rewrite account_controller_spec ()
application_controller_spec.rb Use "match_array" only for order independent assertions ()
authorize_follows_controller_spec.rb Remote following success page ()
follower_accounts_controller_spec.rb Introduce recent to Follow ()
following_accounts_controller_spec.rb Introduce recent to Follow ()
home_controller_spec.rb When web UI URL used while logged out, redirect to static page ()
manifests_controller_spec.rb Make Chrome splash screen same color as web UI's background color ()
media_controller_spec.rb Extract authorization policy for viewing statuses ()
remote_follow_controller_spec.rb rescue HTTP::ConnectionError in RemoteFollowController#create ()
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object ()
stream_entries_controller_spec.rb Update status embeds ()
tags_controller_spec.rb Redesign public hashtag pages ()