Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
2016-04-27Disable Rack Attack if admin disables it in config fileStan Hu
Grack::Auth already checks this variable. These holdouts were not disabled, leading to confusion when debugging a customer issue.
2015-11-25Rails update to 4.2.4Valery Sizov
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-06-11Add a note that changing example configuration files requires changing ↵Marin Jankovski
omnibus-gitlab.
2014-08-22Create one big regular expresion for Rack::AttackJacob Vosmaer
2014-08-22Change rack attack example.Marin Jankovski
2013-12-24Confirmation url throttle.Marin Jankovski
2013-11-25Include API session route under rack protectionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-21No limits when testing.Marin Jankovski
2013-11-06Enable rack_attack by default.Marin Jankovski
2013-09-30Add documentation to help section, rack_attack as exampleMarin Jankovski