summaryrefslogtreecommitdiff
path: root/doc/api/users.md
Commit message (Expand)AuthorAgeFilesLines
...
* Fix highest role docsThiago Presa2019-05-301-3/+3
* Add email clarificationCynthia Ng2019-04-281-1/+1
* Add highest_role method to UserThiago Presa2019-03-221-1/+2
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
* Update last_activity_on for Users on some main GET endpointsRubén Dávila2019-02-051-0/+1
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-15/+15
* Update to properly reference users instead of projectsrkottmann2018-11-231-2/+2
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-3/+2
* Make getting a user by the username case insensitiveWilliam George2018-10-181-0/+3
* Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-1/+1
|\
| * List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-1/+1
* | Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable2018-10-011-19/+21
|\ \ | |/ |/|
| * allow users api to set public_emailAlexis Reigel2018-10-011-19/+21
* | add user's public_email attribute to apiAlexis Reigel2018-09-271-0/+4
|/
* Adds a note about the case when reset_password is falseAlexander Tanayno2018-09-141-1/+1
* Correct a typo in the User Status API docsRobert Speicher2018-09-131-1/+1
* Add ability to skip user email confirmation with APIStan Hu2018-09-101-0/+1
* Add the message HTML to the UserStatus apiBob Van Landuyt2018-08-011-19/+35
* Make it explicit that the status message can contain emojisWinnie Hellmann2018-07-301-1/+1
* Allow users to set a statusBob Van Landuyt2018-07-301-0/+63
* Fix missing ` in users.mdfix-users-md-typodocs-fix-users-md-typoLin Jen-Shin2018-07-241-2/+2
* Add an option to have a private profile on GitLabJX Terry2018-07-241-5/+12
* Update doc/api/users.mdDaniel Fernau2018-07-161-15/+15
* Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+1
* 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