summaryrefslogtreecommitdiff
path: root/app/finders/users_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Make getting a user by the username case insensitiveWilliam George2018-10-181-3/+1
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
|/
* Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+12
* Added default order to UserFinderFrancisco Javier López2017-12-041-1/+1
* Support custom attributes on usersMarkus Koller2017-09-281-0/+2
* refactor created at filter to use model scopesJames Lopez2017-07-071-1/+1
* refactor filtersJames Lopez2017-07-071-12/+2
* add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+13
* Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-7/+4
* Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-2/+5
* Create a Users FinderGeorge Andrinopoulos2017-05-151-0/+74