summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix GFM dropdown not showing at beginning of new linesgfm-new-line-fixPhil Hughes2016-12-281-1/+1
* Merge branch '25364-fix-preview-multi-request' into 'master' Alfredo Sumaran2016-12-271-60/+55
|\
| * move check for preview loading class to top of method25364-fix-preview-multi-requestMike Greiling2016-12-271-2/+7
| * remove preview markdown ajax trigger on textarea blurMike Greiling2016-12-271-7/+3
| * fix some more eslint rulesMike Greiling2016-12-271-6/+8
| * fix some eslint rulesMike Greiling2016-12-271-19/+18
| * add loading class to preview element and check it to prevent multiple ajax re...Mike Greiling2016-12-271-3/+3
| * rename renderMarkdown to fetchMarkdownPreview to be less misleadingMike Greiling2016-12-271-2/+2
| * use $ sign to make it clear when dealing with jQuery objectMike Greiling2016-12-271-9/+9
| * refactor _this usage into proper function bindingMike Greiling2016-12-271-15/+11
| * remove superfluous return statements generated by coffeescriptMike Greiling2016-12-271-27/+24
* | Revert "Merge branch 'increase-left-padding-of-filter-row-labels' into 'master'"Fatih Acet2016-12-271-1/+1
* | Merge branch '18786-go-to-a-project-order' into 'master' Alfredo Sumaran2016-12-272-2/+3
|\ \
| * | Go to a project orderJacopo2016-12-152-2/+3
* | | Merge branch '25907-limited-container' into 'master' Fatih Acet2016-12-271-29/+31
|\ \ \
| * | | Only limit container width on issues & MRs within fixed-width container25907-limited-containerAnnabel Dunstone Gray2016-12-271-29/+31
* | | | Merge branch '25997-label-text-are-not-vertically-aligned' into 'master' Annabel Dunstone Gray2016-12-271-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Changed the label font size from 13px to 12px25997-label-text-are-not-vertically-alignedJose Ivan Vargas2016-12-271-1/+1
* | | | Merge branch 'issues/8081' into 'master' Annabel Dunstone Gray2016-12-272-18/+18
|\ \ \ \
| * | | | rename theme to match actual colorsBM5k2016-12-062-8/+8
| * | | | rename graphite theme variables for consistencyBM5k2016-12-061-5/+5
| * | | | rename charcoal theme variables for consistencyBM5k2016-12-021-5/+5
* | | | | Merge branch '1659-long-tag-title' into 'master' Annabel Dunstone Gray2016-12-276-41/+90
|\ \ \ \ \
| * | | | | Truncate tag description and fix mobile for inidividual tag1659-long-tag-titleSam Rose2016-12-276-41/+90
* | | | | | Merge branch 'dz-rename-reserved-project-names' into 'master' Dmitriy Zaporozhets2016-12-271-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 'dz-rename-reserved-project-names'Dmitriy Zaporozhets2016-12-2744-130/+277
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Rename projects with reserved path namesDmitriy Zaporozhets2016-12-241-2/+2
* | | | | | | Merge branch 'master' into 'master' Annabel Dunstone Gray2016-12-271-1/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Extend the list header top border to the edge of the box Pier Paolo Ramon2016-12-021-0/+6
| * | | | | | Minor white-space source formattingPier Paolo Ramon2016-12-021-1/+1
* | | | | | | Merge branch 'resolve-note-svg-color' into 'master' Annabel Dunstone Gray2016-12-271-6/+2
|\ \ \ \ \ \ \
| * | | | | | | Fixed discussion note resolve button SVG colorresolve-note-svg-colorPhil Hughes2016-12-221-6/+2
* | | | | | | | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-2710-35/+91
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-20429-2002/+4060
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge CSSFilipa Lacerda2016-12-12147-898/+1260
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Adds CSS to match the mockups and makes table responsiveFilipa Lacerda2016-12-122-31/+46
| * | | | | | | | | | Use btn-inverted for New Deploy KeyLin Jen-Shin2016-12-121-1/+1
| * | | | | | | | | | Use consistent words, feedback:Lin Jen-Shin2016-12-104-5/+5
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-06396-3768/+5254
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Allow admin to set keys with write access, andLin Jen-Shin2016-11-224-1/+18
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-22209-1364/+5287
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | We removed User#has_access_to?Lin Jen-Shin2016-11-181-1/+3
| * | | | | | | | | | | | We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-181-4/+0
| * | | | | | | | | | | | Don't notify user for deploy keys, feedback:Lin Jen-Shin2016-11-183-5/+11
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-17254-832/+1177
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Introduce has_access_to? so that we could reuse itLin Jen-Shin2016-11-163-3/+11
| * | | | | | | | | | | | | Add more tests and fix write to project checkLin Jen-Shin2016-11-111-0/+4
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-101101-9417/+26322
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Set current user as deploy key userAli Ibrahim2016-09-031-1/+1
| * | | | | | | | | | | | | | Rephrase wording for pull/push accessAli Ibrahim2016-08-191-2/+2