Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2014-06-17Enable identicon for gravatar by defaultDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-11Describe unicorn timeout value in git over httpDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-11Add sorting to merge requests on milestone pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-11Sort issues in milestoneDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-10Replace milestone observer with servicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-07Add users to /:id routeDmitriy Zaporozhets
So now when you type site/:username it redirects you to users page. And if you type site/:groupname it redirects you to group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-04Rename snippets scopes to plural names.Marin Jankovski
2014-06-03Add acts-as-taggable-on-patch for gem version 2.4.1 and Rails 4.1.Marin Jankovski
2014-06-03Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecationMarin Jankovski
2014-06-03Add a state_machine patch for rails 4.1.Marin Jankovski
2014-05-30Removed the Support Email settingJeroen van Baarsen
This setting was not longer used in GitLab, so i think it can be removed. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-05-29Improve group settings UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29We need shortcuts route.Marin Jankovski
2014-05-29Use the correct links, replace in search.Marin Jankovski
2014-05-29render items from docJob van der Voort
2014-05-27Revert "Actually use the 'user_filter' configuration option"Jacob Vosmaer
This reverts commit e9d4587ff11c8510f01dfa184414f73d75b4550b, which is incompatible with GitLab's built in LDAP user filter: a GitLab LDAP filter is [added on top of the other filters used to find the user](https://gitlab.com/gitlab-org/gitlab-ce/blob/982d4d51e8110bec280eb00db0fb756b062103d9/lib/gitlab/ldap/adapter.rb#L61) Example GitLab LDAP filter: `(memberOf=cn=foo,dc=bar)`. In contrast, an omniauth-ldap filter [replaces the 'normal' filters](https://gitlab.com/gitlab-org/omniauth-ldap/blob/76d77543dec0c585bb4e974262f43675f9810953/lib/omniauth/strategies/ldap.rb#L55) Example omniauth-ldap user filter: `(&(uid=%{username})(memberOf=cn=foo,dc=bar))`.
2014-05-26Give a hint where to find the email settings.dosire
2014-05-23Move protected branches to Project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2014-05-16Update the examples to example.comMarin Jankovski
2014-05-13Update warnings about relative url support.Marin Jankovski
2014-05-13Add warning to gitlab.yml related to gzip assets and relative links.Marin Jankovski
2014-05-11Fix can not automerge if description is too longsue445
2014-05-06Merge branch 'files_in_wiki' into 'master'Dmitriy Zaporozhets
Add support to show files from wiki repository on wiki pages
2014-04-29Merge pull request #5962 from skv-headless/editing-previewDmitriy Zaporozhets
editing preview
2014-04-28Allow nested files in wiki.Marin Jankovski
2014-04-24Merge pull request #6847 from Philzen/patch-2Dmitriy Zaporozhets
gitlab.yml description Typo
2014-04-24Make sure that tests pass when aws group is used.Marin Jankovski
2014-04-23Improve ssh_host settingsDmitriy Zaporozhets
2014-04-23Fix default ssh_host settingDmitriy Zaporozhets
2014-04-23Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceDmitriy Zaporozhets
2014-04-23Merge branch 'master' of https://github.com/gitlabhq/gitlabhqDmitriy Zaporozhets
2014-04-23 Merge branch 'email_in_gravatar_urls' into 'master'Dmitriy Zaporozhets
allow passing user's email address in custom Gravatar urls Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and gravatar.ssl_url in the config file like this: ``` gravatar: enabled: true plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size}" ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size}" ``` It's a only a 2 word patch.
2014-04-23 Merge branch 'bug-to-ldap-configuration' into 'master'Dmitriy Zaporozhets
LDAP Configuration Fix This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/180 in new installations of version 6.8 (installations upgraded from 6.7 still have the issue, however).
2014-04-23Merge pull request #6827 from demisx/masterDmitriy Zaporozhets
Add ability to set different ssh host, if different from http/https
2014-04-23Merge branch 'namespace_redis_cache' into 'master'Dmitriy Zaporozhets
Give the Rails cache its own Redis namespace
2014-04-23# Fix description TypoPhilzen
2014-04-22Merge pull request #6782 from ↵Sytse Sijbrandij
pkgr/allow-to-change-gitlab-config-location-via-env-variable Allow to overwrite location of gitlab.yml config file.
2014-04-21Actually use the 'user_filter' configuration optionTravis Odom
2014-04-19Add ability to set different ssh host, if different from http/httpsDmitri Moore
2014-04-15Allow to specify secret token via environment variable.Cyril Rohr
2014-04-15Allow to overwrite location of gitlab.yml config file.Cyril Rohr
2014-04-15Editing previewskv-headless
2014-04-15Give the Rails cache its own Redis namespaceJacob Vosmaer
Before this change, Rails cache data was stored in a global Redis namespace. As a consequence, clearing the Rails cache (`rake cache:clear`) would also delete all Sidekiq queue data and session storage. This change puts all Rails cache data in a `cache:gitlab` namespace, making `rake cache:clear` safe again.
2014-04-15Merge branch 'routing-for-groups' into 'master'Dmitriy Zaporozhets
Routing for groups Implements http://feedback.gitlab.com/forums/176466-general/suggestions/5723800-group-url-on-root-path-groups-name-instead-of-g
2014-04-14Merge branch 'link-to-oauth-doc' into 'master'Dmitriy Zaporozhets
Link to oauth doc Possible after https://github.com/gitlabhq/gitlabhq/pull/6741/files
2014-04-13Add short path route for groups.GitLab
2014-04-13allow using the user's email address as a http parameter in gravatar urls ↵Arnaud ABELARD
for custom avatar systems. For example: plain_url: "http://avatar.company.com/avatar/?mail=%{email}&size=%{size}" add mention of the different placeholders possible for gravatar urls, mentionning the new %{email}
2014-04-12Synchronize default issue closing pattern in documetation and ↵Robert Schilling
implementation, fixes #6742