- 11 Mar, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
Dashboard restyle For #2069 See merge request !1675
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix features checkboxes at admin settings page For !1615 See merge request !1674
-
- 10 Mar, 2015 36 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Active users check For gitlab/gitlab-ee#248 See merge request !1673
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix importers with OCC Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1180 Using validates_uniqueness_of does not guarantee the absence of duplicate record insertions. When users click button "import all" it will create duplicating group in database and data integrity will be broken. http://api.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#method-i-validates_uniqueness_of I use optimistic concurrency control for handling this situation. See merge request !1647
-
Dmitriy Zaporozhets authored
Reject access to group/project avatar if the user doesn't have access. Closes #2050. I'll add tests for EE logos once this is merged here and merged into EE. See merge request !1671
-
Dmitriy Zaporozhets authored
Fix highlight of selected lines * show color for highlighted line * fix overflow by header See merge request !1672
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
Properly move over `issues_tracker_id` from old custom issue tracker URLs. Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/1124. cc @marin Regression in 7.8.0. See merge request !1670
-
Douwe Maan authored
-
Robert Schilling authored
Upgrade Docker build to GitLab v7.8.3 Upgrading from GitLab v7.8.1. Pretty simple change, tested with a quick Docker build. See merge request !380
-
Stan Hu authored
-
Dmitriy Zaporozhets authored
Use Gitlab::Git helper methods and constants as much as possible. As discussed in https://dev.gitlab.org/gitlab/gitlabhq/commit/1cc41ce1adce23d3eb4a9c4ed0ab17e11ea1f1e3#note_38702. See merge request !1668
-
Dmitriy Zaporozhets authored
Mention EmailsOnPush changes in changelog. See merge request !1667
-
Hannes Rosenögger authored
Added link generation for LinkedIn on user's Profile page This is a very very minor change. Added a generated link to the LinkedIn portion of the user's profile. See merge request !377
-
Ben Carson authored
Added a link_to for the LinkedIn portion of the user's profile. It felt odd to me, having this section not being an active link like the rest of the entries on the page.
-
Douwe Maan authored
-
Douwe Maan authored
-
Hannes Rosenögger authored
Fixing import redirect loop While importing, don't redirect import actions to the project page, even if the repository exists Fixes #1191 See merge request !379
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
Fix commit calendar to use all user emails This MR improves upon Hannes Rosenögger's changes: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/364 See merge request !378
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
This MR extends the commit calendar so it searches for commits made with every email address the user has associated with his account. This fixes one of the problems mentioned in gitlab-org/gitlab-ce#1162 and makes the behavior of the commit calendar as described in the profile. "All email addresses will be used to identify your commits."
-
Dmitriy Zaporozhets authored
Blocking user does not remove him/her from project/groups but show blocked label For #248 See merge request !1664
-
Dmitriy Zaporozhets authored
Add criteria for requesting CVE For #1887. Based on https://dev.gitlab.org/gitlab/gitlabhq/issues/1945#note_34587 cc @sytse See merge request !1662
-