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/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
8 years ago
..
controllers Lists (#5703) 8 years ago
helpers Fix some rubocop style issues (#5730) 8 years ago
javascript Increase contrast of Admin badges (#5740) 8 years ago
lib Lists (#5703) 8 years ago
mailers Add ability to disable login and mark accounts as memorial (#5615) 8 years ago
models Lists (#5703) 8 years ago
policies Add moderator role and add pundit policies for admin actions (#5635) 8 years ago
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 8 years ago
serializers Lists (#5703) 8 years ago
services Lists (#5703) 8 years ago
validators Implement EmailBlackList (#5109) 8 years ago
views Move "Permissions" row into main table in /admin/accounts/:id (#5734) 8 years ago
workers Lists (#5703) 8 years ago