summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-0/+43
* | Port 'Add user activities API' to CESean McGivern2017-04-141-38/+38
|/
* Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-5/+5
* Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-0/+185
|\
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-74/+58
| * refactors finder and correlated codeTiago Botelho2017-03-011-38/+29
| * applies relevant changes to the code and code structureTiago Botelho2017-02-281-22/+37
| * refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-281-7/+45
| * add impersonation tokenSimon Vocella2017-02-281-3/+25
| * manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+135
* | Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-061-4/+4
|/
* Return 204 for delete endpointsRobert Schilling2017-02-281-6/+14
* Merge branch 'remove-paginated-ressource' into 'master'Rémy Coutable2017-02-201-4/+4
|\
| * Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-201-4/+4
* | API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-201-15/+15
|/
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+14