]> cat aescling's git repositories - mastodon.git/commit
Add pagination by max_id instead of offset/limit
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 22 Mar 2016 20:38:47 +0000 (21:38 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 22 Mar 2016 20:38:47 +0000 (21:38 +0100)
commit12559b01eae408c0f3e820ef9c6bc6e356ab889a
tree87d857393ce24b1937c654ce7252b6315b7e77f9
parent02e4fb2e06f424c16ab25ea294a4af6490a5f7e3
Add pagination by max_id instead of offset/limit
app/controllers/api/accounts_controller.rb
app/controllers/api/statuses_controller.rb
app/models/feed.rb
app/models/status.rb
app/services/fan_out_on_write_service.rb
app/services/precompute_feed_service.rb
lib/tasks/feeds.rake [new file with mode: 0644]