summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-08-2741-269/+269
|\
| * Merge branch 'ui-improvements' into 'master'Dmitriy Zaporozhets2015-08-2732-259/+232
| |\
| | * Make search bar on search page more noticeableDmitriy Zaporozhets2015-08-275-12/+22
| | * More compact search pageDmitriy Zaporozhets2015-08-273-6/+5
| | * Use same snippets icon everywhere. Fix list style for bordered-listDmitriy Zaporozhets2015-08-272-1/+2
| | * Restyle snippets renderingDmitriy Zaporozhets2015-08-275-28/+34
| | * Fix 500 error when try to create project snippet without contentDmitriy Zaporozhets2015-08-261-3/+8
| | * Standartize how we render group rowsDmitriy Zaporozhets2015-08-264-38/+30
| | * Small improvements to center top menuDmitriy Zaporozhets2015-08-261-2/+1
| | * Remove unused cssDmitriy Zaporozhets2015-08-261-72/+0
| | * Refactor project list renderingDmitriy Zaporozhets2015-08-2615-94/+119
| | * Improve trending projects finderDmitriy Zaporozhets2015-08-261-5/+13
| * | Merge branch 'enable_ssl_verification_web_hook' into 'master'Dmitriy Zaporozhets2015-08-268-9/+34
| |\ \
| | * | Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-268-9/+34
| * | | Merge branch 'prevent-too-many-redirects-on-signin' into 'master'Dmitriy Zaporozhets2015-08-261-1/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Prevent too many redirects error when home page URL set to external_urllStan Hu2015-08-261-1/+3
* | | | Doesn't refer to participating in watch.Sytse Sijbrandij2015-08-261-1/+1
|/ / /
* | | Merge branch 'fluid-fixed-layout' into 'master'Dmitriy Zaporozhets2015-08-2614-108/+89
|\ \ \
| * | | Fix header for anonymous users toofluid-fixed-layoutDmitriy Zaporozhets2015-08-261-6/+1
| * | | Align header with content containerDmitriy Zaporozhets2015-08-265-81/+66
| * | | Limit content width for big screens except certain pagesDmitriy Zaporozhets2015-08-2610-21/+22
* | | | Improve perofrmance of git blameValery Sizov2015-08-261-1/+1
* | | | Merge branch 'bar-graphs' into 'master'Dmitriy Zaporozhets2015-08-261-9/+12
|\ \ \ \
| * | | | Change plots to bar graphsJosef Kufner2015-08-251-9/+12
| |/ / /
* | | | Merge branch 'ui-improvements' into 'master'Dmitriy Zaporozhets2015-08-265-7/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Increase width of sidebar for several pagesDmitriy Zaporozhets2015-08-263-6/+6
| * | | Improve project name/description look on project pageDmitriy Zaporozhets2015-08-262-1/+4
| |/ /
* | | Merge branch 'dropdown-positioning' into 'master'Dmitriy Zaporozhets2015-08-252-1/+5
|\ \ \ | |/ / |/| |
| * | UI Improvement for the project pageHannes Rosenögger2015-08-252-1/+5
* | | Merge branch 'separate-activity' into 'master'Dmitriy Zaporozhets2015-08-256-39/+11
|\ \ \
| * | | Re-use project partial for rendering explore projectsDmitriy Zaporozhets2015-08-256-39/+11
* | | | Merge branch 'separate-activity' into 'master'Dmitriy Zaporozhets2015-08-2513-61/+79
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-253-2/+5
| * | Make some visual improvements to dashboard page after we moved activityDmitriy Zaporozhets2015-08-257-44/+46
| * | Dashboard activity as separate pageDmitriy Zaporozhets2015-08-255-16/+29
* | | Merge branch 'fix-reload-with-full-diff-in-compare-branch' into 'master'Dmitriy Zaporozhets2015-08-251-1/+1
|\ \ \
| * | | Fix "Reload with full diff" URL button in compare branch viewStan Hu2015-08-241-1/+1
* | | | Merge branch 'improve-abuse-reports' into 'master'Dmitriy Zaporozhets2015-08-254-8/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix remove report buttonimprove-abuse-reportsDmitriy Zaporozhets2015-08-251-2/+2
| * | | Improve abuse reports managementDmitriy Zaporozhets2015-08-254-7/+21
* | | | Merge branch 'handle-smtp-input-errors' into 'master'Dmitriy Zaporozhets2015-08-251-14/+19
|\ \ \ \
| * | | | Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to ...Stan Hu2015-08-191-14/+19
* | | | | Ignore empty incoming messages.Douwe Maan2015-08-242-0/+4
| |/ / / |/| | |
* | | | Merge branch 'fix-error-500-groups-with-avatar' into 'master'Douwe Maan2015-08-241-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix Error 500 in API when accessing a group that has an avatarStan Hu2015-08-241-0/+1
| | |/ | |/|
* | | Ability to search milestonesmilestone_searchValery Sizov2015-08-244-3/+33
|/ /
* | Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-234-20/+38
* | Create cross-reference for closing references on commits pushed to non-defaul...Maël Valais2015-08-221-5/+10
* | Merge branch 'reply-by-email' into 'master'Robert Speicher2015-08-2214-87/+228
|\ \
| * | Block blocked users from replying to threads by email.reply-by-emailDouwe Maan2015-08-211-0/+2