summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets2015-05-061-56/+11
|
* Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka2015-05-061-11/+56
|
* Fix config template from parse errorsStan Hu2015-05-031-3/+3
|
* Merge branch 'master' into 'master'Achilleas Pipinellis2015-05-031-0/+3
|\ | | | | | | | | | | Update config.yml.example See merge request !597
| * Update config.yml.examplewin322015-05-021-1/+4
| |
* | Add new admin settingsVinnie Okada2015-04-261-1/+0
|/ | | | | Add new global application settings for default project and snippet visibility levels.
* Clarify config var and add to LDAP docs.ldap-block_auto_created_usersDouwe Maan2015-04-141-1/+3
|
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-141-0/+3
|
* Call your existing LDAP server 'main'Jacob Vosmaer2015-04-131-0/+9
| | | | | By imposing this rule we avoid having to demand that 'ldapmain' exists in the settings initializer.
* Add ability to configure Reply-To address in gitlab.ymlStan Hu2015-04-031-0/+1
| | | | Closes #1305
* Missing dot.Achilleas Pipinellis2015-03-301-1/+1
|
* Update documentation on issue closing pattern.Achilleas Pipinellis2015-03-301-1/+1
|
* We've moved external trackers to service, remove from gitlab.yml.Marin Jankovski2015-03-271-29/+0
|
* Add a note about not adding new setting options to gitlab.yml.Marin Jankovski2015-03-261-0/+5
|
* Reduce Rack Attack false positives by clearing out auth failure count uponStan Hu2015-03-241-0/+3
| | | | | | | | successful Git over HTTP authentication. Add logging when a ban goes into effect for debugging. Issue #1171
* Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-141-0/+1
|\ | | | | | | | | Conflicts: db/schema.rb
| * Make email display name configurableVyacheslav Slinko2015-03-111-0/+1
| |
* | Move restricted visibility settings to the UIVinnie Okada2015-03-071-4/+0
|/ | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
* Add Bitbucket importer.Douwe Maan2015-02-241-8/+10
|
* Remove settings from gitlab.yml.example which we already have in UIDmitriy Zaporozhets2015-02-101-17/+0
|
* Add gitlab to oauth providersDmitriy Zaporozhets2015-02-071-0/+3
|
* Make 'plain', port 389 the default for LDAPJacob Vosmaer2015-01-281-2/+2
|
* Mix wrong comment about signupDmitriy Zaporozhets2015-01-221-1/+1
|
* Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-1/+1
| | | | for his work and help)
* Merge pull request #8040 from drag00n/updatedhintDrew Blessing2015-01-181-1/+1
|\ | | | | Use full path from root of project.
| * Use full path from root of project.drag00n2015-01-181-1/+1
| | | | | | | | Remove markdown syntax from config file
* | White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-0/+3
| | | | | | | | | | | | 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.
* | Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-151-0/+11
| |
* | Update time zone rake task for production. Resolves #8387Robert Djurasaj2014-11-251-1/+1
| |
* | Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-1/+1
| | | | | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
* | gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-1/+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 settings to disable email sending from GitLab.Marin Jankovski2014-10-271-0/+2
| |
* | Add timezone configuration to gitlab.ymlSullivan SENECHAL2014-10-211-0/+5
|/
* Merge branch 'feature-multiple-ldap-servers' into 'master'Dmitriy Zaporozhets2014-10-141-37/+69
|\ | | | | | | | | | | | | | | Feature multiple ldap servers Update the code so Gitlab-EE can support multiple LDAP servers See merge request !1172
| * Explain new configuration options.Jan-Willem van der Meer2014-10-141-12/+10
| | | | | | | | And add some advertisement to use GitLab EE
| * Add valid LDAP server for testingJan-Willem van der Meer2014-10-141-2/+1
| |
| * Use Hash syntax for LDAP server declarationJan-Willem van der Meer2014-10-141-12/+10
| |
| * Add config changes for mutliple LDAP support (EE only)Jan-Willem van der Meer2014-10-131-38/+75
| |
* | Add a link to libravatar doc in gitlab.yml.example.Marin Jankovski2014-10-141-0/+1
|/
* Merge branch 'add_active_directory_ldap_option' into 'master'Dmitriy Zaporozhets2014-10-011-0/+6
|\ | | | | | | | | | | | | | | Add active directory ldap option Fixes #1557 See merge request !1139
| * Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski2014-09-301-0/+6
| |
* | Add region to backup upload config in gitlab.ymlJacob Vosmaer2014-09-301-0/+1
|/
* Add backup upload support to the rake taskJacob Vosmaer2014-09-291-0/+8
|
* Add more LDAP user_filter documentationJacob Vosmaer2014-09-241-1/+3
|
* Adding ability to configure webhook timeout via gitlab.ymlWes Gurney2014-09-121-2/+6
|
* simplify HTTPS setup detailsBen Bodenmiller2014-09-071-5/+7
| | | | also adds comment about updating nginx files during upgrades
* Disable allow_username_or_email_login in exampleJacob Vosmaer2014-08-291-1/+1
| | | | | | | | The example LDAP configuration in gitlab.yml enables the allow_username_or_email_login setting. Because the effect of this setting is somewhat counterintuitive, I propose we make 'false' the example default. The settings initializer already sets this setting to 'false'.
* make configuration comment spacing consistentBen Bodenmiller2014-08-221-1/+1
|
* Mention username option for developers in gitlab.ymlDmitriy Zaporozhets2014-08-141-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont stub gitlab-shell calls. Make test environment closer to real oneDmitriy Zaporozhets2014-07-311-0/+6
|