Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-25 | Fix local-only toots not being returned by the local TL API | Thibaut Girka | |
Fixes #1389 | |||
2020-07-06 | Add UI option to show local-only toots in public timeline | Thibaut Girka | |
2020-05-10 | Add remote only to public timeline (#13504) | Takeshi Umeda | |
* Add remote only to public timeline * Fix code style | |||
2020-03-06 | Remove useless `respond_to` calls (#13208) | Eugen Rochko | |
2019-09-13 | Change /api/v1/timelines/public to require auth when public preview is off ↵ | ThibG | |
(#11802) Fixes #11289 | |||
2018-09-28 | Support min_id-based pagination in REST API (#8736) | Eugen Rochko | |
* Allow min_id pagination in Feed#get * Add min_id pagination to home and list timeline APIs * Add min_id pagination to account statuses, public and tag APIs * Remove unused stub in reports API * Use min_id pagination in notifications, favourites, and fix order * Fix HomeFeed#from_database not using paginate_by_id | |||
2018-04-02 | Fix unpermitted parameters warning when generating pagination URLs (#6995) | Eugen Rochko | |
2018-03-01 | Add only_media param to public and hashtag timelines API (#6576) | Eugen Rochko | |
2018-03-01 | Ensure that boolean params in the API are parsed for truthiness (#6575) | Eugen Rochko | |
Use Rails smart boolean cast to account for values such as "f", "0", "false", etc. Previously, if a param was present in the request, it would count as true. | |||
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski | |
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller | |||
2017-05-31 | Refactor and spec coverage for api/v1/timelines actions (#3482) | Matt Jankowski | |
2017-05-23 | Refactor of API timeline actions (#3263) | Matt Jankowski | |
- Increase coverage to exercise all parts of each action - Move into namespace to share common code - Misc refactor of each action for smaller methods, simpler code |