about summary refs log tree commit diff
path: root/app/controllers/api/v1/timelines/tag_controller.rb
AgeCommit message (Expand)Author
2020-01-11pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A...multiple creatures
2019-12-21add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`...multiple creatures
2019-12-17remove unused `preload_media`multiple creatures
2019-11-18Remove `FilterHelper` include from timeline APIs.multiple creatures
2019-11-17Do away with the kludgy solution of applying users' filters from API controll...multiple creatures
2019-10-05apply custom filters to world and tag timelines the slow way until the custom...multiple creatures
2019-09-17don't pre-cache media in tag bookmarks (we don't need to do this anymore)multiple creatures
2019-09-16stop pre-caching tag timeline mediamultiple creatures
2019-09-15pre-cache more pages of media at a time when browsing tagsmultiple creatures
2019-09-02`bookmarks` -> `account_bookmarks`multiple creatures
2019-09-02fix tag timeline media prefetching, remove `limit_params` from prefetch queriesmultiple creatures
2019-09-01pre-emptively fetch missing remote media when a timeline's api page is readmultiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2018-11-05Allow joining several hashtags in a single column (#8904)James Kiesel
2018-09-28Support min_id-based pagination in REST API (#8736)Eugen Rochko
2018-04-02Fix unpermitted parameters warning when generating pagination URLs (#6995)Eugen Rochko
2018-03-01Add only_media param to public and hashtag timelines API (#6576)Eugen Rochko
2018-03-01Ensure that boolean params in the API are parsed for truthiness (#6575)Eugen Rochko
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko
2017-06-07Clean up for api/base controller (#3629)Matt Jankowski
2017-05-31Refactor and spec coverage for api/v1/timelines actions (#3482)Matt Jankowski
2017-05-23Refactor of API timeline actions (#3263)Matt Jankowski