summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* ES6ify all the things!Fatih Acet2016-07-24270-10463/+12695
* 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
* | 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 '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-201-6/+9
|\ \ \ \
| * | | | 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-191-2/+4
| | |_|/ | |/| |
* | | | 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 'rename-js-files' into 'master' Fatih Acet2016-07-204-0/+0
|\ \ \ | |/ / |/| |
| * | Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-154-0/+0
* | | Merge branch 'sidebar-dropdowns-blur-link' into 'master' Fatih Acet2016-07-181-0/+2
|\ \ \ | |_|/ |/| |
| * | Blurs the clicked link in dropdown menussidebar-dropdowns-blur-linkPhil Hughes2016-07-181-0/+2
* | | Merge branch 'caironoleto/gitlab-ce-cn-issue-19747'Douwe Maan2016-07-182-6/+25
|\ \ \
| * | | Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-142-6/+25
* | | | Merge branch 'undo-revert-of-4892' into 'master' 19396-api-allow-admin-owner-to-set-timestamp-when-changing-issue-stateRémy Coutable2016-07-181-4/+4
|\ \ \ \
| * | | | Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-4/+4
| | |/ / | |/| |
* | | | Fix activity heatmap to show proper day name.eanplatter2016-07-161-1/+1
|/ / /
* | | Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6Douwe Maan2016-07-154-30/+14
* | | Merge branch '17341-firefox-u2f' into 'master' Robert Speicher2016-07-154-19/+18
|\ \ \
| * | | Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-142-6/+9
| * | | Use a single challenge for U2F authentication.Timothy Andrew2016-07-141-3/+12
| * | | Load Javascript U2F library selectively.Timothy Andrew2016-07-142-14/+1
* | | | Merge branch 'issuable-sidebar-collapsed-tooltip' into 'master' Fatih Acet2016-07-151-1/+5
|\ \ \ \
| * | | | Changed collapsed assignee tooltip to users namePhil Hughes2016-07-131-1/+5
* | | | | Merge branch 'gl-dropdown-issuable-form' into 'master' Jacob Schatz2016-07-154-14/+30
|\ \ \ \ \
| * | | | | Updated testsPhil Hughes2016-07-071-2/+1
| * | | | | GL dropdowns in issuable formPhil Hughes2016-07-074-13/+30
* | | | | | Merge branch 'compare-dropdowns' into 'master' Jacob Schatz2016-07-153-4/+62
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixed submit button not enablingcompare-dropdownsPhil Hughes2016-07-081-1/+3
| * | | | | Updated dropdowns to use field insteadPhil Hughes2016-07-084-6/+61
| * | | | | Updated compare dropdownsPhil Hughes2016-07-081-2/+3
* | | | | | Merge branch 'lbennett/gitlab-ce-18120-focus-filter-shortcut' into 'master' Fatih Acet2016-07-143-12/+16
|\ \ \ \ \ \
| * | | | | | Review changeslbennett/gitlab-ce-18120-focus-filter-shortcutLuke "Jared" Bennett2016-07-112-8/+9
| * | | | | | Added shortcut to focus all search tags apart from the top nav searchLuke "Jared" Bennett2016-07-113-9/+12
| | |_|_|/ / | |/| | | |
* | | | | | Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-4/+4
* | | | | | Merge branch 'dropdown-load-fix' into 'master' Douwe Maan2016-07-131-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | adds test to check json fields on simple request and changes the url request ...tiagonbotelho2016-07-121-1/+0
| * | | | | fixes missing field on basicprojectdetailstiagonbotelho2016-07-121-0/+1