summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* Add OmniAuth DocumentationDrew Blessing2014-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Add OmniAuth Documentation Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Use omniauth again Remove notice Restore whitespace Slight changes
* Add option for disable standard signin.Marin Jankovski2014-04-071-1/+5
|
* Explain the default repository_downloads_pathJacob Vosmaer2014-03-311-0/+1
|
* Make the repository downloads path configurableJacob Vosmaer2014-03-311-0/+4
|
* Add ldap check in application_controller and internal apiDmitriy Zaporozhets2014-03-101-1/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6420 from Seklfreak/add-piwik-supportDmitriy Zaporozhets2014-02-261-0/+4
|\ | | | | Added Piwik Integration
| * Added Piwik supportSebastian Winkler2014-02-231-0/+4
| |
* | Add default settings to test env. Removed wrong comment for rack_profilerDmitriy Zaporozhets2014-02-261-0/+5
|/ | | | 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
* | People keep adding http:// in front of the host.dosire2014-01-271-1/+1
| |
* | 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 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
| | |
* | | 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
|/ / /
* | | 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
|/
* Add gitlab-shell#path option in configDmitriy Zaporozhets2013-12-091-0/+2
| | | | | | | | | | | | 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>
* Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)2013-12-091-5/+11
|\ | | | | | | | | | | | | Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
| * Merge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-12-041-0/+2
| |\
| | * Limit the number of results in gitlab:ldap:checkJacob Vosmaer2013-12-031-1/+2
| | |
| | * Refer to rake gitlab:ldap:check scriptJacob Vosmaer2013-11-281-0/+1
| | |
| * | Add warning back.Sytse Sijbrandij2013-11-291-1/+1
| | |
| * | Unsupported is unclear.Sytse Sijbrandij2013-11-281-1/+1
| |/
| * Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+5
| | | | | | | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
| * Typo in gitlab.yml.exampleJulien Kirch2013-11-191-1/+1
| |
| * Fix link to auth wikiJulien Kirch2013-11-121-1/+1
| |
| * Allow closes/closed & fixes/fixed for automatic regex closingConnor Tumbleson2013-11-081-1/+1
| |
* | Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)2013-11-061-1/+3
|/ | | | | - If you don't edit gitlab-shell/config.yml, you wnon't be able to push via SSH (as described here: http://stackoverflow.com/questions/15746336/gitlab-cant-push-code-to-server) - If you don't re-run sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production, some icons won't be visible
* Use proper titles for issues trackersStefano Tortarolo2013-10-091-0/+3
|
* Correct spelling mistake.Sytse Sijbrandij2013-10-021-1/+1
|
* Also update example.Sytse Sijbrandij2013-10-011-3/+4
|
* Merge pull request #5200 from pfaro/bugfix-signupDmitriy Zaporozhets2013-09-301-1/+2
|\ | | | | Add check if the signup setting is enabled. fixes #4832
| * Add check if the signup setting is enabled. fixes #4832 Perry Faro2013-09-271-1/+2
| |
* | Changed wording in application.rb and gitlab.yml.example to match ↵Thomas Misilo2013-09-291-2/+2
|/ | | | unicorn.rb. This is for when using a non-root path
* Defaulted theme to MARSIzaak Alpert2013-09-221-1/+1
| | | | Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
* Make users theme configurableIzaak Alpert2013-09-221-0/+8
| | | | | | | | | | | GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
* Don't quote the default issue closing regex.Ash Wilson2013-09-151-1/+1
| | | | | It turns out that regex escapes and YAML quoted-scalar escapes don't play nicely together.
* make public/private setting for project creation configurableAngus MacArthur2013-09-091-0/+1
|
* Link issues from comments and automatically close themash wilson2013-08-251-0/+5
| | | | | | | | | | Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
* Remove can_create_team code from userDmitriy Zaporozhets2013-08-211-1/+0
|
* Relative root needs to be changed in three places.Sytse Sijbrandij2013-08-191-2/+6
|
* Configure the relative path only one time.Sytse Sijbrandij2013-08-191-3/+3
|