27 Apr, 2014
2 commits
-
fix init.d script copy duplication
-
Copy init.d script twice in the guide. Deleted the second one.
25 Apr, 2014
7 commits
-
Fix typo: Confiure -> Configure
-
Add scoping to ldap lookup when only dn given
-
rake setup Add alias `rake setup` to `rake gitlab:setup` Mention in developer docs
-
Add uniq db index on project_id+iid Because: * its faster * it solves problem with repeating iid's in one project
24 Apr, 2014
13 commits
-
gitlab.yml description Typo
-
Adjust MySQL limits for existing installations
-
Tests for fog
-
Fix grammar and typos in Webhooks help This MR gets rid of some typos and wrong grammar in [help/web_hooks](https://gitlab.com/help/web_hooks).
-
Fix syntax highlighting
-
Fix diff height
23 Apr, 2014
18 commits
-
Bump gitlab shell
-
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).
-
Fix code block that doesn't render correctly in doc.gitlab.com Probably fixes https://gitlab.com/gitlab-com/doc-gitlab-com/issues/6
-
Add markdown styleguide.