- 11 Mar, 2014 10 commits
-
-
Dmitriy Zaporozhets authored
Streamline the content of notification emails In notification emails, the actual content of the email is often buried under several blocks of chrome — and may even be truncated or completely missing. Ideally, the notification emails would be like *real emails*: a short message of meaningful text, sent from the author of the change that triggered the notification. This MR includes the following changes to notification emails: * Remove much of the chrome (e.g. the "GitLab" header) * Emphasize the content (no more small, grayed-out content) * Add missing informations to the emails (issue description in "new issue" email, file name in "diff comment" email) * Add a consistent "View in GitLab" link in the footer * The assignee is displayed only if someone is assigned * Fix a rendering bug when viewing emails with [Zimbra](http://www.zimbra.com/) We use these patches at [Capitaine Train](http://www.capitainetrain.com), and it has been a surprisingly big productivity boost for us. ![Before and after](http://f.cl.ly/items/3n0P2c2v1P0y011c0D3e/Before%20and%20After.png)
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
LDAP code from EE
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Allow underscore as the first char for project names.
-
Dmitriy Zaporozhets authored
[6.6] Fixes a bug with group member administration
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Matt DeTullio authored
Group owners were not able to remove any users from their group if they were the only owner.
-
- 10 Mar, 2014 20 commits
-
-
Dmitriy Zaporozhets authored
Catch missing commands in Rake tasks
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Remove Dot Org
-
dosire authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add envrc to git-ignore
-
Dmitriy Zaporozhets authored
Respect custom gitlab_shell path in gitlab:gitlab_shell:check task
-
Dmitriy Zaporozhets authored
Natural version sorting
-
Dmitriy Zaporozhets authored
Add Enterprise Linux
-
Dmitriy Zaporozhets authored
Increase Nginx Push Size
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
Fix now-invalid invocation of `run_and_match` in gitlab:check
-
dosire authored
-
dosire authored
-
Robert Speicher authored
-
Sytse Sijbrandij authored
Fix grammar in zero_authorized_projects view
-
- 09 Mar, 2014 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Must have been left over from a previous revision, but the argument wasn't used anywhere in the method.
-
Robert Speicher authored
-
- 08 Mar, 2014 3 commits
-
-
Ryan Mendivil authored
-
Robert Speicher authored
This was causing the gitlab:check task to exit prematurely with the error "System commands must be given as an array of strings."
-
Robert Speicher authored
Prior to this change, if I customized the config value of `gitlab.gitlab_shell.path`, the check would ignore this value in favor of `"~<gitlab.gitlab_shell.ssh_user>/gitlab-shell/"` resulting in a failed check when the configuration was otherwise valid.
-
- 07 Mar, 2014 3 commits
-
-
dosire authored
-
Sytse Sijbrandij authored
Correct typos in web_hooks help.
-
Ciro Santillli authored
-
- 06 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Sort projects by activity at group show page
-