summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users_select.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix username escaping when clicking 'assign to me'Ezekiel Kigbo2019-03-041-14/+13
| | | | Add spec for assigning user with apostrophe in name
* Wraps Select 2 Import into its own webpack bundleTim Zallmann2019-01-291-91/+99
| | | | | | | | Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
* Fix miss-aligned approvers dropdown6500-fix-misaligned-approvers-dropdownjerasmus2018-11-071-12/+16
| | | | | Fixed the miss-alignment by adding the correct classes. Cleaned up the method to rather use string interpolation.
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-519/+576
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* Trim whitespace when inviting a new user by emailJacopo2018-10-041-1/+1
|
* Replace author_link snake case in specsGeorge Tsiolis2018-07-241-2/+2
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-3/+2
| | | | Partially addresses #47006.
* Follow-up to !19808: Split up for-loop initializationsgfyoung2018-06-211-4/+2
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* Enable no-multi-assignment in JS filesgfyoung2018-06-151-0/+3
| | | | Partially addresses #47006.
* Merge branch 'master' into bootstrap4Clement Ho2018-04-191-2/+5
|\
| * Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-2/+5
| |
* | Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-1/+1
|/
* Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-061-1/+2
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Removed pagination from AutocompleteUsersFinderYorick Peterse2018-02-221-2/+0
| | | | | | | The frontend code doesn't use this so there's no practical point in supporting this. We also hardcode the limit to 20 so users can no longer request their own limit, which could overload the database (depending on any upper bounds perhaps enforced by Kaminari).
* Update to jQuery 3.Jacob Schatz2018-02-201-42/+42
|
* Converted users_select to use axiosPhil Hughes2018-02-051-53/+45
|
* Fall back to default_avatar_url in issue assigment.Felix Geyer2018-01-281-4/+2
| | | | | | | This fixes the avatar in issue assignments when the user hasn't got an avatar and Gravatar is disabled. Closes #34733
* Remove unused push_code_to_protected_branches38056-remove-unused-optionLin Jen-Shin2018-01-051-2/+0
|
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-1/+6
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-6/+1
| | | This reverts merge request !15009
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-1/+6
|
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* Merge branch 'fix-user-select-dropdown-escaping' into 'security-9-5'Clement Ho2017-09-071-6/+6
| | | | | | Fixes the User Selection Display (9.5) See merge request gitlab/gitlabhq!2177
* Fix invite by email address duplicationMark Fletcher2017-08-251-3/+4
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
|
* Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-2/+0
|\ | | | | | | | | CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
| * [noop] Remove unused codeToon Claes2017-06-201-2/+0
| | | | | | | | | | | | To make the code back in line with EE. [ci skip]
* | 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 ↵Phil Hughes2017-05-181-0/+9
|\ | | | | | | | | | | | | | | | | '31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabled' into 'master' Automatically close user dropdown for CE Closes #31987 See merge request !11189
| * 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 needless bind and indexOf polyfills See merge request !11187
| * 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
| | | | | Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables.
* Add option to select the null user as the defaultSam Rose2017-04-291-2/+4
|