summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix labels showing if issue closed on search results pageDmitriy Zaporozhets2014-07-032-3/+5
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-07-031-0/+1
|\
| * Merge pull request #7250 from ahmyi/patch-1Dmitriy Zaporozhets2014-07-031-0/+1
| |\
| | * Archive with content-length headerahmyi2014-07-031-1/+1
| | * Content-length defined in header responseahmyi2014-07-031-0/+1
* | | Merge branch 'no_notification_for_merger' into 'master'Dmitriy Zaporozhets2014-07-031-0/+1
|\ \ \
| * | | Don't notify the user that triggered the mr notification.Marin Jankovski2014-07-031-1/+1
| * | | Remove new lines.Marin Jankovski2014-07-021-2/+0
| * | | Do not notify person who merged the MR.Marin Jankovski2014-07-021-0/+3
* | | | Do not notify project owner on project creation.Marin Jankovski2014-07-031-1/+1
| |/ / |/| |
* | | Reopen/close buttonsDmitriy Zaporozhets2014-07-032-4/+4
* | | Merge branch 'contributors-api' into 'master'Dmitriy Zaporozhets2014-07-031-0/+21
|\ \ \
| * | | Use Contributor class instead of hashDmitriy Zaporozhets2014-07-021-15/+10
| * | | Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-021-0/+26
* | | | Merge branch 'fix-snippet-comments' into 'master'Dmitriy Zaporozhets2014-07-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix project snippet comments loadingDmitriy Zaporozhets2014-07-021-1/+1
* | | | Better UI for closed/reopen buttonsDmitriy Zaporozhets2014-07-024-9/+9
|/ / /
* | | Merge branch 'assignement_change_notifications' into 'master'Dmitriy Zaporozhets2014-07-023-4/+17
|\ \ \
| * | | Remove unecessary return.Marin Jankovski2014-07-021-2/+1
| * | | When assigning an unassigned issue send notification with the correct text.Marin Jankovski2014-07-023-4/+18
| | |/ | |/|
* | | Merge branch 'reference_merge_request_in_commit_message' into 'master'Dmitriy Zaporozhets2014-07-021-0/+2
|\ \ \ | |/ / |/| |
| * | Add a mention of the merge request into its default commit message.Christian Taedcke2014-07-011-0/+2
* | | Merge branch 'bugfix/305/dashboard_feed_summaries' into 'master'Dmitriy Zaporozhets2014-07-026-2/+15
|\ \ \
| * | | Updated ATOM feed partials to use markdown instead of simple_format.Kyle Fazzari2014-07-014-4/+4
| * | | Add summaries for notes and merge requests to dashboard feed.Kyle Fazzari2014-05-294-0/+13
* | | | Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets2014-07-024-6/+9
|\ \ \ \
| * | | | Fix username validation message to match regexp.Ciro Santilli2014-06-264-6/+9
* | | | | Merge pull request #6629 from sykano/fix-project-limit-for-groupsDmitriy Zaporozhets2014-07-021-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix for project creation: group projects don't count towards user's project l...Steffen Knoth2014-04-091-1/+1
* | | | | Merge branch 'issue_strong_param' into 'master'Dmitriy Zaporozhets2014-07-011-0/+4
|\ \ \ \ \
| * | | | | Create required issue param for new action.Marin Jankovski2014-07-011-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-07-015-3/+23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mail_template' into 'master'Dmitriy Zaporozhets2014-07-012-2/+8
| |\ \ \ \ \
| | * | | | | Add the http(s) command lines in the mails for the new origin when a project ...Mathieu Schroeter2014-05-212-2/+8
| * | | | | | Merge branch 'images-in-emails' into 'master'Dmitriy Zaporozhets2014-07-011-0/+4
| |\ \ \ \ \ \
| | * | | | | | Limit the width of images in emailsPierre de La Morinerie2014-05-261-0/+4
| * | | | | | | Merge branch 'bugfix/304/dashboard_feed_note_urls' into 'master'Dmitriy Zaporozhets2014-07-011-1/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Update events helper to remove wall-related sections.Kyle Fazzari2014-06-251-2/+0
| | * | | | | | | Update events helper to also return a URL for notes.Kyle Fazzari2014-05-291-1/+12
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'css-fix' into 'master'Dmitriy Zaporozhets2014-07-011-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | CSS fixMax Ebersbacher2014-06-241-0/+1
* | | | | | | | Add title html option to issue and mr links in milestones to show title on ho...Marin Jankovski2014-07-014-4/+4
|/ / / / / / /
* | | | | | | Merge branch 'group_milestones' into 'master'Dmitriy Zaporozhets2014-07-0113-0/+362
|\ \ \ \ \ \ \
| * | | | | | | Add feature tests for group milestone.Marin Jankovski2014-06-304-9/+9
| * | | | | | | Fix styling issues.Marin Jankovski2014-06-305-20/+13
| * | | | | | | Show all issues and merge requests that could be considered opened or closed,...Marin Jankovski2014-06-304-9/+23
| * | | | | | | Correct authorization for group milestones.Marin Jankovski2014-06-304-45/+18
| * | | | | | | Move milestone link in group head, 2 column milestone for MR and issues.Marin Jankovski2014-06-309-33/+44
| * | | | | | | Start building group milestone show page.Marin Jankovski2014-06-309-13/+190
| * | | | | | | Get one group milestone based on milestone title.Marin Jankovski2014-06-303-10/+22