summaryrefslogtreecommitdiff
path: root/config/initializers/session_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-131-9/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-241-27/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-051-11/+27
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-09-151-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-301-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-031-0/+2
* Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-15/+11
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-2/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-3/+3
* Update session cookie key name to be unique to instance in development31644-make-cookie-sessions-uniqueEric Eastwood2017-06-011-1/+7
* Deduplicated resque.yml loading from several placesGabriel Mazetto2016-08-041-2/+2
* Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-1/+1
* Fix "remember me" sign in optionJacob Vosmaer2016-05-021-1/+1
* Redis configuration consistencyredis_config_consistencyValery Sizov2016-04-131-1/+1
* Add Gitlab::Redis connection poolJacob Vosmaer2016-04-041-1/+1
* Parse config/resque.yml in one place onlyJacob Vosmaer2016-03-091-1/+4
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-021-4/+5
|\
| * Rails update to 4.2.4Valery Sizov2015-11-251-2/+2
| * Also fallback to a default value if none is set.session_expire_delay_cannot_be_nilMarin Jankovski2015-11-241-2/+2
| * Maybe rescue session_expire_delay by setting a default value.Marin Jankovski2015-11-241-0/+1
| * Disabling cache for test environmentValery Sizov2015-11-161-9/+11
* | Disabling caching in test environment because it was causing issues with Mark...Douwe Maan2015-10-221-9/+13
|/
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-111-1/+6
|\
| * Fix reading session_expire_delay when application settings are not yet create...Kamil Trzcinski2015-09-091-1/+6
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-1/+1
|/
* Ensure `session_expire_delay` field exists before accessing itrs-issue-1798Robert Speicher2015-06-131-4/+4
* session_expire_seconds => session_expire_delaythemaze752015-06-101-2/+6
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-1/+1
* Merge branch 'redis_settings'Dmitriy Zaporozhets2014-08-281-1/+1
|\
| * Store sessions in a Redis namespaceJacob Vosmaer2014-08-261-1/+1
* | Expire Rack sessions after 1 weekJacob Vosmaer2014-08-261-0/+1
|/
* Give the Rails cache its own Redis namespaceJacob Vosmaer2014-04-151-1/+1
* Enable secure option if https is used.Marin Jankovski2013-12-251-1/+1
* Respect the configured redis URL when initializing the session storevollnhals2013-10-301-0/+1
* The cookie store is vulnerable to session replay attacks.Sytse Sijbrandij2013-10-111-9/+7
* Fixes grack authentification under relative_url_rootamouhzi2013-08-151-1/+2
* Secure and httponly options on cookie.Marin Jankovski2012-09-261-1/+3
* init commitgitlabhq2011-10-091-0/+8