]> cat aescling's git repositories - mastodon.git/commit
Make public timelines API not require user context/app credentials (#1291)
authorEugen <eugen@zeonfederated.com>
Sat, 8 Apr 2017 21:39:31 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2017 21:39:31 +0000 (23:39 +0200)
commitb89f007862bb06bbf892c4f37dbc31ed83138b53
treea2052b0ef9fc554ef9a7049a3c16ed78a08dbd26
parent9acdb166e8871632f592bfcd2386dfc288d81a07
Make public timelines API not require user context/app credentials (#1291)

* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public
Fix #1156 - respect query params when generating pagination links in API

* Apply pagination fix to more APIs
app/controllers/api/v1/accounts_controller.rb
app/controllers/api/v1/blocks_controller.rb
app/controllers/api/v1/favourites_controller.rb
app/controllers/api/v1/follow_requests_controller.rb
app/controllers/api/v1/mutes_controller.rb
app/controllers/api/v1/notifications_controller.rb
app/controllers/api/v1/statuses_controller.rb
app/controllers/api/v1/timelines_controller.rb