summaryrefslogtreecommitdiff
path: root/lib/gitlab/request_context.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-061-2/+0
|
* align schema.rb with upstream and fix rubocop warning about not freezing ↵Pawel Chojnacki2017-03-061-2/+1
| | | | mutable constants and empty error classes
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ↵Pawel Chojnacki2017-03-061-1/+0
| | | | | | | | | | review - cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
* Cleanup formattingPawel Chojnacki2017-03-061-1/+1
|
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+25