summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation.Douwe Maan2015-08-191-0/+2
|
* Reply by email POCDouwe Maan2015-08-181-0/+5
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Jacob Vosmaer2015-07-291-8/+17
|\ | | | | | | backup-archive-permissions
| * Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-8/+17
| |
* | Remove weird trailing charactersJacob Vosmaer2015-07-241-1/+1
| |
* | Use a separate backup test directory and nuke its contentsJacob Vosmaer2015-07-241-0/+2
| |
* | Allow custom backup archive permissionsJacob Vosmaer2015-07-061-0/+1
|/ | | | | This change helps system administrators who want to replicate GitLab backup files without needing root permissions.
* Fix a few remaining references to the old Theme names/IDsRobert Speicher2015-06-131-6/+7
|
* Add a note that changing example configuration files requires changing ↵note_about_omnibus_changesMarin Jankovski2015-06-111-2/+6
| | | | omnibus-gitlab.
* remove extra spaceJeroen Nijhof2015-06-091-1/+0
|
* update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-0/+4
|
* Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-0/+3
| | | | | | | | | | | | | | | Until now, a user needed to first sign in with his LDAP identity and then manually link his/her account with an omniauth identity from their profile. Only when this is done can the user authenticate with the omniauth provider and at the same time benefit from the LDAP integration (HTTPS authentication with LDAP username/password and in EE: LDAP groups, SSH keys etc.). This feature automates the process by looking up a corresponding LDAP person when a user connects with omniauth for the first time and then automatically linking the LDAP and omniauth identities (of course, like the existing allow_single_sign_on setting, this is meant to be used with trusted omniauth providers). The result is identical to a manual account link. Add config initializers for other omniauth settings.
* Add an option to automatically sign-in with an Omniauth provider without ↵Alex Lossent2015-05-291-0/+4
| | | | | | | showing the GitLab sign-in page This is useful when integrating with existing SSO environments and we want to use a single Omniauth provider for all user authentication.
* Add SAML support via OmniauthAlex Lossent2015-05-271-0/+9
|
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-0/+4
|
* 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