summaryrefslogtreecommitdiff
path: root/app/controllers/autocomplete_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
|
* 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