summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Line tooltip up with icon20294-commit-tooltipAnnabel Dunstone2016-07-261-0/+4
* Fix CI status icon link underlineClement Ho2016-07-251-0/+5
* Merge branch 'ie-dropdown-search-field' into 'master' Fatih Acet2016-07-251-0/+1
|\
| * Fixed dropdown search field height in ie11ie-dropdown-search-fieldPhil Hughes2016-07-111-0/+1
* | Merge branch 'diff-email-css' into 'master' Fatih Acet2016-07-251-61/+19
|\ \
| * | Changed tr to be direct descendantdiff-email-cssPhil Hughes2016-07-211-1/+1
| * | Fixed padding on line contentPhil Hughes2016-07-201-6/+4
| * | Changed CSS for emails to be mostly single class selectorsPhil Hughes2016-07-131-26/+15
| * | Reduced diff email CSSPhil Hughes2016-07-121-48/+19
* | | Merge branch 'new-branch-button-highlight' into 'master' Fatih Acet2016-07-251-0/+9
|\ \ \
| * | | Add green outline to New Branch button (!5447)winniehell2016-07-231-0/+9
* | | | ES6ify all the things!Fatih Acet2016-07-24270-10463/+12695
* | | | Add light border to rounded avatarsdz-avatar-borderDmitriy Zaporozhets2016-07-222-13/+11
|/ / /
* | | Reduce min width of pipeline tableAnnabel Dunstone2016-07-211-0/+9
* | | Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-211-3/+3
|\ \ \
| * | | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-3/+3
* | | | Fix sha icon positioning on safariui-bug-fixesAnnabel Dunstone2016-07-211-2/+2
* | | | Mobile view for commit statusAnnabel Dunstone2016-07-211-0/+8
* | | | Fix ci icons getting cut offAnnabel Dunstone2016-07-213-6/+6
* | | | Fix firefox rendering of SVGsAnnabel Dunstone2016-07-211-0/+1
* | | | Fix icons on commits page and builds pageAnnabel Dunstone2016-07-211-0/+8
* | | | Bug fixesAnnabel Dunstone2016-07-212-1/+13
* | | | Merge branch 'hide-project-name-in-project-activities' into 'master' Fatih Acet2016-07-211-0/+8
|\ \ \ \
| * | | | Hide namespace and project name on project activity page (!5068)winniehell2016-07-141-0/+8
* | | | | Merge branch 'add-preview-image-border' into 'master' Fatih Acet2016-07-212-28/+22
|\ \ \ \ \
| * | | | | Add image border in Markdown preview (!5162)winniehell2016-07-212-28/+22
* | | | | | Merge branch 'gl-dropdown-enter-key-fix' into 'master' Fatih Acet2016-07-211-1/+14
|\ \ \ \ \ \
| * | | | | | Fixed issue where using arrow keys would require arrow key to be pressed twicegl-dropdown-enter-key-fixPhil Hughes2016-07-201-5/+2
| * | | | | | Highlights first row when filtering in dropdownsPhil Hughes2016-07-201-0/+11
| * | | | | | Fixed dropdown enter key when searchingPhil Hughes2016-07-201-0/+5
* | | | | | | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove VideoJS and clean the integrationRémy Coutable2016-07-204-10/+1
| * | | | | | First support of videos in issues, MRs and notesEric Hayes2016-07-193-0/+9
* | | | | | | Merge branch 'sidebar-clipboard-toggle' into 'master' Fatih Acet2016-07-201-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Prevent toggling sidebar when clipboard icon clicked.sidebar-clipboard-toggleFatih Acet2016-07-201-0/+3
* | | | | | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Removed escaping characters by using double quotes.Patricio Cano2016-07-181-1/+1
| * | | | | | | Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-181-2/+1
| * | | | | | | Move inline JS to admin.js.coffee specific file.Patricio Cano2016-07-181-0/+12
* | | | | | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-203-8/+23
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failureKamil Trzcinski2016-07-209-2/+93
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Use switch statements instead of if/else chains.Connor Shea2016-07-191-6/+7
| * | | | | | | | Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-193-4/+18
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix-side-by-side-comment-widget' into 'master' Jacob Schatz2016-07-201-7/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Off mouse listener from document for diff comment button.Fatih Acet2016-07-191-1/+3
| * | | | | | | | Fix inline view for comment button selector.Fatih Acet2016-07-191-1/+4
| * | | | | | | | Revert "Refactored .prev and .next methods"Fatih Acet2016-07-191-7/+3
* | | | | | | | | Merge branch 'issue-19641' into 'master' Jacob Schatz2016-07-201-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | use correct color variable for borderelliotec2016-07-121-1/+1
| * | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceMichael Elliott2016-07-092-9/+7
| |\ \ \ \ \ \ \ \