mastodon/app/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
2017-11-18 00:16:48 +01:00
..
activitypub
admin Fix regression #5467: fixes emoji copy (#5739) 2017-11-17 18:22:31 +01:00
api Lists (#5703) 2017-11-18 00:16:48 +01:00
auth Fix some rubocop style issues (#5730) 2017-11-17 10:06:26 +09:00
concerns Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
oauth
settings Add option to block direct messages from people you don't follow (#5669) 2017-11-14 21:12:57 +01:00
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 2017-06-02 22:21:36 +02:00
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb Fix some rubocop style issues (#5730) 2017-11-17 10:06:26 +09:00
authorize_follows_controller.rb
emojis_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
shares_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb Redesign public hashtag pages (#5237) 2017-10-07 20:00:35 +02:00