| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add a tip on how to test regular expressions | Jacob Vosmaer | 2014-07-25 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #7316 from ayr-ton/master | Dmitriy Zaporozhets | 2014-07-23 | 1 | -0/+1 |
| |\ | | | | | Add support to set satellites timeout | ||||
| | * | Add support to set satellites timeout | Ayrton Araújo | 2014-07-21 | 1 | -0/+1 |
| | | | |||||
| * | | Move signup_enabled and signin_enabled back | Jacob Vosmaer | 2014-07-21 | 1 | -10/+10 |
| |/ | | | | | This partially reverts b5543be19dc4e6c546e5f by restoring the nesting for the signup_enabled and signin_enabled attributes. | ||||
| * | Default gix max size to 20mb | Dmitriy Zaporozhets | 2014-07-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Increase grit memory limit | Dmitriy Zaporozhets | 2014-07-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Improve the documentation of the signup item, password items is outdated now ↵ | Sytse Sijbrandij | 2014-07-01 | 1 | -3/+5 |
| | | | | | since people are used to the behaviour. | ||||
| * | Move standard login form to the auth settings where users expect them. | Sytse Sijbrandij | 2014-07-01 | 1 | -9/+8 |
| | | |||||
| * | Enable identicon for gravatar by default | Dmitriy Zaporozhets | 2014-06-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Removed the Support Email setting | Jeroen van Baarsen | 2014-05-30 | 1 | -3/+0 |
| | | | | | | | | This setting was not longer used in GitLab, so i think it can be removed. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Give a hint where to find the email settings. | dosire | 2014-05-26 | 1 | -0/+2 |
| | | |||||
| * | Update the examples to example.com | Marin Jankovski | 2014-05-16 | 1 | -2/+2 |
| | | |||||
| * | Update warnings about relative url support. | Marin Jankovski | 2014-05-13 | 1 | -10/+2 |
| | | |||||
| * | Add warning to gitlab.yml related to gzip assets and relative links. | Marin Jankovski | 2014-05-13 | 1 | -0/+1 |
| | | |||||
