summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-022-7/+7
| | |
* | | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-0/+1
|/ /
* | Increase password reset timeout since other people trigger it when they ↵Sytse Sijbrandij2015-01-231-1/+2
| | | | | | | | create an account for you.
* | allow to use http in redirect urlValery Sizov2015-01-221-0/+6
| |
* | Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-1/+1
| | | | | | | | for his work and help)
* | Application admin scaffoldValery Sizov2015-01-171-1/+1
| |
* | Fix signup settingsDmitriy Zaporozhets2015-01-161-1/+1
| |
* | Enable signup by defaultJacob Vosmaer2015-01-141-1/+1
| |
* | Merge branch 'oauth_api_doc' into 'master'Dmitriy Zaporozhets2015-01-131-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | OAuth2 API documentation https://dev.gitlab.org/gitlab/gitlabhq/issues/1713 See merge request !1388
| * | OAuth API documentation updateValery Sizov2015-01-121-0/+5
| | |
* | | Merge remote-tracking branch 'dev_gitlab_org/master' into git-http-blacklistJacob Vosmaer2015-01-082-0/+93
|\ \ \ | |/ / | | | | | | | | | Conflicts: CHANGELOG
| * | Merge branch 'master' into oauth2_providerDmitriy Zaporozhets2014-12-251-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/nav/_profile.html.haml
| | * | Hide rack profiler by defaultDmitriy Zaporozhets2014-12-241-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Doorkeeper integrationValery Sizov2014-12-241-0/+91
| |/ /
| * | Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-0/+1
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-0/+1
| | | | | | | | | | | | On some misconfigured GitLab servers, if you look in production.log it looks like all requests come from 127.0.0.1. To avoid unwanted banning we white-list 127.0.0.1 with this commit.
* | Add more comments explaining how we block IPsJacob Vosmaer2014-12-181-0/+2
| |
* | Another comment fixJacob Vosmaer2014-12-161-2/+2
| |
* | Fix copy-paste error in commentJacob Vosmaer2014-12-161-1/+1
| |
* | Improve Redis::Store monkey-patch robustnessJacob Vosmaer2014-12-161-0/+23
| |
* | Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-153-0/+40
|/
* Use the new SIDEKIQ_MEMORY_KILLER_MAX_RSS variableJacob Vosmaer2014-12-081-1/+1
|
* Disable Sidekiq arguments logging by defaultJacob Vosmaer2014-12-011-1/+1
|
* Add 'MemoryKiller' Sidekiq middlewareJacob Vosmaer2014-11-281-0/+1
| | | | | | | When enabled, this middleware allows Sidekiq to detect that its RSS has exceeded a maximum value, triggering a graceful shutdown. This middleware should be combined with external process supervision that will restart Sidekiq after the graceful shutdown, such as Runit.
* Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-1/+19
| | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
* gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-19/+1
| | | | | | | | | | | | Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
* Add email interceptor to prevent mail sending if email sending is disabled.Marin Jankovski2014-10-271-0/+2
|
* Add settings to disable email sending from GitLab.Marin Jankovski2014-10-271-0/+1
|
* Add timezone configuration to gitlab.ymlSullivan SENECHAL2014-10-212-0/+2
|
* Merge branch 'security-api-internal-publicity' into 'master'Dmitriy Zaporozhets2014-10-201-0/+19
|\ | | | | | | | | | | | | | | Gitlab-shell identification Part of gitlab/gitlabhq#1528 See merge request !1185
| * add gitlab-shell identificationValery Sizov2014-10-151-0/+19
| |
* | Default the LDAP server label to LDAPJan-Willem van der Meer2014-10-171-1/+1
| |
* | Prevent redeclaration of LDAP strategyJan-Willem van der Meer2014-10-171-1/+2
| |
* | Only enable LDAP providers if LDAP is enabledJan-Willem van der Meer2014-10-152-8/+10
| |
* | Use Hash syntax for LDAP server declarationJan-Willem van der Meer2014-10-143-10/+12
| |
* | Move dynamic omniauth declarations to initializerJan-Willem van der Meer2014-10-141-0/+5
| |
* | Apply configuration changes for Multiple LDAP serversJan-Willem van der Meer2014-10-133-16/+36
|/
* Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski2014-09-301-0/+1
|
* Add backup upload support to the rake taskJacob Vosmaer2014-09-291-0/+5
|
* Adding ability to configure webhook timeout via gitlab.ymlWes Gurney2014-09-121-0/+1
|
* Move cache setup to config/application.rbJacob Vosmaer2014-08-291-20/+0
| | | | | | | | | Before this change we were trying to configure Rails.cache in an initializer. It seems that by the time the initializers are loaded, Rails.cache is already instantiated, so changing the settings does not achieve anything anymore. This was causing Rails to default to a file storage cache instead of the Redis cache, which in turn broke `rake cache:clear`.
* Merge branch 'redis_settings'Dmitriy Zaporozhets2014-08-282-1/+21
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Hide configuration shenanigans in a blockJacob Vosmaer2014-08-271-14/+16
| | | | | | | | | | I'm feeling paranoid about the scope variables like redis_config_file get defined in. Hiding it in a block to limit the scope.
| * Rename resque_url to redis_url_stringJacob Vosmaer2014-08-271-7/+7
| |
| * Store sessions in a Redis namespaceJacob Vosmaer2014-08-261-1/+1
| | | | | | | | This makes less of a mess of the Redis root.
| * Configure Redis cache for all environmentsJacob Vosmaer2014-08-261-0/+18
| | | | | | | | Also add support for connecting to Redis with Unix sockets.
* | Expire Rack sessions after 1 weekJacob Vosmaer2014-08-261-0/+1
|/
* Create one big regular expresion for Rack::AttackJacob Vosmaer2014-08-221-6/+6
|
* Change rack attack example.Marin Jankovski2014-08-221-2/+10
|
* Use new git max_size in the settings initializerJacob Vosmaer2014-08-151-1/+1
|