about summary refs log tree commit diff
path: root/spec/controllers/api/v1/mutes_controller_spec.rb
AgeCommit message (Expand)Author
2020-10-21Remove glitch-soc specific and obsolete /api/v1/mutes/detailsThibaut Girka
2018-08-27Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-08-26Make Api::V1::MutesController paginate properly (#8472)Jakub Mendyk
2018-07-09Merge branch 'master' into glitch-soc/tentative-mergeThibaut Girka
2018-07-05Add more granular OAuth scopes (#7929)Eugen Rochko
2018-05-03Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2018-04-21Use raw status code on have_http_status (#7214)Yamagishi Kazutoshi
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-09-13Add more specs for the /api/v1/mutes/details endpointSurinna Curtis
2017-09-13Add a /api/v1/mutes/details route that just returns the array of mutes.Surinna Curtis
2017-07-27Introduce access token fabricators (#4401)Akihiko Odaki
2017-05-31Improve spec coverage and clean up api/v1/mutes controller (#3481)Matt Jankowski
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave