summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-3/+16
* Make user settings account page nicerDmitriy Zaporozhets2015-05-282-14/+14
* Use panels instead of well for widgets in project sidebarDmitriy Zaporozhets2015-05-282-79/+77
* Merge branch 'profile-settings'Dmitriy Zaporozhets2015-05-289-108/+127
|\
| * Prefer panels over fieldset when different formsDmitriy Zaporozhets2015-05-283-83/+92
| * Consistent header look for setting pagesDmitriy Zaporozhets2015-05-283-14/+24
| * Re-organize profile settings titles and headersDmitriy Zaporozhets2015-05-288-10/+11
* | Merge branch 'user-destroy-wo-groups' into 'master'Dmitriy Zaporozhets2015-05-287-31/+50
|\ \
| * | Fix current user removaluser-destroy-wo-groupsDmitriy Zaporozhets2015-05-281-1/+1
| * | You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-287-31/+50
* | | Merge branch 'fix-git-blame-syntax-highlighting' into 'master'Douwe Maan2015-05-282-6/+6
|\ \ \
| * | | Fix git blame syntax highlighting when different commits break up linesStan Hu2015-05-272-6/+6
| |/ /
* | | Merge pull request #9184 from rumpelsepp/englishJeroen van Baarsen2015-05-281-17/+18
|\ \ \ | |_|/ |/| |
| * | Some language improvementsStefan Tatschner2015-05-271-17/+18
| |/
* | Merge branch 'rs-persist-tab-selection' into 'master'Dmitriy Zaporozhets2015-05-283-58/+96
|\ \
| * | Persist current merge request tab selection via URLrs-persist-tab-selectionRobert Speicher2015-05-273-58/+96
| |/
* | Merge branch 'header-icons' into 'master'Dmitriy Zaporozhets2015-05-281-2/+2
|\ \ | |/ |/|
| * Replace some icons in headerheader-iconsDmitriy Zaporozhets2015-05-271-2/+2
* | Merge branch 'browse-milestone-issues' into 'master'Douwe Maan2015-05-2710-34/+102
|\ \
| * | Add Browse Issues button to Dashboard and Group milestones.Douwe Maan2015-05-274-4/+10
| * | Fix milestone "Browse Issues" button.Douwe Maan2015-05-272-3/+3
| * | Set milestone on new issue when creating issue from index with milestone filt...Douwe Maan2015-05-274-27/+89
* | | Merge branch 'fix-disabled-project-snippet-feature' into 'master'Douwe Maan2015-05-271-1/+1
|\ \ \
| * | | Fix project snippets button appearing when it is disabledStan Hu2015-05-271-1/+1
| | |/ | |/|
* | | Merge branch 'fix-safari-clone-url' into 'master'Douwe Maan2015-05-271-1/+4
|\ \ \ | |_|/ |/| |
| * | Fix clone URL losing selection after a single click in Safari and ChromeStan Hu2015-05-241-1/+4
* | | Merge branch 'support-file-attachments-milestones' into 'master'Douwe Maan2015-05-271-0/+1
|\ \ \ | |_|/ |/| |
| * | Add file attachment support in Milestone descriptionStan Hu2015-05-251-0/+1
* | | Merge branch 'profile-in-sidebar' into 'master'Dmitriy Zaporozhets2015-05-276-25/+58
|\ \ \
| * | | Move user avatar and logout button to sidebarprofile-in-sidebarDmitriy Zaporozhets2015-05-276-25/+58
* | | | Merge branch 'nav-settings' into 'master'Dmitriy Zaporozhets2015-05-272-2/+2
|\ \ \ \
| * | | | Clarify navigation labels for Project Settings and Group Settings.nav-settingsDouwe Maan2015-05-252-2/+2
| | |/ / | |/| |
* | | | Merge branch 'commit-graphs-by-email' into 'master'Dmitriy Zaporozhets2015-05-271-7/+13
|\ \ \ \
| * | | | Group project contributions by both name and email.Douwe Maan2015-05-251-7/+13
* | | | | Merge branch 'emailsonpush-prefix' into 'master'Dmitriy Zaporozhets2015-05-271-1/+2
|\ \ \ \ \
| * | | | | Prefix EmailsOnPush email subject with `[Git]`.emailsonpush-prefixDouwe Maan2015-05-251-1/+2
| |/ / / /
* | | | | Merge branch 'accepted-rejected-mrs' into 'master'Dmitriy Zaporozhets2015-05-2715-25/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add Accepted and Rejected tabs to MR lists.Douwe Maan2015-05-259-13/+35
| * | | | Consistently refer to MRs as either Accepted or Rejected.Douwe Maan2015-05-256-12/+12
| |/ / /
* | | | Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets2015-05-2716-85/+347
|\ \ \ \
| * | | | More SystemNoteService cleanuprs-to_referenceRobert Speicher2015-05-263-46/+22
| * | | | Surround Project.reference_pattern in parenthesis inside other patternsRobert Speicher2015-05-264-4/+7
| * | | | Make `cross_project_reference?` less magicalRobert Speicher2015-05-261-4/+3
| * | | | Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-6/+4
| * | | | Fix for Snippets with a projectRobert Speicher2015-05-261-1/+1
| * | | | Minor documentation updatesRobert Speicher2015-05-262-2/+2
| * | | | Add `reference_pattern` to Referable modelsRobert Speicher2015-05-2611-9/+114
| * | | | Update CommitRange#to_reference to use full SHAsRobert Speicher2015-05-261-3/+6
| * | | | Implement gfm_reference directly in MentionableRobert Speicher2015-05-264-19/+8
| * | | | Simplify `cross_project_reference` with `to_reference`Robert Speicher2015-05-261-7/+17