summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-0/+6
* Optionally make users created via the API set their passwordJoost Rijneveld2017-02-091-0/+12
* Update api docs and minor changesGeorge Andrinopoulos2017-02-021-2/+3
* Force new password after password reset via APIGeorge Andrinopoulos2017-02-021-0/+6
* Fix Users API to accept confirm parameterMark Fletcher2017-01-111-0/+9
* Add a failing spec to the POST /users APIRémy Coutable2017-01-041-0/+8
* API: extern_uid is a stringapi-fix-extern-uid-validationRobert Schilling2017-01-031-2/+2
* API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-12/+15
* adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-12/+67
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Grapify the users APIgrapify-users-apiRobert Schilling2016-11-211-27/+49
* Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta2016-11-081-0/+21
* Make events order spec deterministic, create only 3 record instead of 5, expl...Airat Shigapov2016-10-241-8/+10
* Rewrite events order spec to simulate wrong order without changing idsAirat Shigapov2016-10-241-9/+10
* Add test for events order in APIAirat Shigapov2016-10-241-0/+20
* Fix wrong endpoint in api/users documentation, fix same typo in spec describe...Airat Shigapov2016-10-211-3/+3
* Merge branch 'user-events-api' into 'master' Robert Speicher2016-10-121-0/+54
|\
| * Make spec deterministicuser-events-apiRémy Coutable2016-10-111-11/+9
| * Addresses Robert's feedbackRémy Coutable2016-10-111-2/+3
| * API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+55
* | Fix api users spec for post request with invalid idDmitriy Zaporozhets2016-10-101-4/+4
* | Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-101-24/+26
* | Fix API specs behaviour for invalid routingDmitriy Zaporozhets2016-10-101-18/+34
* | Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets2016-10-101-2/+2
|/
* Add extra check for api users specDmitriy Zaporozhets2016-09-271-0/+1
* Improvements to user organization field feature after code reviewDmitriy Zaporozhets2016-09-271-0/+1
* Add User#organization to users apiDmitriy Zaporozhets2016-09-271-0/+7
* Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-0/+1
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+2
* Fix Grape tests.Connor Shea2016-08-091-10/+5
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-108/+108
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-101/+101
* Add leading comment space copissue_15557Felipe Artur2016-05-311-1/+1
* Insert users check into apiFelipe Artur2016-04-181-0/+18
* API support for setting External flag on existing usersZeger-Jan van de Weg2016-03-171-0/+7
* External UsersZeger-Jan van de Weg2016-03-131-0/+20
* Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-041-0/+2
* Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto2016-01-081-5/+18
* Add API support for looking up a user by usernameStan Hu2015-12-241-0/+7
* Add custom NamespaceValidatorRobert Speicher2015-12-071-2/+2
* Implement Build ArtifactsKamil Trzcinski2015-11-101-6/+9
* Added ability to update or set the identity of an existing user, like the doc...fix-user-identities-apiPatricio Cano2015-09-221-0/+14
* Restrict users API endpoints to use integer IDsStan Hu2015-08-231-0/+56
* Fix docsDouwe Maan2015-07-301-1/+1
* Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+171