Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | Add specific rate limits for posting and following (#13172) | Eugen Rochko | |
2017-12-11 | Apply a 25x rate limit by IP even to authenticated requests (#5948) | Eugen Rochko | |
2017-12-09 | Rate limit by user instead of IP when API user is authenticated (#5923) | Eugen Rochko | |
* Fix #668 - Rate limit by user instead of IP when API user is authenticated * Fix code style issue * Use request decorator provided by Doorkeeper | |||
2017-06-07 | Coverage improvement and concern extraction for rate limit headers in API ↵ | Matt Jankowski | |
controller (#3625) * Coverage for rate limit headers * Move rate limit headers methods to concern * Move throttle check to condition on before_action * Move match_data variable into method * Move utc timestamp to separate method * Move header setting into smaller methods * specs cleanup |