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 (Expand)Author
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-01Update session cookie key name to be unique to instance in developmentEric Eastwood
2016-08-04Deduplicated resque.yml loading from several placesGabriel Mazetto
2016-05-30Enable Style/RedundantParentheses rubocop copGrzegorz Bizon
2016-05-02Fix "remember me" sign in optionJacob Vosmaer
2016-04-13Redis configuration consistencyValery Sizov
2016-04-04Add Gitlab::Redis connection poolJacob Vosmaer
2016-03-09Parse config/resque.yml in one place onlyJacob Vosmaer
2015-12-02Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-11-25Rails update to 4.2.4Valery Sizov
2015-11-24Also fallback to a default value if none is set.Marin Jankovski
2015-11-24Maybe rescue session_expire_delay by setting a default value.Marin Jankovski
2015-11-16Disabling cache for test environmentValery Sizov
2015-10-22Disabling caching in test environment because it was causing issues with Mark...Douwe Maan
2015-09-11Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets
2015-09-09Fix reading session_expire_delay when application settings are not yet create...Kamil Trzcinski
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-06-13Ensure `session_expire_delay` field exists before accessing itRobert Speicher
2015-06-11session_expire_seconds => session_expire_delaythemaze75
2015-06-05Add session expiration delay configuration through UI applicationEric Maziade
2014-08-28Merge branch 'redis_settings'Dmitriy Zaporozhets
2014-08-26Store sessions in a Redis namespaceJacob Vosmaer
2014-08-26Expire Rack sessions after 1 weekJacob Vosmaer
2014-04-15Give the Rails cache its own Redis namespaceJacob Vosmaer
2013-12-25Enable secure option if https is used.Marin Jankovski
2013-10-30Respect the configured redis URL when initializing the session storevollnhals
2013-10-11The cookie store is vulnerable to session replay attacks.Sytse Sijbrandij
2013-08-15Fixes grack authentification under relative_url_rootamouhzi
2012-09-26Secure and httponly options on cookie.Marin Jankovski
2011-10-09init commitgitlabhq