| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Allow to configure smtp and sendmail in gitlab.yml" | Dmitriy Zaporozhets | 2015-05-06 | 1 | -56/+11 |
| | | |||||
| * | Allow to configure smtp and sendmail in gitlab.yml | Jakub Jirutka | 2015-05-06 | 1 | -11/+56 |
| | | |||||
| * | Fix config template from parse errors | Stan Hu | 2015-05-03 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into 'master' | Achilleas Pipinellis | 2015-05-03 | 1 | -0/+3 |
| |\ | | | | | | | | | | | Update config.yml.example See merge request !597 | ||||
| | * | Update config.yml.example | win32 | 2015-05-02 | 1 | -1/+4 |
| | | | |||||
| * | | Add new admin settings | Vinnie Okada | 2015-04-26 | 1 | -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_users | Douwe Maan | 2015-04-14 | 1 | -1/+3 |
| | | |||||
| * | Add config var to block auto-created LDAP users. | Douwe Maan | 2015-04-14 | 1 | -0/+3 |
| | | |||||
| * | Call your existing LDAP server 'main' | Jacob Vosmaer | 2015-04-13 | 1 | -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.yml | Stan Hu | 2015-04-03 | 1 | -0/+1 |
| | | | | | Closes #1305 | ||||
| * | Missing dot. | Achilleas Pipinellis | 2015-03-30 | 1 | -1/+1 |
| | | |||||
| * | Update documentation on issue closing pattern. | Achilleas Pipinellis | 2015-03-30 | 1 | -1/+1 |
| | | |||||
| * | We've moved external trackers to service, remove from gitlab.yml. | Marin Jankovski | 2015-03-27 | 1 | -29/+0 |
| | | |||||
| * | Add a note about not adding new setting options to gitlab.yml. | Marin Jankovski | 2015-03-26 | 1 | -0/+5 |
| | | |||||
| * | Reduce Rack Attack false positives by clearing out auth failure count upon | Stan Hu | 2015-03-24 | 1 | -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-visibility | Vinnie Okada | 2015-03-14 | 1 | -0/+1 |
| |\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| | * | Make email display name configurable | Vyacheslav Slinko | 2015-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | Move restricted visibility settings to the UI | Vinnie Okada | 2015-03-07 | 1 | -4/+0 |
| |/ | | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml. | ||||
| * | Add Bitbucket importer. | Douwe Maan | 2015-02-24 | 1 | -8/+10 |
| | | |||||
| * | Remove settings from gitlab.yml.example which we already have in UI | Dmitriy Zaporozhets | 2015-02-10 | 1 | -17/+0 |
| | | |||||
| * | Add gitlab to oauth providers | Dmitriy Zaporozhets | 2015-02-07 | 1 | -0/+3 |
| | | |||||
| * | Make 'plain', port 389 the default for LDAP | Jacob Vosmaer | 2015-01-28 | 1 | -2/+2 |
| | | |||||
| * | Mix wrong comment about signup | Dmitriy Zaporozhets | 2015-01-22 | 1 | -1/+1 |
| | | |||||
| * | Allow commit messages to close several issues at once (thanks @123Haynes | jubianchi | 2015-01-20 | 1 | -1/+1 |
| | | | | | for his work and help) | ||||
| * | Merge pull request #8040 from drag00n/updatedhint | Drew Blessing | 2015-01-18 | 1 | -1/+1 |
| |\ | | | | | Use full path from root of project. | ||||
| | * | Use full path from root of project. | drag00n | 2015-01-18 | 1 | -1/+1 |
| | | | | | | | | | Remove markdown syntax from config file | ||||
| * | | White-list requests from 127.0.0.1 | Jacob Vosmaer | 2015-01-06 | 1 | -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 attempts | Jacob Vosmaer | 2014-12-15 | 1 | -0/+11 |
| | | | |||||
| * | | Update time zone rake task for production. Resolves #8387 | Robert Djurasaj | 2014-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "gitlab shell works if multiple rubies installed" | Dmitriy Zaporozhets | 2014-11-18 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944. | ||||
| * | | gitlab shell works if multiple rubies installed | Ciro Santilli | 2014-11-18 | 1 | -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 Jankovski | 2014-10-27 | 1 | -0/+2 |
| | | | |||||
| * | | Add timezone configuration to gitlab.yml | Sullivan SENECHAL | 2014-10-21 | 1 | -0/+5 |
| |/ | |||||
| * | Merge branch 'feature-multiple-ldap-servers' into 'master' | Dmitriy Zaporozhets | 2014-10-14 | 1 | -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 Meer | 2014-10-14 | 1 | -12/+10 |
| | | | | | | | | | And add some advertisement to use GitLab EE | ||||
| | * | Add valid LDAP server for testing | Jan-Willem van der Meer | 2014-10-14 | 1 | -2/+1 |
| | | | |||||
| | * | Use Hash syntax for LDAP server declaration | Jan-Willem van der Meer | 2014-10-14 | 1 | -12/+10 |
| | | | |||||
| | * | Add config changes for mutliple LDAP support (EE only) | Jan-Willem van der Meer | 2014-10-13 | 1 | -38/+75 |
| | | | |||||
| * | | Add a link to libravatar doc in gitlab.yml.example. | Marin Jankovski | 2014-10-14 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'add_active_directory_ldap_option' into 'master' | Dmitriy Zaporozhets | 2014-10-01 | 1 | -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 Jankovski | 2014-09-30 | 1 | -0/+6 |
| | | | |||||
| * | | Add region to backup upload config in gitlab.yml | Jacob Vosmaer | 2014-09-30 | 1 | -0/+1 |
| |/ | |||||
| * | Add backup upload support to the rake task | Jacob Vosmaer | 2014-09-29 | 1 | -0/+8 |
| | | |||||
| * | Add more LDAP user_filter documentation | Jacob Vosmaer | 2014-09-24 | 1 | -1/+3 |
| | | |||||
| * | Adding ability to configure webhook timeout via gitlab.yml | Wes Gurney | 2014-09-12 | 1 | -2/+6 |
| | | |||||
| * | simplify HTTPS setup details | Ben Bodenmiller | 2014-09-07 | 1 | -5/+7 |
| | | | | | also adds comment about updating nginx files during upgrades | ||||
| * | Disable allow_username_or_email_login in example | Jacob Vosmaer | 2014-08-29 | 1 | -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 consistent | Ben Bodenmiller | 2014-08-22 | 1 | -1/+1 |
| | | |||||
| * | Mention username option for developers in gitlab.yml | Dmitriy Zaporozhets | 2014-08-14 | 1 | -0/+5 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Dont stub gitlab-shell calls. Make test environment closer to real one | Dmitriy Zaporozhets | 2014-07-31 | 1 | -0/+6 |
| | | |||||
