about summary refs log tree commit diff
path: root/spec/controllers/api/v1/statuses_controller_spec.rb
AgeCommit message (Expand)Author
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-20Autofix Rubocop RSpec/ReturnFromStub (#23724)Nick Schonning
2023-02-17Autofix Rubocop RSpec/BeNil (#23653)Nick Schonning
2023-02-13Add API parameter to safeguard unexpect mentions in new posts (#18350)Claire
2022-08-25Add ability to filter individual posts (#18945)Claire
2022-06-28Revamp post filtering system (#18058)Claire
2022-03-06Spelling (#17705)Josh Soref
2022-02-10Add editing for published statuses (#17320)Eugen Rochko
2022-01-28Refactor and improve tests (#17386)Claire
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)Eugen Rochko
2018-07-05Add more granular OAuth scopes (#7929)Eugen Rochko
2018-04-21Use raw status code on have_http_status (#7214)Yamagishi Kazutoshi
2017-07-27Introduce access token fabricators (#4401)Akihiko Odaki
2017-06-10Move create/destroy actions for api/v1/statuses to namespace (#3678)Matt Jankowski
2017-06-09Move reblogged_by and favourited_by actions out of api/v1/statuses and into u...Matt Jankowski
2017-05-15Feature conversations muting (#3017)Eugen Rochko
2017-04-18Remove API authentication for public statuses (after review) (#1919)happycoloredbanana
2017-01-15Fix tests, add applications to eager loading/cache for statuses, fixEugen Rochko
2016-12-26Don't show statuses to blocked usersEugen Rochko
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-03Add tests for recently added API end pointsEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko