summaryrefslogtreecommitdiff
path: root/doc/api/users.md
Commit message (Expand)AuthorAgeFilesLines
* Allow including custom attributes in API responsesMarkus Koller2018-02-081-0/+12
* Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-0/+5
* Update missing API documentation on `GET /users/:id/projects`Onuwa Nnachi Isaac2018-01-121-0/+4
* Skip confirmation user apiDaniel Juarez2017-11-211-0/+1
* Remove private_token from API user entityDouwe Maan2017-11-021-2/+1
* Support custom attributes on usersMarkus Koller2017-09-281-0/+6
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+5
* Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-5/+0
* Restore some changes from !9199Rubén Dávila2017-09-061-0/+5
* Fix wrong API status codesRobert Schilling2017-09-061-12/+3
* Add documentationRobert Schilling2017-09-051-0/+211
* Update documentation of user creation by replacing the 'confirm' param with '...Dan Dunckel2017-07-281-20/+20
* Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-1/+1
* add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
* 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