- 23 Apr, 2014 16 commits
-
-
-
-
Jacob Vosmaer authored
Bump gitlab shell
-
Jacob Vosmaer authored
-
-
Dmitriy Zaporozhets authored
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.
-
Dmitriy Zaporozhets authored
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).
-
Dmitriy Zaporozhets authored
Fix code block that doesn't render correctly in doc.gitlab.com Probably fixes https://gitlab.com/gitlab-com/doc-gitlab-com/issues/6
-
Dmitriy Zaporozhets authored
Add markdown styleguide.
-
Dmitriy Zaporozhets authored
Add ability to set different ssh host, if different from http/https
-
Dmitriy Zaporozhets authored
Complete admin APIs for SSH Keys
-
Dmitriy Zaporozhets authored
added target_project_id to merge_requests.md
-
Dmitriy Zaporozhets authored
Include SASS in subdirectories with glob.
-
Dmitriy Zaporozhets authored
Break up the long upgrade one liner & add Bash syntax highlighting
-
Dmitriy Zaporozhets authored
Give the Rails cache its own Redis namespace
-
Dmitriy Zaporozhets authored
Missing part of active user
-
- 22 Apr, 2014 17 commits
-
-
Achilleas Pipinellis authored
-
Hidde Boomsma authored
Added description about optional field target_project_id for merge requests.
-
Dmitriy Zaporozhets authored
Version680 VERSION to 6.8.0
-
Job van der Voort authored
-
-
Dmitriy Zaporozhets authored
Update Shell version in the Install doc
-
Sytse Sijbrandij authored
Allow to overwrite location of gitlab.yml config file.
-
Sytse Sijbrandij authored
Allow to specify secret token via SECRET_KEY_BASE environment variable.
-
Sytse Sijbrandij authored
Detailed monthly release Fixes #1190
-
Job van der Voort authored
-
Marin Jankovski authored
-
Job van der Voort authored
-
-
Job van der Voort authored
Fix minor typo in docs
-
Dmitriy Zaporozhets authored
512mb Most people only care about the 512mb option, we should mention that with one worked you don't get http pushes.
-
Job van der Voort authored
Update title and revert section of 6.7-to-6.8 docs
-
Terry Wang authored
-
- 21 Apr, 2014 4 commits
-
-
Travis Odom authored
-
robertd authored
-
dosire authored
-
Ciro Santilli authored
-
- 19 Apr, 2014 1 commit
-
-
Dmitri Moore authored
-
- 18 Apr, 2014 2 commits
-
-
Sytse Sijbrandij authored
fix installation.md typo
-
Timm Friebe authored
Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./
-