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/controllers
Eugen Rochko 24cafd73a2
Lists (#5703)
* 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
7 years ago
..
activitypub Set correct content-type for ActivityPub JSON (#4592) 7 years ago
admin Add moderation note (#5240) 7 years ago
api Lists (#5703) 7 years ago
auth Default follows for new users (#4871) 7 years ago
concerns Improve spec of Feed and UserTrackingConcern (#5367) 7 years ago
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 8 years ago
settings Remove empty strings (#5732) 7 years ago
well_known Improve ActivityPub representations (#3844) 7 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Rewrite account_controller_spec (#5633) 7 years ago
application_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 7 years ago
authorize_follows_controller_spec.rb Remote following success page (#4129) 7 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb When web UI URL used while logged out, redirect to static page (#4954) 7 years ago
manifests_controller_spec.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
remote_follow_controller_spec.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 7 years ago
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object (#4672) 7 years ago
stream_entries_controller_spec.rb Update status embeds (#4742) 7 years ago
tags_controller_spec.rb Redesign public hashtag pages (#5237) 7 years ago