summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'facebook-auth' into 'master' Robert Speicher2015-11-042-1/+1
|\
| * Add Facebook authenticationDouwe Maan2015-11-032-1/+1
* | Merge branch 'rs-git-bin-path' into 'master' Douwe Maan2015-11-041-6/+6
|\ \
| * | Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-6/+6
| |/
* | Merge branch 'fix-infinite-redirect' into 'master' Stan Hu2015-11-041-7/+15
|\ \
| * | Only redirect to homepage url when its not the root urlJeroen van Baarsen2015-11-021-7/+15
* | | Improvements to profile page UIimprove-profile-pageDmitriy Zaporozhets2015-11-045-9/+26
* | | Merge branch 'create-project-performance' into 'master' Yorick Peterse2015-11-041-2/+0
|\ \ \
| * | | Removed extra activity update for new projectscreate-project-performanceYorick Peterse2015-10-291-2/+0
* | | | Merge branch 'remove-duplicate-orders' into 'master' Yorick Peterse2015-11-041-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Only sort by IDs by defaultYorick Peterse2015-11-031-5/+5
* | | | Merge branch 'improve-profile-page'Dmitriy Zaporozhets2015-11-036-45/+97
|\ \ \ \
| * | | | Add extra padding between user description and links on profile pageDmitriy Zaporozhets2015-11-031-1/+1
| * | | | Apply new design for user profile pageDmitriy Zaporozhets2015-11-035-33/+58
| * | | | Improve profile page UIDmitriy Zaporozhets2015-11-032-11/+38
* | | | | Merge branch 'fix-clipboard-btn' into 'master' Dmitriy Zaporozhets2015-11-031-0/+4
|\ \ \ \ \
| * | | | | Fix clipboard button overflowDmitriy Zaporozhets2015-11-031-0/+4
| |/ / / /
* | | | | Merge branch 'go-to-nav'Dmitriy Zaporozhets2015-11-035-12/+12
|\ \ \ \ \
| * | | | | Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-035-12/+12
* | | | | | Merge branch 'drop-old-builds' into 'master' Kamil Trzciński2015-11-031-0/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Cleanup stuck CI builds dailydrop-old-buildsKamil Trzcinski2015-11-031-0/+18
* | | | | | Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-031-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+1
* | | | | | Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets2015-11-031-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets2015-11-036-2/+24
|\ \ \ \ \
| * | | | | Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-024-35/+7
| * | | | | Actually converted code to following suggestions.Michael Chmielewski2015-10-281-6/+3
| * | | | | Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-281-1/+6
| * | | | | Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-281-4/+5
| * | | | | Add support for searching commit log messagesJonathan Schoeffling2015-10-285-2/+49
| | |_|/ / | |/| | |
* | | | | Add 'New file' link to dropdown on project pageDmitriy Zaporozhets2015-11-031-0/+4
* | | | | Merge pull request #9791 from konpyu/fix-deprecatedStan Hu2015-11-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix deprecatedKON YUICHI2015-10-311-1/+1
| | |/ / | |/| |
* | | | Persist blob editor's value on submit, not on clickrs-editor-submitRobert Speicher2015-10-312-8/+8
|/ / /
* | | Merge branch 'optimize-user-find-by-any-email' into 'master' Yorick Peterse2015-10-301-15/+10
|\ \ \
| * | | Use a subquery with IDs only for find_by_any_emailYorick Peterse2015-10-301-9/+7
| * | | Fixed UNION syntax for MySQLYorick Peterse2015-10-301-2/+2
| * | | Use a UNION for User.find_by_any_emailYorick Peterse2015-10-301-3/+12
| * | | Improve performance of User.find_by_any_emailYorick Peterse2015-10-301-15/+3
* | | | Merge branch 'minor-ui-fixes' into 'master' Dmitriy Zaporozhets2015-10-303-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix label destroy jsminor-ui-fixesDmitriy Zaporozhets2015-10-291-1/+1
| * | | Fix bg for labels page when no labels presentDmitriy Zaporozhets2015-10-291-3/+3
| * | | Put delete snippet btn after edit btnDmitriy Zaporozhets2015-10-291-4/+4
* | | | Merge branch 'binford2k/gitlab-ce-feature/create_new_directories'Douwe Maan2015-10-294-5/+21
|\ \ \ \
| * | | | Add ability to create directories in the editorBen Ford2015-10-294-5/+21
| | |/ / | |/| |
* | | | Force update refs/merge-requests/X/head upon a push to the source branch of a...Stan Hu2015-10-291-1/+1
|/ / /
* | | Merge branch 'edit-new-cross-references'Dmitriy Zaporozhets2015-10-283-3/+3
|\ \ \ | |_|/ |/| |
| * | Use issue editor as cross reference comment author when issue is edited with ...edit-new-cross-referencesDouwe Maan2015-10-283-3/+3
| |/
* | Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-285-59/+0
|/
* Merge pull request #9771 from kazubu/fix_error_destroy_without_refererStan Hu2015-10-261-5/+1
|\