summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix #8966 Remove Milestones/Labels from project navbar when Isses disabledvichak2015-03-232-2/+6
* Fix #8966 Remove Milestones ans Labels from project navbar when Issues disabledvichak2015-03-231-10/+12
* Make panel heading font boldDmitriy Zaporozhets2015-03-221-0/+2
* Merge branch 'fix-dots-in-wiki-title' into 'master'Dmitriy Zaporozhets2015-03-222-2/+3
|\
| * Fix dots in Wiki slug causing errorsStan Hu2015-03-212-2/+3
* | Merge branch 'fix-import-from-modal' into 'master'Dmitriy Zaporozhets2015-03-221-3/+3
|\ \
| * | Fix "Import projects from" button to show the correct instructionsStan Hu2015-03-221-3/+3
* | | Remove old GitLab auth imageRobert Schilling2015-03-221-0/+0
|/ /
* | Restyle oauth accounts at profile page and add ability to unlink accountimprove-profileDmitriy Zaporozhets2015-03-219-53/+52
* | Remove 32px oauth imagesDmitriy Zaporozhets2015-03-217-0/+0
|/
* Merge branch 'topic/push_tag_events_for_ci' of https://github.com/ayufan/gitl...Dmitriy Zaporozhets2015-03-213-34/+47
|\
| * Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-213-34/+47
* | Merge branch 'performance-tune' into 'master'Dmitriy Zaporozhets2015-03-211-3/+36
|\ \
| * | Cache head commit and head treeDmitriy Zaporozhets2015-03-211-2/+10
| * | Cache lookup results into hash to prevent repeating same requests to git repoDmitriy Zaporozhets2015-03-211-1/+10
| * | Cache project branches and tags into variablesDmitriy Zaporozhets2015-03-211-0/+16
| |/
* | Hide UI elements when print md files or wiki pagesfix-print-cssDmitriy Zaporozhets2015-03-211-0/+4
|/
* Merge branch 'improve-avatar-header' into 'master'Dmitriy Zaporozhets2015-03-215-30/+45
|\
| * Improve header with avatar for group and user pagesDmitriy Zaporozhets2015-03-205-30/+45
* | Prevent diff header overflowDmitriy Zaporozhets2015-03-201-1/+3
|/
* Merge branch 'user-location' into 'master'Dmitriy Zaporozhets2015-03-213-1/+8
|\
| * Add location to user pageDmitriy Zaporozhets2015-03-201-0/+4
| * Add location to user profileDmitriy Zaporozhets2015-03-202-1/+4
* | Merge branch 'link_to_ci_with_ref' into 'master'Dmitriy Zaporozhets2015-03-207-21/+21
|\ \
| * | Link to CI with refValery Sizov2015-03-207-21/+21
* | | Fix votes inline renderingDmitriy Zaporozhets2015-03-201-2/+2
* | | Improve issue sidebar positionDmitriy Zaporozhets2015-03-202-2/+2
* | | Merge branch 'upvotes-refactoring' into 'master'Dmitriy Zaporozhets2015-03-206-57/+26
|\ \ \
| * | | Make issue and merge request sidebar more compactupvotes-refactoringDmitriy Zaporozhets2015-03-206-57/+26
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'merge-status-transition' into 'master'Dmitriy Zaporozhets2015-03-201-2/+2
| |\ \ \
| | * | | Update merge_status state to allow more transitionsDJ Mountney2015-03-191-2/+2
| | | |/ | | |/|
* | | | Remove upvotes js logic since it does not work as expected anywayDmitriy Zaporozhets2015-03-202-21/+1
|/ / /
* | | Improve project name truncation on dashboard to work well with sm screenDmitriy Zaporozhets2015-03-201-1/+1
| |/ |/|
* | Add error message when have error on profile screenCarlos Ribeiro2015-03-191-1/+2
* | Merge branch 'update_ui' into 'master'Dmitriy Zaporozhets2015-03-201-3/+0
|\ \
| * | Remove mention of branch to commit to.Marin Jankovski2015-03-191-3/+0
* | | Fix project issues and merge requests pagesDmitriy Zaporozhets2015-03-193-3/+2
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-192-11/+16
|\ \ \
| * \ \ Merge branch 'fix-underscore-notes' into 'master'Hannes Rosenögger2015-03-192-11/+16
| |\ \ \ | | |_|/ | |/| |
| | * | Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-192-11/+16
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-193-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge pull request #8772 from awiddersheim/fix/grammar_projects_showDmitriy Zaporozhets2015-03-191-1/+1
| |\ \ \
| | * | | Fix small grammar issue on projects show pageAndrew Widdersheim2015-02-101-1/+1
| * | | | Merge pull request #8662 from yglukhov/mr-and-issue-linksDmitriy Zaporozhets2015-03-192-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Make MR and issue numbers clickable links in MR and issue lists.yglukhov2015-02-152-2/+2
* | | | | Merge branch 'import-button' into 'master'Dmitriy Zaporozhets2015-03-191-51/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clear up import help.Douwe Maan2015-03-191-6/+9
| * | | | Move "Import existing repository by URL" option to button.Douwe Maan2015-03-191-46/+44
* | | | | Merge branch 'add_canceled_ci_status' into 'master'Dmitriy Zaporozhets2015-03-193-1/+13
|\ \ \ \ \