Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-20Use UserSerializer instead of `User.to_json`Robert Speicher
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-09-10move `find_users` method into finder and add `load_group` methodMaxim Rydkin
2017-09-10rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin
2017-09-10extract finder and add first testMaxim Rydkin
2017-09-04Move "Move to different project" to sidebarEric Eastwood
2017-08-30Fix MySQL failure for emoji autocompleteSean McGivern
2017-08-30Add filter by my reactionHiroyuki Sato
2017-07-14Fixes the user order being overriden in the autocomplete controllerTiago Botelho
2017-06-08Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney
2017-05-26Add per page to user autocompleteClement Ho
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-03-10Fix autocomplete in EE when permissions are sentSean McGivern
2017-01-27Don't call `#uniq` on a relationSean McGivern
2017-01-17Shows current user on top of filtered dropdown listPhil Hughes
2016-11-30Do not raise error in AutocompleteController#users when not authorizedSemyon Pupkov
2016-11-18Improved Ruby code in autocomplete user searchPhil Hughes
2016-11-17Include author in assignee dropdown searchPhil Hughes
2016-11-04Fix: Todos Filter Shows All UsersValery Sizov
2016-08-17Move to project dropdown with infinite scroll for better performancePaco Guzman
2016-08-16Fix a missed `before_action` for `AutocompleteController`.Timothy Andrew
2016-08-16Backport `AutocompleteController#load_project` from EE!581.Timothy Andrew
2016-07-27Allow skipping users in autocompleteSean McGivern
2016-06-15Fixed issue with move dropdown not being searchablePhil Hughes
2016-05-25Updated RubyPhil Hughes
2016-05-20Correctly sends project IDPhil Hughes
2016-05-16Loads move issue dropdown asyncPhil Hughes
2016-04-15Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg
2016-03-29Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-02-22Revert authors ability to assign anyoneZeger-Jan van de Weg
2016-02-22Fix loading data when no author_id is passedZeger-Jan van de Weg
2016-02-22Issuable can be assigned to authorZeger-Jan van de Weg
2015-11-22Update autocomplete_controller to be more readableFelipe Orlando
2015-11-20Reduce method complexity in AutocompleteControllerDouwe Maan
2015-09-16Sorted autocomplete users list by nameAllister Antosik
2015-08-21Fix bug preventing invite by e-mailStan Hu
2015-08-06Always add current user to autocomplete controller to support filter by "Me"Stan Hu
2015-07-11Better handle unknown projects and groups for autocompleteStan Hu
2015-07-11Fix user autocomplete for unauthenticated users accessing public projectsStan Hu
2015-03-27Add autocomplete controllerDmitriy Zaporozhets