about summary refs log tree commit diff
path: root/app/controllers/concerns/rate_limit_headers.rb
AgeCommit message (Expand)Author
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)Nick Schonning
2022-12-15Fix single name variables on controller folder (#20092)David Vega
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
2017-12-11Apply a 25x rate limit by IP even to authenticated requests (#5948)Eugen Rochko
2017-12-09Rate limit by user instead of IP when API user is authenticated (#5923)Eugen Rochko
2017-06-07Coverage improvement and concern extraction for rate limit headers in API con...Matt Jankowski