summaryrefslogtreecommitdiff
path: root/app/controllers/autocomplete_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow skipping users in autocompleteallow-skipping-users-in-autocompleteSean McGivern2016-07-271-0/+1
| | | | | | Pass an array of user IDs in the `skip_users` param to have them excluded from the results (unless they are explicitly included through the `current_user` or `author_id` params).
* Fixed issue with move dropdown not being searchableproject-move-dropdown-searchPhil Hughes2016-06-151-0/+1
| | | | Closes #18634
* 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
| | | | Closes #16563
* 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
|/ | | | | | | Closes #9014 The only difference with #9014 is that I thoughed the author should also be able to assign the issue. If this is unwanted behavior Ill revert it.
* 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
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Always add current user to autocomplete controller to support filter by "Me"Stan Hu2015-08-061-0/+2
| | | | Partial fix #2202
* 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
| | | | Closes #1955
* Add autocomplete controllerDmitriy Zaporozhets2015-03-261-0/+30