summaryrefslogtreecommitdiff
path: root/app/controllers/autocomplete_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly sends project IDPhil Hughes2016-05-201-1/+1
* Loads move issue dropdown asyncPhil Hughes2016-05-161-0/+15
* Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg2016-04-151-2/+3
|\
* \ Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg2016-03-291-1/+1
|\ \ | |/
| * Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* | Revert authors ability to assign anyoneZeger-Jan van de Weg2016-02-221-1/+1
* | Fix loading data when no author_id is passedZeger-Jan van de Weg2016-02-221-1/+1
* | Issuable can be assigned to authorZeger-Jan van de Weg2016-02-221-1/+7
|/
* Update autocomplete_controller to be more readableFelipe Orlando2015-11-221-1/+1
* Reduce method complexity in AutocompleteControlleree-flogDouwe Maan2015-11-201-27/+22
* Sorted autocomplete users list by nameAllister Antosik2015-09-151-0/+1
* Fix bug preventing invite by e-mailStan Hu2015-08-211-2/+8
* Always add current user to autocomplete controller to support filter by "Me"Stan Hu2015-08-061-0/+2
* Better handle unknown projects and groups for autocompleteStan Hu2015-07-111-14/+23
* Fix user autocomplete for unauthenticated users accessing public projectsStan Hu2015-07-101-1/+5
* Add autocomplete controllerDmitriy Zaporozhets2015-03-261-0/+30