Commit Graph

5 Commits (cd252b794e4fc473b1ecece79a51f1f2dc1f0812)

Author SHA1 Message Date
Yamagishi Kazutoshi 238de58e65 Change belongs_to_required_by_default to true (#5888) 7 years ago
Akihiko Odaki 14c4a33cd9 Change account_id non-nullable in lists (#5979) 7 years ago
Eugen Rochko 2f4c5f504f
Limit users to 50 lists, remove pagination from lists API (#5933) 7 years ago
Eugen Rochko d68868ca14
Lists redis clean-up (#5886)
* When list is deleted, remove feed from redis

* Clean up list feeds of inactive users
7 years ago
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