summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Draft improvements to search layoutDmitriy Zaporozhets2015-04-2811-115/+109
* Merge branch 'rs-issue-2269' into 'master'Dmitriy Zaporozhets2015-04-283-23/+1
|\
| * Remove duplicate settings for default_url_optionsRobert Speicher2015-04-253-23/+1
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-282-3/+5
|\ \
| * \ Merge pull request #8645 from chulkilee/hipchat-api-versionDmitriy Zaporozhets2015-04-272-3/+5
| |\ \
| | * | Add api version property on hipchat serviceChulki Lee2015-04-272-3/+5
* | | | Merge branch 'admin-add-group-members' into 'master'Dmitriy Zaporozhets2015-04-281-1/+1
|\ \ \ \
| * | | | Fix adding new group members from admin areaDmitriy Zaporozhets2015-04-271-1/+1
* | | | | Merge branch 'fix-relative-submodule-links-with-personal-projects' into 'master'Dmitriy Zaporozhets2015-04-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix broken file browsing with relative submodule in personal projectsStan Hu2015-04-231-1/+1
* | | | | Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-277-21/+15
| |_|/ / |/| | |
* | | | Merge pull request #9208 from Soullivaneuh/container-classJeroen van Baarsen2015-04-271-2/+2
|\ \ \ \
| * | | | Fix '.container or .container-fluid should be the first child inside of a .na...Sullivan SENECHAL2015-04-261-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #9207 from Soullivaneuh/x-ua-compatibleJeroen van Baarsen2015-04-271-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix "`<head>` is missing X-UA-Compatible `<meta>` tag that disables old IE co...Sullivan SENECHAL2015-04-261-0/+1
| |/ /
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-2722-169/+248
|\ \ \
| * \ \ Merge branch 'fix-gitorious-importer' into 'master'Dmitriy Zaporozhets2015-04-271-1/+1
| |\ \ \
| | * | | Get Gitorious importer to work again.fix-gitorious-importerDouwe Maan2015-04-241-1/+1
| | |/ /
| * | | Merge branch 'forked-event' into 'master'Dmitriy Zaporozhets2015-04-274-58/+36
| |\ \ \
| | * | | Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-244-58/+36
| * | | | Merge branch 'rs-minor-styles' into 'master'Dmitriy Zaporozhets2015-04-2716-110/+105
| |\ \ \ \
| | * | | | Place the logo's tooltip dynamicallyrs-minor-stylesRobert Speicher2015-04-252-1/+9
| | * | | | Add data-placement attributes for all sidebar linksRobert Speicher2015-04-259-70/+70
| | * | | | Add collapsed navbar links to the default tooltip selectorRobert Speicher2015-04-252-5/+1
| | * | | | There's no longer a reason to re-render the header on Design updatesRobert Speicher2015-04-251-3/+0
| | * | | | Remove the `has_bottom_tooltip` classRobert Speicher2015-04-253-17/+13
| | * | | | Fix Profile > Design live-updatingRobert Speicher2015-04-251-1/+1
| | * | | | Items with tooltips don't need a 'data-original-title' attributeRobert Speicher2015-04-251-22/+21
| | * | | | Don't override color of code blocks in notesRobert Speicher2015-04-251-1/+0
| | * | | | Simplify icon style selectorsRobert Speicher2015-04-252-2/+2
| | | |/ / | | |/| |
| * | | | Rename `CommitRange#sha_from_as_param` to `#suffixed_sha_from`rs-refactor-reference-extractorRobert Speicher2015-04-251-4/+4
| * | | | Rename `CommitRange#inclusive?` to `#exclude_start?`Robert Speicher2015-04-251-14/+12
| * | | | Remove CommitRange#to_aRobert Speicher2015-04-251-13/+0
| * | | | Include caret in CommitRange#reference_titleRobert Speicher2015-04-251-1/+1
| * | | | Remove param from CommitRange#to_sRobert Speicher2015-04-251-6/+2
| * | | | CommitRange improvementsRobert Speicher2015-04-251-14/+11
| * | | | Add CommitRange classRobert Speicher2015-04-251-0/+128
| |/ / /
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-04-279-18/+31
|\ \ \ \
| * \ \ \ Merge pull request #8644 from Bugagazavr/hook-eventsDmitriy Zaporozhets2015-04-277-15/+21
| |\ \ \ \
| | * | | | Added X-GitLab-Event header for web hooksbugagazavr2015-04-257-15/+21
| | |/ / /
| * | | | Add notify and color options to HipchatServiceDominik Sander2015-04-262-3/+10
| |/ / /
* | | | Add new admin settingsVinnie Okada2015-04-2615-63/+73
|/ / /
* | | Merge branch 'fix-slack-channel-in-admin-settings' into 'master'Douwe Maan2015-04-242-20/+10
|\ \ \
| * | | Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-242-20/+10
| |/ /
* | | Merge branch 'rs-simplify-uploads-controller' into 'master'Robert Speicher2015-04-241-5/+2
|\ \ \
| * | | Simplify the `skip_before_filter` logic for UploadsControllerrs-simplify-uploads-controllerRobert Speicher2015-04-231-5/+2
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-244-32/+67
|\ \ \ \
| * \ \ \ Merge branch 'mobile-ui-improvements' into 'master'Dmitriy Zaporozhets2015-04-244-32/+67
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Improve mobile UI for dashboard and project pagesDmitriy Zaporozhets2015-04-244-32/+67
* | | | | Merge branch 'username-period-again' into 'master'Douwe Maan2015-04-241-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |