summaryrefslogtreecommitdiff
path: root/doc/api/users.md
Commit message (Expand)AuthorAgeFilesLines
* Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-201-0/+3
* Accept image for avatar in user APIvanadium232017-06-161-0/+2
* Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-1/+1
* Introduce an Events APIMark Fletcher2017-06-061-140/+1
* Allow users to be hard-deleted from the APINick Thomas2017-06-021-0/+3
* update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
* Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern2017-04-251-5/+0
|\
| * Update documentation to reflect the removal of `is_admin` from most API respo...Timothy Andrew2017-04-251-5/+0
* | Fix user activities API version in docsfix-user-activity-apiSean McGivern2017-04-201-1/+1
|/
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+12
|\
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+12
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-10/+14
* | Port 'Add user activities API' to CESean McGivern2017-04-141-0/+53
|/
* Update Impersonation tokens docsAchilleas Pipinellis2017-03-171-29/+92
* Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-0/+96
|\
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-24/+36
| * refactors finder and correlated codeTiago Botelho2017-03-011-30/+13
| * refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-281-4/+19
| * add documentation and changelog entry for user personal access tokens apiSimon Vocella2017-02-281-0/+86
* | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-1/+1
|/
* Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-221-2/+0
* API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-201-4/+4
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-5/+0
* Optionally make users created via the API set their passwordJoost Rijneveld2017-02-091-2/+3
* Update api docs and minor changesGeorge Andrinopoulos2017-02-021-0/+1
* adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-1/+50
* Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-6/+2
* Grapify the users APIgrapify-users-apiRobert Schilling2016-11-211-22/+22
* Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta2016-11-081-0/+14
* Fix wrong endpoint in api/users documentation, fix same typo in spec describe...Airat Shigapov2016-10-211-1/+1
* Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-12/+12
* Addresses Robert's feedbackRémy Coutable2016-10-111-1/+1
* API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+146
* Add User#organization to users apiDmitriy Zaporozhets2016-09-271-1/+8
* Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-2/+1
* docs(api): adapted user API documentation to match with latest APIFabio Huser2016-05-061-22/+58
* Expose user location in APIRobert Schilling2016-04-061-0/+6
* Add missing API docs on external userAchilleas Pipinellis2016-03-171-0/+1
* Doc external users featureZeger-Jan van de Weg2016-03-151-1/+2
* 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-2/+4
* Make single user API endpoint return Entities::User instead of Entities::User...Michi3022015-12-281-0/+7
* Add API support for looking up a user by usernameStan Hu2015-12-241-1/+11
* Fix docsDouwe Maan2015-07-301-6/+6
* Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+132
* Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+28
* Add 2FA status to user admin APIStan Hu2015-06-231-2/+4
* Add current_sign_in_at to api UserSven Selberg2015-05-041-2/+4
* Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets2015-02-271-6/+37
|\
| * Document ssh key creation errorLoic Dachary2015-01-211-0/+16