summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-02-141-0/+1
|\
| * Add email aliases for usersJason Hollingsworth2014-02-131-0/+1
| | | | | | | | | | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
* | Merge pull request #6258 from zzet/patch-6Dmitriy Zaporozhets2014-02-131-1/+3
|\ \ | |/ |/| Add emoji images to asset load path.
| * Add emoji images to asset load path.Andrew Kumanyaev2014-02-061-1/+3
| |
* | code refactor as per standardsGitLab2014-02-111-1/+1
| |
* | merge with upstream masterGitLab2014-02-0621-108/+195
|\ \ | |/
| * Change Devise.confirm_within to Devise.allow_unconfirmed_access_forAthos Ribeiro2014-02-031-2/+2
| | | | | | | | | | | | | | According to Devise's changelog (https://github.com/plataformatec/devise/blob/master/CHANGELOG.md), Devise.confirm_within was deprecated in favor of Devise.allow_unconfirmed_access_for in version 2.0.0.
| * Merge pull request #5957 from ninech/dont-depend-on-appid-and-appsecretDmitriy Zaporozhets2014-02-011-4/+10
| |\ | | | | | | refactor omniauth configuration method
| | * Merge branch 'master' into dont-depend-on-appid-and-appsecretRaffael Schmid2014-01-234-5/+23
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (238 commits) Version 6.5.1 Fix selectbox when submit MR from fork to origin Fix HELP layout No need for code tag here. Spelling mistake and add links. Warn against RVM. Remove GitHub mention because we also have a GitLab issue tracker now. Replace 6.0-to-6.4.md with 6.0-to-6.5.md Add public assets to gitignore Version 6.5.0 Use 6-5 branch in installation docs Remove deprecated twitter handle. Further explain userPrincipalName settings Update from 6.4 to 6.5 guide Explain how to use AD userPrincipalName for logins More entries to CHANGELOG. Version to rc1 Rephrase LDAP check script output add O'Reilly sponsorship in CHANGELOG Fix select2 css for drop above style Rename "Website url" labels to "Website" ...
| | * | refactor omniauth configuration methodRaffael Schmid2013-12-301-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | This refactoring allows a user to use omniauth providers which do not use ```app_id``` and ```app_secret``` without needing to change the devise configuration.
| * | | Remove python from installation docsDmitriy Zaporozhets2014-01-301-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge pull request #5842 from vikraman/patch-1Jacob Vosmaer2014-01-291-1/+1
| |\ \ \ | | | | | | | | | | Add comment about tls for ldap method
| | * | | Add comment about tls for ldap methodVikraman Choudhury2013-12-131-1/+1
| | | | | | | | | | | | | | | `omniauth-ldap` also supports tls for ldap method
| * | | | Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets2014-01-281-0/+3
| |\ \ \ \ | | | | | | | | | | | | added group avatars
| | * | | | added group avatarsSteven Thonus2014-01-281-0/+3
| | | | | |
| * | | | | People keep adding http:// in front of the host.dosire2014-01-271-1/+1
| | | | | |
| * | | | | Merge branch 'upload-limits' into 'master'Dmitriy Zaporozhets2014-01-271-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Upload Limits Better documentation for the upload limit. Please have a hard time when they need to change the upload limits, see https://gitlab.com/gitlab-org/gitlab-ce/issues/5
| | * | | | Reword the git explanation.dosire2014-01-271-3/+3
| | | | | |
| | * | | | Git over ssh and http are different things.dosire2014-01-221-2/+2
| | | | | |
| | * | | | More explanation for upload limits.dosire2014-01-221-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets2014-01-271-2/+0
| |\ \ \ \
| | * | | | Add files to path blacklist.Jason Hollingsworth2014-01-241-2/+0
| | |/ / / | | | | | | | | | | | | | | | Remove empty ErrorsController
| * | | | Fix broken test in spec/models/project_spec.rbJason Hollingsworth2014-01-241-7/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | A test was broken if running on a non-standard port. Made checking for (non-)standard port more robust. Changed gitlab_on_non_standard_port to gitlab_on_standard_port (less negative).
| * | | Merge pull request #6094 from sinm/patch-1Dmitriy Zaporozhets2014-01-221-1/+1
| |\ \ \ | | | | | | | | | | Updated gitlab.yaml.example's issue_closing_pattern to single quotes
| | * | | Updated gitlab.yaml.example's issue_closing_pattern to single quotessinm2014-01-201-1/+1
| | | | | | | | | | | | | | | … (misused double quotes here)
| * | | | Further explain userPrincipalName settingsJacob Vosmaer2014-01-211-1/+2
| | | | |
| * | | | Explain how to use AD userPrincipalName for loginsJacob Vosmaer2014-01-211-0/+3
| | | | |
| * | | | Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Merge branch 'explain_ldap_check' into 'master'Dmitriy Zaporozhets2014-01-171-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Improve the explanation of the LDAP check script
| | * | | | Explain that `limit` only applies to the checkJacob Vosmaer2014-01-161-2/+2
| | | | | |
| * | | | | Fix typo in LDAP explanation commentJacob Vosmaer2014-01-171-1/+1
| | | | | |
| * | | | | Explain allow_username_or_email_login LDAP settingJacob Vosmaer2014-01-171-0/+5
| |/ / / /
| * | | | Merge branch 'custom_password_length' into 'master'Dmitriy Zaporozhets2014-01-161-0/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Document how to customize password length limits
| | * | | | Add instructions for custom password length limitsJacob Vosmaer2014-01-131-0/+6
| | | | | |
| * | | | | Always ask for email with github omniauthJeroen van Baarsen2014-01-151-1/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #2061 Fix was proposed on twitter by: neic0, in the following tweet: https://twitter.com/neic0/status/423138339806392320
| * | | | It's a bad idea to use hash symbol in a yaml value without quotessinm2014-01-121-1/+1
| |/ / /
| * | | Fixed the I18n deprecation warningJeroen van Baarsen2014-01-091-0/+1
| | | |
| * | | Add support for various archive formats.Jason Hollingsworth2014-01-021-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
| * | Enable secure option if https is used.Marin Jankovski2013-12-251-1/+1
| | |
| * | Confirmation url throttle.Marin Jankovski2013-12-241-1/+2
| | |
| * | Add project_services dir to autoload pathDmitriy Zaporozhets2013-12-171-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
| * Reduce Fog expiration period to 17 yearsJacob Vosmaer2013-12-111-1/+1
| |
| * Expire fog links after 34 yearsJacob Vosmaer2013-12-111-0/+2
| |
| * Add DELETE to api corsDmitriy Zaporozhets2013-12-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * GitLab app is not threadsafe so better disable allow_concurrency for ↵Dmitriy Zaporozhets2013-12-101-0/+2
| | | | | | | | | | | | production env Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Fixed the WhiningNill deprecation fixJeroen van Baarsen2013-12-101-3/+0
| |
| * Update config/* to rails4Dmitriy Zaporozhets2013-12-103-7/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Migrate application to rails 4 step 1Dmitriy Zaporozhets2013-12-105-8/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add gitlab-shell#path option in configDmitriy Zaporozhets2013-12-092-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Before this commit gitlab-shell but me placed directly in home dir. Ex: /home/git/gitlab-shell After this change you can place gitlab-shell in custom location. Ex: /Users/developer/gitlab/gitlab-shell Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>