summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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