summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Restoring user v3 endpointFrancisco Javier López2018-06-131-34/+39
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
* Don't set the notification_email when only unconfirmed_email is changed22846-notifications-broken-during-email-address-change-before-email-confirmedRémy Coutable2018-05-221-15/+12
* Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+12
* Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-0/+18
* Skip confirmation user apiDaniel Juarez2017-11-211-0/+8
* Support custom attributes on projectsMarkus Koller2017-11-061-1/+2
* Add sudo API scopeDouwe Maan2017-11-021-2/+2
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-26/+0
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-172/+172
* Support custom attributes on usersMarkus Koller2017-09-281-0/+4
* find_user users helper method no longer overrides find_user API helper method.37467-helper-method-from-users-endpoint-overrides-api-helper-methodTiago Botelho2017-09-261-0/+9
* Improve the Users API specs by asserting against the response schemarc/improve-users-api-specsRémy Coutable2017-09-181-32/+19
* API: Add GPG key management for adminsRobert Schilling2017-09-051-0/+158
* API: Add GPG key managementRobert Schilling2017-09-051-0/+168
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+24
* Include the `is_admin` field in the `GET /users/:id` API when current user is...Rémy Coutable2017-08-111-0/+10
* Allow logged in users to read user list under public restrictionLin Jen-Shin (godfat)2017-08-011-17/+23
* Allow admin to read_users_list even if it's restrictedLin Jen-Shin2017-07-251-7/+12
* Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-4/+4
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* fix specsJames Lopez2017-07-071-3/+3
* refactor filtersJames Lopez2017-07-071-1/+1
* add finder and users API specJames Lopez2017-07-071-0/+29
* Fix build for !12300.Timothy Andrew2017-07-051-14/+35
* Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-041-5/+50
|\
| * Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-041-3/+17
| * Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-301-0/+19
| |\
| * | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-1/+1
| * | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-2/+33
* | | Test `/users` endpoints for the `read_user` scope.Timothy Andrew2017-06-281-32/+22
* | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-0/+10
* | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-0/+22
| |/ |/|
* | more refactoring based on feedbackJames Lopez2017-06-231-0/+13
* | update notification settings, fix api specsJames Lopez2017-06-231-3/+1
* | ported EE user service to CEJames Lopez2017-06-231-1/+9
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
* Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-201-1/+8
* Accept image for avatar in user APIvanadium232017-06-161-0/+10
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-11/+36
* Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon2017-06-071-4/+9
|\
| * Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin2017-06-061-4/+9
* | Introduce an Events APIMark Fletcher2017-06-061-77/+0
|/
* Allow users to be hard-deleted from the APINick Thomas2017-06-021-0/+20
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-2/+2
* Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern2017-04-251-2/+6
|\
| * Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-251-2/+6
* | Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-4/+2
|/
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+27
|\
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+27