summaryrefslogtreecommitdiff
path: root/app/controllers/autocomplete_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+19
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-6/+3
* Add latest changes from gitlab-org/security/gitlab@15-2-stable-eeGitLab Bot2022-07-271-0/+5
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+3
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-2/+3
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-7/+3
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+7
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+6
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-301-3/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Renaming AwardedEmojiFinder to a ServiceLuke Duncalfe2019-08-211-1/+1
* Add can_merge option to autocomplete responseIgor2019-08-011-1/+1
* Filter merge requests by target branchHiroyuki Sato2019-03-091-1/+8
* Make getting a user by the username case insensitiveWilliam George2018-10-181-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-201-50/+22
* Use UserSerializer instead of `User.to_json`Robert Speicher2017-12-191-2/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* move `find_users` method into finder and add `load_group` methodMaxim Rydkin2017-09-101-19/+7
* rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin2017-09-101-1/+1
* extract finder and add first testMaxim Rydkin2017-09-101-22/+1
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-6/+0
* Fix MySQL failure for emoji autocompleteSean McGivern2017-08-301-1/+1
* Add filter by my reactionHiroyuki Sato2017-08-301-1/+17
* Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-141-2/+2
* Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney2017-06-081-1/+1
* Add per page to user autocomplete32977-user-autocomplete-per_page-does-not-workClement Ho2017-05-261-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Fix autocomplete in EE when permissions are sent29316-can-t-select-a-mirror-userSean McGivern2017-03-101-2/+1
* Don't call `#uniq` on a relationSean McGivern2017-01-271-3/+2
* Shows current user on top of filtered dropdown listcurrent-user-filter-topPhil Hughes2017-01-171-1/+1
* Do not raise error in AutocompleteController#users when not authorizedSemyon Pupkov2016-11-301-1/+1
* Improved Ruby code in autocomplete user searchPhil Hughes2016-11-181-1/+1
* Include author in assignee dropdown searchassignee-dropdown-autocompletePhil Hughes2016-11-171-1/+7
* Fix: Todos Filter Shows All Users22588-todos-filter-shows-all-usersValery Sizov2016-11-041-1/+5
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-8/+6
* Fix a missed `before_action` for `AutocompleteController`.Timothy Andrew2016-08-161-0/+1
* Backport `AutocompleteController#load_project` from EE!581.Timothy Andrew2016-08-161-5/+12
* Allow skipping users in autocompleteallow-skipping-users-in-autocompleteSean McGivern2016-07-271-0/+1
* Fixed issue with move dropdown not being searchableproject-move-dropdown-searchPhil Hughes2016-06-151-0/+1
* Updated Rubymove-project-dropdown-asyncPhil Hughes2016-05-251-2/+5