14 Feb, 2014
3 commits
-
Add email aliases for users Email aliases are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. This addresses http://feedback.gitlab.com/forums/176466-general/suggestions/3692666-ability-to-have-multiple-email-address.
13 Feb, 2014
10 commits
-
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
-
Fixes #6311: cp the init.d file locally instead of remote
-
Added gitter link
-
Remove Backtics In Anchor Text
-
Add documentation for MR workflow
-
Add emoji images to asset load path.
-
User can leave group from group page.
12 Feb, 2014
19 commits
-
Markdown Styles
-
Remove Gem Button
-
Refactor Compare logic Updated gitlab_git to version 5.4.0. Fixes MR diff download link in case of huge diff. Fixes #1026
-
Markup Dependencies
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Fix spelling of "GitLab" in HipChat service
-
add rake gitlab:import: all_users_to_all_groups and user_to_groups
-
Pedantic, but it frustrates OCD people like myself :)
-
Use rails scss image-url herlper
11 Feb, 2014
8 commits
-
Fix spelling of plural project (projects and not project's). Just a minor spelling error.
-
Split the user ssh keys by newline, not the characters "\n"
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
…santilli-header-anchors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Dont use gravatars for user select if gravatar is disabled Fixes #836
-
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
-
User pages are public
-
ssh keys publically available for sysadmins via http, the github way