about summary refs log tree commit diff
path: root/app/controllers/api/v1/follow_requests_controller.rb
AgeCommit message (Expand)Author
2023-02-18Autofix Rubocop Style/IfUnlessModifier (#23697)Nick Schonning
2022-03-04Fix duplicate notifications being possible after poll expiration (#17697)Eugen Rochko
2022-03-03Change `follow` scope to be covered by `read` and `write` scopes in REST API ...Eugen Rochko
2021-05-06Add Ruby 3.0 support (#16046)Claire
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2019-09-10Add updated relationship to follow request API responses (#11800)ThibG
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-08-31Self-notify on accepting follow requests (#8541)ThibG
2018-07-05Add more granular OAuth scopes (#7929)Eugen Rochko
2018-04-02Fix unpermitted parameters warning when generating pagination URLs (#6995)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-31Improve spec coverage and clean up api/v1/follow_requests controller (#3465)Matt Jankowski
2017-05-20Fix regressions in api/v1 (#3178)Akihiko Odaki
2017-05-20Use joins for account properties (#3167)Akihiko Odaki
2017-04-08Make public timelines API not require user context/app credentials (#1291)Eugen
2017-03-30Add counter caches for a large performance increase on API requestsEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2016-12-26Adding follow requests APIEugen Rochko