about summary refs log tree commit diff
path: root/app/controllers/api/v1/timelines/public_controller.rb
AgeCommit message (Expand)Author
2023-04-09Fix most rubocop issues (#2165)Claire
2022-11-10Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-10Revert filtering public timelines by locale by default (#20294)Eugen Rochko
2022-10-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-10-05Change public timelines to be filtered by current locale by default (#19291)Eugen Rochko
2020-11-12Fix “Show boosts/replies in public timelines” only affecting streamingThibaut Girka
2020-09-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko
2020-08-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-08-28Introduce ApplicationController#cache_collection_paginated_by_id (#14677)Akihiko Odaki
2020-08-28Replace incorrect use of distinct with group (#14675)Akihiko Odaki
2020-07-25Fix local-only toots not being returned by the local TL APIThibaut Girka
2020-07-06Add UI option to show local-only toots in public timelineThibaut Girka
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-03-06Remove useless `respond_to` calls (#13208)Eugen Rochko
2019-09-13Change /api/v1/timelines/public to require auth when public preview is off (#...ThibG
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