summaryrefslogtreecommitdiff
path: root/app/finders/users_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+8
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+7
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+8
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+8
* 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