mastodon/app
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
..
controllers Lists (#5703) 2017-11-18 00:16:48 +01:00
helpers Fix some rubocop style issues (#5730) 2017-11-17 10:06:26 +09:00
javascript Increase contrast of Admin badges (#5740) 2017-11-17 19:59:53 +01:00
lib Lists (#5703) 2017-11-18 00:16:48 +01:00
mailers Add ability to disable login and mark accounts as memorial (#5615) 2017-11-07 19:06:44 +01:00
models Lists (#5703) 2017-11-18 00:16:48 +01:00
policies Add moderator role and add pundit policies for admin actions (#5635) 2017-11-11 20:23:33 +01:00
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 2017-09-24 11:18:32 +02:00
serializers Lists (#5703) 2017-11-18 00:16:48 +01:00
services Lists (#5703) 2017-11-18 00:16:48 +01:00
validators Implement EmailBlackList (#5109) 2017-10-04 15:16:10 +02:00
views Move "Permissions" row into main table in /admin/accounts/:id (#5734) 2017-11-17 15:18:20 +01:00
workers Lists (#5703) 2017-11-18 00:16:48 +01:00