- 10 Mar, 2015 18 commits
-
-
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
-
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
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Font size 14px Increase base font size from 13 to 14px. We already have it in most of ui elements so no need to duplicate `font-size: 14px` everywhere - just change base variable See merge request !1663
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Apply more styles from Flatly theme Also add bottom margin for footer links on login page See merge request !1661
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve milestones ui * change progress bar colors * make milestone title bold See merge request !1660
-
Dmitriy Zaporozhets authored
Also add bottom margin for footer links on login page
-
- 09 Mar, 2015 22 commits
-
-
DJ Mountney authored
While importing, don't redirect import actions to the project page, even if the repository exists
-
Dmitriy Zaporozhets authored
Add starred projects page to dashboard For #1836 and #2069 See merge request !1659
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve user block/unblock UI in admin area Fixes #2111 See merge request !1658
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Move profile groups page to dashboard For #2069 See merge request !1654
-
Dmitriy Zaporozhets authored
Fix mass SQL statements during initial push of a big repository ## What does this MR do? This MR prevents `process_commit_messages(ref)` to be executed for the initial push to the default branch. Currently it is being executed which results in ~500000 SQL Statements during the import of the linux mainline repository. These statements check for references to issues/mrs in each commit. That usually doesn't make sense for the initial push, because there aren't any issues/mrs yet. This MR will reduce the load on gitlab servers in the coming months. Especially now that several importers are available for gitlab and projects are moving from gitorious to gitlab. See merge request !376
-
Marin Jankovski authored
Add link to smtp documentation. Closes #2070 See merge request !1627
-
Marin Jankovski authored
Change button styles Styles for buttons are changed to match user expectations. Fixes #2004 See merge request !1580
-
Robert Schilling authored
Fix invalid config examples in OmniAuth docs
-
Kuo-Cheng Yeu authored
GitLab, and Google.
-
Hannes Rosenögger authored
This commit disables process_commit_messages() for the initial push to the default branch. This fixes the mass SQL statements (~500000) that were executed during the initial push of the linux kernel for example.
-
Hannes Rosenögger authored
Fix bitbucket doc link Fix a typo in the link to the bitbucket import documentation. See merge request !375
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Show active users(non-blocked) on admin dashboard For gitlab/gitlab-ee#248 See merge request !1656
-
Dmitriy Zaporozhets authored
Fix user fixtures for development See merge request !1657
-
Dmitriy Zaporozhets authored
-