summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix Error 500 in creating merge requests with > 1000 diffsStan Hu2015-09-281-2/+2
* Merge branch 'fix-stuck-forked-project-import' into 'master' Dmitriy Zaporozhets2015-09-281-2/+7
* Merge branch 'remove-routes-helper' into 'master'Dmitriy Zaporozhets2015-09-284-37/+14
* I misunderstood how the button worked.Sytse Sijbrandij2015-09-241-1/+1
* Make instructions for CI disable checkbox clear.Sytse Sijbrandij2015-09-241-1/+1
* Merge branch 'get-ci-token-from-ci-projects' into 'master'Robert Speicher2015-09-242-3/+7
* Merge branch 'rs-help-page' into 'master' Douwe Maan2015-09-242-21/+11
* Use standard Markdown font in Markdown preview instead of fixed-width fontStan Hu2015-09-241-1/+0
* Fix default avatar not showing up in network graphStan Hu2015-09-241-1/+1
* Remove git refs used internally by GitLab from network graphStan Hu2015-09-241-1/+4
* Merge branch 'rs-sign-in-margin' into 'master' Robert Speicher2015-09-231-1/+1
* Make commit graphs responsive to window width changesStan Hu2015-09-231-41/+35
* clarify confirmation text on user deletion.Hannes Rosenögger2015-09-231-1/+1
* Merge branch 'rs-fix-help-links' into 'master' Douwe Maan2015-09-232-5/+6
* Merge branch 'fix-ci-permissions' into 'master'Dmitriy Zaporozhets2015-09-222-42/+43
* Tweak remaining CSS for Markdown previewStan Hu2015-09-213-3/+3
* Merge branch 'fix-issue-2593' into 'master' Robert Speicher2015-09-212-5/+10
|\
| * Fix Error 500 when comparing non-existing branchesfix-issue-2593Stan Hu2015-09-182-5/+10
* | Merge branch 'rename-reply-by-email' into 'master' Robert Speicher2015-09-214-4/+10
|\ \
| * \ Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-217-11/+21
| |\ \
| * | | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-214-4/+10
* | | | Merge branch 'fix-ci-handling' into 'master' Dmitriy Zaporozhets2015-09-212-3/+8
|\ \ \ \
| * | | | Fixed MR handling when GitLab CI project is not presentfix-ci-handlingKamil Trzcinski2015-09-212-3/+8
* | | | | Merge branch 'fix-note-edit-preview-css' into 'master' Robert Speicher2015-09-214-3/+7
|\ \ \ \ \
| * | | | | More tweaks to make note edit/preview CSS consistentStan Hu2015-09-214-3/+7
* | | | | | Merge branch 'fix-mr-without-refs' into 'master' Dmitriy Zaporozhets2015-09-212-1/+20
|\ \ \ \ \ \
| * | | | | | Fetch merge request ref if it is missing when visit MR pagefix-mr-without-refsDmitriy Zaporozhets2015-09-212-1/+20
| |/ / / / /
* | | | | | Merge branch 'fix-milestone-destroy-in-mr' into 'master' Dmitriy Zaporozhets2015-09-211-0/+5
|\ \ \ \ \ \
| * | | | | | Remove milestones from merge requests when milestones are deletedStan Hu2015-09-211-0/+5
| |/ / / / /
| * | | | | Revert "Fixed MR handling when GitLab CI project is not present"Kamil Trzcinski2015-09-212-8/+3
| * | | | | Fixed MR handling when GitLab CI project is not presentKamil Trzcinski2015-09-212-3/+8
| |/ / / /
* | | | | Merge branch 'repo-size-link' into 'master' Dmitriy Zaporozhets2015-09-212-3/+3
|\ \ \ \ \
| * | | | | Link project repo size to filesrepo-size-linkDouwe Maan2015-09-212-3/+3
| |/ / / /
* | | | | Merge branch 'remove-project-panel-ci-button' into 'master' Dmitriy Zaporozhets2015-09-211-4/+0
|\ \ \ \ \
| * | | | | Remove CI button from project home panelremove-project-panel-ci-buttonDouwe Maan2015-09-211-4/+0
| |/ / / /
* | | | | Merge branch 'ci-nav-fw' into 'master' Dmitriy Zaporozhets2015-09-212-14/+14
|\ \ \ \ \
| * | | | | Use fixed-width icons in CI nav sidebar.ci-nav-fwDouwe Maan2015-09-212-14/+14
| |/ / / /
* | | | | Use consistent styling for number of commits in CI nav sidebarci-nav-commits-countDouwe Maan2015-09-211-1/+1
|/ / / /
* | | | Merge branch 'notification-levels' into 'master' Douwe Maan2015-09-218-3/+105
|\ \ \ \
| * | | | Minor code cleanupnotification-levelsDouwe Maan2015-09-203-24/+23
| * | | | Use the `find_by_user_id` magic finder instead of `where`.Patricio Cano2015-09-161-1/+1
| * | | | Updated label from `Mention` to `On Mention`.Patricio Cano2015-09-161-1/+1
| * | | | Merge branch 'master' into notification-levelsPatricio Cano2015-09-16181-58/+6914
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into notification-levelsPatricio Cano2015-09-1698-441/+645
| |\ \ \ \ \
| * | | | | | Added Global to the drop downs and updated the label of the button to show th...Patricio Cano2015-09-164-13/+46
| * | | | | | Replaced `this` with `@` in the coffee file and added an arrow that clearly m...Patricio Cano2015-09-142-3/+4
| * | | | | | Notification dropdown now shows currently active level, and also shows what t...Patricio Cano2015-09-144-10/+23
| * | | | | | Corrected `case` indentation to conform with RubocopPatricio Cano2015-09-141-22/+22
| * | | | | | Added spacing to icons in Notification drop downPatricio Cano2015-09-141-4/+4
| * | | | | | Notification level can now be saved from within the project view.Patricio Cano2015-09-146-21/+32