summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users_select.js
Commit message (Expand)AuthorAgeFilesLines
* Resolve ""Add Members" drop-down doesn't separate Name/Username"Tim Zallmann2017-06-221-1/+1
* Backport MR from EEClement Ho2017-05-261-2/+32
* Merge branch '31987-automatically-close-assignee-select-dropdown-after-select...Phil Hughes2017-05-181-0/+9
|\
| * Remove unnecessary hidden()31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabledClement Ho2017-05-171-2/+0
| * Use to toggle the dropdownClement Ho2017-05-171-1/+1
| * Fix conflict on users_selectClement Ho2017-05-121-606/+599
| * Add additional EE checkClement Ho2017-05-111-1/+3
| * Automatically close user dropdown for CEClement Ho2017-05-091-0/+9
* | Fix unassigned checkmarkClement Ho2017-05-171-5/+16
* | Import export users selectLuke "Jared" Bennett2017-05-121-596/+590
* | Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda2017-05-091-4/+3
|\ \ | |/ |/|
| * remove bind polyfill from users_select.jsMike Greiling2017-05-081-4/+3
* | Prevent vue.esm.js from being bundled into the primary JS bundleMike Greiling2017-05-091-6/+8
|/
* Fix specsClement Ho2017-05-041-16/+25
* Fix eslint and rubocopClement Ho2017-05-041-1/+1
* Restrict FE assignees to 1Clement Ho2017-05-041-2/+4
* Fix FE conflictsClement Ho2017-05-041-23/+0
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-83/+294
* Default to null user when asignee is unselected31057-unnecessary-padding-along-left-side-of-assignees-dropdownSam Rose2017-05-021-6/+12
* Add option to select the null user as the defaultSam Rose2017-04-291-2/+4
* Display check next to assigned user in dropdownSam Rose2017-04-281-3/+2
* Assignee filter on group issues/merge requests only loads group usersgroup-assignee-dropdown-send-group-idPhil Hughes2017-04-241-0/+1
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+3
* Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-5/+3
* remove Vue from the global spaceMike Greiling2017-03-201-1/+2
* don't show loading spinners for server-rendered sidebar fieldsSimon Knox2017-03-181-2/+2
* Removed previous filter codePhil Hughes2017-03-081-5/+0
* re-add Assign to Me link on new MR/Issue formsSimon Knox2017-03-071-2/+21
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Added tests for modal filtersPhil Hughes2017-02-031-1/+1
* Added all filtersPhil Hughes2017-02-031-2/+10
* Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-031-1/+3
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-3/+3
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-3/+3
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Fix: Todos Filter Shows All Users22588-todos-filter-shows-all-usersValery Sizov2016-11-041-0/+4
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | Hides/shows the boards sidebarPhil Hughes2016-10-201-1/+1
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-191-3/+8
|\ \ | |/
| * Validate user id for users select autcompletedz-fix-user-selectDmitriy Zaporozhets2016-10-141-0/+4
| * Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-1/+1
| |\
| | * Updated JS to work with issue index & showfeature/issues-boardPhil Hughes2016-10-121-1/+1
| * | Ensure that whitespace doesn't case adding members to failMitchell Hentges2016-10-101-2/+3
| |/
* | Added testsPhil Hughes2016-10-071-1/+1
* | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-071-2/+3
* | Sidebar details update when changingPhil Hughes2016-10-071-3/+41
|/
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-2/+2