Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | Lists (#5703) | Eugen Rochko | |
* 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-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-04-05 | Replace calls to FeedManager#inline_render and #broadcast | Eugen Rochko | |
2017-04-05 | Fix wrong variable used in publish channel | Eugen | |
2017-04-05 | Add proper message to PushUpdateWorker, use redis directly | Eugen | |
2017-04-04 | Moving in the inline render | Kurtis Rainbolt-Greene | |
2017-04-04 | I don't actually think we need that. | Kurtis Rainbolt-Greene | |
2017-04-04 | Moving the queue_at into the worker | Kurtis Rainbolt-Greene | |
2017-04-04 | Replacing the broadcast method with the one defined in the feed manager | Kurtis Rainbolt-Greene | |
2017-04-04 | By pushing this into a worker we can reduce the amount of time the feed ↵ | Kurtis Rainbolt-Greene | |
manager using workers eat up a connection |