07 Jun, 2014
1 commit
-
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>
04 Jun, 2014
1 commit
03 Jun, 2014
3 commits
30 May, 2014
1 commit
-
This setting was not longer used in GitLab, so i think it can be removed. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
29 May, 2014
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
27 May, 2014
1 commit
-
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))`.
26 May, 2014
1 commit
23 May, 2014
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 May, 2014
1 commit
13 May, 2014
2 commits
11 May, 2014
1 commit
06 May, 2014
1 commit
-
Add support to show files from wiki repository on wiki pages
29 Apr, 2014
1 commit
-
editing preview
28 Apr, 2014
1 commit
24 Apr, 2014
2 commits
-
gitlab.yml description Typo
23 Apr, 2014
9 commits
-
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.
-
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).
-
Add ability to set different ssh host, if different from http/https
-
Give the Rails cache its own Redis namespace
22 Apr, 2014
1 commit
-
Allow to overwrite location of gitlab.yml config file.
21 Apr, 2014
1 commit
18 Apr, 2014
1 commit
15 Apr, 2014
5 commits
-
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.
-
Routing for groups Implements http://feedback.gitlab.com/forums/176466-general/suggestions/5723800-group-url-on-root-path-groups-name-instead-of-g