| Commit message (Expand) | Author | Age | Files | Lines |
* | Make header title bold and line between header lighter | Dmitriy Zaporozhets | 2015-05-06 | 1 | -4/+4 |
* | Merge branch 'refactor-mr-form' into 'master' | Dmitriy Zaporozhets | 2015-05-06 | 3 | -74/+15 |
|\ |
|
| * | Small UI improvements to MR form | Dmitriy Zaporozhets | 2015-05-06 | 3 | -5/+9 |
| * | Re-use issuable_form for new merge request | Dmitriy Zaporozhets | 2015-05-06 | 1 | -69/+6 |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-05-06 | 3 | -7/+7 |
|\ \ |
|
| * \ | Merge pull request #8800 from jirutka/email-settings | Dmitriy Zaporozhets | 2015-05-06 | 3 | -7/+7 |
| |\ \
| | |/
| |/| |
|
| | * | Allow to configure smtp and sendmail in gitlab.yml | Jakub Jirutka | 2015-05-06 | 3 | -7/+7 |
* | | | Make README link on project home look nicer | Dmitriy Zaporozhets | 2015-05-06 | 1 | -4/+5 |
* | | | Small UI improvements to make project sidebar more neat | Dmitriy Zaporozhets | 2015-05-06 | 3 | -7/+10 |
|/ / |
|
* | | When use change branches link at MR form - save source branch selection inste...mr-change-branches | Dmitriy Zaporozhets | 2015-05-06 | 2 | -1/+13 |
|/ |
|
* | Fix a trailing new line | Stefan Tatschner | 2015-05-06 | 1 | -1/+0 |
* | Merge pull request #9241 from Soullivaneuh/button-type | Jeroen van Baarsen | 2015-05-06 | 4 | -4/+6 |
|\ |
|
| * | Fix missing button types | Sullivan SENECHAL | 2015-05-05 | 4 | -4/+6 |
* | | Merge branch 'refactor-project-page' into 'master' | Dmitriy Zaporozhets | 2015-05-06 | 8 | -191/+152 |
|\ \ |
|
| * | | Restlye project sidebar a bit to make it more clear | Dmitriy Zaporozhets | 2015-05-05 | 2 | -11/+16 |
| * | | Fix project description and avatar alignment | Dmitriy Zaporozhets | 2015-05-05 | 4 | -70/+25 |
| * | | Fix right margin for project description | Dmitriy Zaporozhets | 2015-05-05 | 1 | -1/+1 |
| * | | Remove project dropdown and fix db sche,a | Dmitriy Zaporozhets | 2015-05-05 | 1 | -5/+0 |
| * | | Show CI link on project home page only if CI enabled | Dmitriy Zaporozhets | 2015-05-05 | 1 | -8/+8 |
| * | | Reorganize elements in project sidebar | Dmitriy Zaporozhets | 2015-05-05 | 5 | -47/+56 |
| * | | Move clone panel to sidebar | Dmitriy Zaporozhets | 2015-05-05 | 4 | -9/+12 |
| * | | Remove unnecessary info from project home page | Dmitriy Zaporozhets | 2015-05-05 | 1 | -11/+0 |
| * | | Turn sidebar in sections with contribute and repository | Dmitriy Zaporozhets | 2015-05-05 | 3 | -37/+39 |
| * | | Move tabs with activity/readme to section | Dmitriy Zaporozhets | 2015-05-05 | 2 | -56/+55 |
| * | | Move project section to own partial | Dmitriy Zaporozhets | 2015-05-05 | 2 | -14/+16 |
| * | | Move project sidebar to separate partial | Dmitriy Zaporozhets | 2015-05-05 | 2 | -53/+55 |
| |/ |
|
* | | Merge branch 'fix-devise-email-display-name' into 'master' | Robert Schilling | 2015-05-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Use the configured display name in e-mails from Devise mailer | Stan Hu | 2015-05-05 | 1 | -1/+1 |
* | | | Improve help line for restricted domain signups | Stan Hu | 2015-05-05 | 1 | -1/+1 |
|/ / |
|
* | | fix gitlab CI linksfix_ci_services | Valery Sizov | 2015-05-05 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'fix-wiki-search' into 'master' | Dmitriy Zaporozhets | 2015-05-04 | 1 | -0/+2 |
|\ |
|
| * | Fix Error 500 when searching Wiki pages | Stan Hu | 2015-04-30 | 1 | -0/+2 |
* | | Merge branch 'fix-escaped-branches-in-compare' into 'master' | Douwe Maan | 2015-05-04 | 1 | -2/+4 |
|\ \ |
|
| * | | Unescape branch names in compare commit | Stan Hu | 2015-04-30 | 1 | -2/+4 |
| |/ |
|
* | | Re-annotate models | Stan Hu | 2015-05-03 | 18 | -22/+46 |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Robert Schilling | 2015-05-03 | 12 | -51/+105 |
|\ \ |
|
| * \ | Merge pull request #9234 from dsander/group-milestones-by-title | Dmitriy Zaporozhets | 2015-05-03 | 4 | -30/+7 |
| |\ \ |
|
| | * | | Group milestones by title in the dashboard and all other issue views | Dominik Sander | 2015-05-01 | 3 | -5/+7 |
| | * | | Removed unused ApplicationController#set_filter_values method | Dominik Sander | 2015-05-01 | 1 | -25/+0 |
| * | | | Merge branch 'change-primary-email' into 'master' | Dmitriy Zaporozhets | 2015-05-03 | 5 | -18/+45 |
| |\ \ \ |
|
| | * | | | Allow primary email to be set to an email that you've already added.change-primary-email | Douwe Maan | 2015-04-30 | 5 | -18/+45 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'restrict-signups-to-domains' into 'master' | Dmitriy Zaporozhets | 2015-05-03 | 4 | -3/+53 |
| |\ \ \ |
|
| | * | | | Add application setting to restrict user signups to e-mail domains | Stan Hu | 2015-05-02 | 4 | -3/+53 |
* | | | | | Add period at snippet visibilty description | Robert Schilling | 2015-05-03 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge branch 'make-reply-to-work-everywhere' into 'master' | Robert Speicher | 2015-05-02 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Make Reply-To config apply to change e-mail confirmation and other notifications | Stan Hu | 2015-05-01 | 1 | -0/+4 |
* | | | | Merge branch 'you-get-a-title-and-you-get-a-title-and-everyone-gets-a-title' ... | Dmitriy Zaporozhets | 2015-05-02 | 204 | -411/+434 |
|\ \ \ \ |
|
| * | | | | Fix title on user page.you-get-a-title-and-you-get-a-title-and-everyone-gets-a-title | Douwe Maan | 2015-05-01 | 2 | -3/+3 |
| * | | | | Add helpers for header title and sidebar, and move setting those from control... | Douwe Maan | 2015-05-01 | 33 | -129/+112 |
| * | | | | Capitalize "X" in "New X". | Douwe Maan | 2015-04-30 | 12 | -12/+12 |