summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Refactor MR code reloadDmitriy Zaporozhets2014-02-181-3/+0
* Allow change assignee/milestone from MergeRequest show pageDmitriy Zaporozhets2014-02-181-1/+8
* Merge pull request #6313 from jvanbaarsen/fix-6207-msi-mimetypeDmitriy Zaporozhets2014-02-181-5/+13
|\
| * Fixes #6207 Allow raw download of *.msi filesJeroen van Baarsen2014-02-131-5/+13
* | Merge branch 'improve_large_groups' into 'master'Dmitriy Zaporozhets2014-02-143-2/+10
|\ \
| * | Show only people who have assigned merge requests in assignee dropdownDmitriy Zaporozhets2014-02-132-1/+1
| * | Show only people who have assigned issues in assignee dropdownDmitriy Zaporozhets2014-02-131-0/+1
| * | Adopt Group#members page for large groups (> 100 users)Dmitriy Zaporozhets2014-02-131-1/+8
| |/
* | Add email aliases for usersJason Hollingsworth2014-02-131-0/+26
|/
* User can leave group from group page.Ciro Santillli2014-02-123-13/+15
* Use gitlab_git 5.4.0 without BROKEN_DIFF constantDmitriy Zaporozhets2014-02-121-5/+1
* Merge pull request #6297 from jojosch/user-public-ssh-keys-newlineDmitriy Zaporozhets2014-02-111-1/+1
|\
| * Split the user ssh keys by newline, not the characters "\n"Johannes Schleifenbaum2014-02-111-1/+1
* | Merge branch 'bug/gravatr_select2' into 'master'Dmitriy Zaporozhets2014-02-111-0/+1
|\ \ | |/ |/|
| * Dont use avatars for user select if avatar is disabledDmitriy Zaporozhets2014-02-111-0/+1
* | Merge pull request #6177 from cirosantilli/public-user-pagesDmitriy Zaporozhets2014-02-111-4/+16
|\ \
| * | User pages are visible to users without loginCiro Santillli2014-02-111-4/+16
| |/
* | Merge pull request #5261 from devaroop/retrieve_ssh_keys_by_sshDmitriy Zaporozhets2014-02-111-0/+21
|\ \ | |/ |/|
| * code refactor as per standardsGitLab2014-02-111-4/+7
| * sync with upstream for ease to mergeGitLab2014-02-0646-282/+545
| |\
| | * merge with upstream masterGitLab2014-02-0646-282/+545
| | |\
| | * | getting user keys publically through http without any authentication, the git...devaroop2013-10-021-0/+18
| * | | adding tests for the ssh keys featureGitLab2014-02-061-1/+1
| * | | getting user keys publically through http without any authentication, the git...devaroop2013-10-031-0/+18
| |/ /
* | | Show last commit for Blob#showDmitriy Zaporozhets2014-02-101-1/+1
* | | Merge branch 'bug/filtering_service' into 'master'Dmitriy Zaporozhets2014-02-101-2/+2
|\ \ \
| * | | Fix wrong issues appears at Dashboard#issues pageDmitriy Zaporozhets2014-02-101-2/+2
| | |/ | |/|
* | | Fix Issues#bulk_updateDmitriy Zaporozhets2014-02-101-3/+6
|/ /
* | Prevent 500 error on Compare page if diff read timout happensDmitriy Zaporozhets2014-02-051-0/+5
* | Use MergeRequestDiff::COMMITS_SAFE_SIZE for Compare diff limit.Dmitriy Zaporozhets2014-02-051-1/+1
* | Use new tags/branches from gitlab_gitDmitriy Zaporozhets2014-02-031-1/+1
* | Fix bug with merge request branch selectDmitriy Zaporozhets2014-01-311-2/+5
* | added group avatarsSteven Thonus2014-01-281-0/+12
* | Add files to path blacklist.Jason Hollingsworth2014-01-241-2/+0
* | Improve authorization for new/edit blob pagesDmitriy Zaporozhets2014-01-243-0/+3
* | Allow developers to mange issue trackerDmitriy Zaporozhets2014-01-241-1/+1
* | Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-1/+1
|\ \
| * | Always create merge_request_diff if MR createdDmitriy Zaporozhets2014-01-221-1/+0
| * | Render MR diff correctlyDmitriy Zaporozhets2014-01-221-0/+1
* | | Fix selectbox when submit MR from fork to originDmitriy Zaporozhets2014-01-231-0/+4
* | | Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-2214-19/+19
|\ \ \ | |/ / |/| |
| * | Remove deprecated findersskv2014-01-1914-19/+19
* | | Dont override project_id params when use issues/mr filteringDmitriy Zaporozhets2014-01-202-4/+2
* | | Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-0/+10
|/ /
* | Move all Context classes into ServicesDmitriy Zaporozhets2014-01-168-13/+13
* | Merge pull request #6062 from skv-headless/fix_n+1_user_pageDmitriy Zaporozhets2014-01-161-1/+1
|\ \
| * | fix n+1 problem for namespacesskv2014-01-151-1/+1
* | | Merge branch 'refactoring/issues_filter' into 'master'Dmitriy Zaporozhets2014-01-164-14/+34
|\ \ \
| * | | Use FilteringService for project issuus, mrsDmitriy Zaporozhets2014-01-152-4/+13
| * | | Use FilteringService for Dashboard, Group pagesDmitriy Zaporozhets2014-01-152-10/+21
| |/ /