summaryrefslogtreecommitdiff
path: root/lib/api/users.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce an Events APIMark Fletcher2017-06-061-21/+0
* Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
* Allow users to be hard-deleted from the APINick Thomas2017-06-021-1/+2
* Create a Users FinderGeorge Andrinopoulos2017-05-151-10/+1
* Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-251-1/+1
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-8/+14
|\
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-8/+14
* | Remove unused user activities codeSean McGivern2017-04-141-1/+0
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-8/+6
* | Port 'Add user activities API' to CESean McGivern2017-04-141-0/+18
|/
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-0/+2
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-1/+1
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-23/+4
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
* apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-40/+36
* refactors finder and correlated codeTiago Botelho2017-03-011-17/+13
* applies relevant changes to the code and code structureTiago Botelho2017-02-281-36/+26
* refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-281-50/+76
* add impersonation tokenSimon Vocella2017-02-281-2/+5
* manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+64
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-15/+15
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-15/+15
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-201-2/+2
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-4/+12
* Merge branch '1051-api-create-users-without-password' into 'master' Rémy Coutable2017-02-101-2/+14
|\
| * Optionally make users created via the API set their passwordJoost Rijneveld2017-02-091-2/+14
* | Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
|/
* Force new password after password reset via APIGeorge Andrinopoulos2017-02-021-0/+2
* Fix Users API to accept confirm parameterMark Fletcher2017-01-111-1/+1
* Fix the failing spec in POST /users APIfix-users-api-500-errorRémy Coutable2017-01-051-7/+4
* API: extern_uid is a stringapi-fix-extern-uid-validationRobert Schilling2017-01-031-1/+1
* remove build_user from model UserArsenev Vladislav2016-12-181-1/+1
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-1/+4
* API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-1/+1
* adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-8/+8
* Reenables /user API request to return private-token if user is admin and requ...tiagonbotelho2016-12-071-1/+1
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-1/+4
* Fix StrongAttibutes error with Ruby 2.124730-broken-masterRémy Coutable2016-11-211-4/+5
* Grapify the users APIgrapify-users-apiRobert Schilling2016-11-211-258/+250
* Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta2016-11-081-1/+6
* Get rid of extra .page callAirat Shigapov2016-10-241-2/+1
* Fix events order in user contributions APIAirat Shigapov2016-10-241-1/+2
* API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+20
* Add User#organization to users apiDmitriy Zaporozhets2016-09-271-2/+4
* Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-1/+1
* Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-1/+1