summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating random passwords in user creation APIsh-add-force-random-password-user-apiStan Hu2019-06-271-6/+13
* CE port of Move EE specific lines in API::UsersImre Farkas2019-05-281-0/+12
* Add highest_role method to UserThiago Presa2019-03-221-0/+20
* Added: Documentation for the APINermin Vehabovic2019-02-261-14/+14
* Merge branch '51913-api-getting-projects-for-users-with-dot-gets-404' into 'm...Rémy Coutable2019-02-011-1/+1
|\
| * API: Support username with dotsRobert Schilling2019-01-151-1/+1
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-104/+124
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-2/+2
* Make getting a user by the username case insensitiveWilliam George2018-10-181-0/+43
* List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-24/+14
* Add ability to skip user email confirmation with APIStan Hu2018-09-101-1/+16
* Add the message HTML to the UserStatus apiBob Van Landuyt2018-08-011-0/+1
* Allow users to set a statusBob Van Landuyt2018-07-301-0/+62
* Add an option to have a private profile on GitLabJX Terry2018-07-241-0/+41
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-7/+7
* 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