Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-23Update to properly reference users instead of projectsrkottmann
2018-11-12Display impersonation token value only after creationImre Farkas
Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-05Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan
List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
2018-10-03List public ssh keys by id or username without authenticationRonald Claveau
2018-10-01Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable
Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938
2018-10-01allow users api to set public_emailAlexis Reigel
2018-09-27add user's public_email attribute to apiAlexis Reigel
2018-09-14Adds a note about the case when reset_password is falseAlexander Tanayno
2018-09-13Correct a typo in the User Status API docsRobert Speicher
2018-09-11Add ability to skip user email confirmation with APIStan Hu
This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
2018-08-01Add the message HTML to the UserStatus apiBob Van Landuyt
2018-07-30Make it explicit that the status message can contain emojisWinnie Hellmann
2018-07-30Allow users to set a statusBob Van Landuyt
This can be done trough the API for the current user, or on the profile page.
2018-07-24Fix missing ` in users.mdLin Jen-Shin
This is already applied in EE
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-16Update doc/api/users.mdDaniel Fernau
Move "search by email or username" block to "for normal users" section
2018-04-23Add 2FA filter to users API for admins onlyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-08Allow including custom attributes in API responsesMarkus Koller
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-12Update missing API documentation on `GET /users/:id/projects`Onuwa Nnachi Isaac
2017-11-21Skip confirmation user apiDaniel Juarez
2017-11-02Remove private_token from API user entityDouwe Maan
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
This reverts merge request !14148
2017-09-08Revert "Merge branch ↵Rubén Dávila
'35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
2017-09-06Restore some changes from !9199Rubén Dávila
2017-09-06Fix wrong API status codesRobert Schilling
2017-09-05Add documentationRobert Schilling
2017-07-28Update documentation of user creation by replacing the 'confirm' param with ↵Dan Dunckel
'skip_confirmation'
2017-07-12Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-07add created at filter logic to users finder and APIJames Lopez
2017-06-20Re-instate is_admin flag in users API is current user is an adminMike Ricketts
2017-06-16Accept image for avatar in user APIvanadium23
2017-06-14Add docs for personal access tokensAchilleas Pipinellis
2017-06-06Introduce an Events APIMark Fletcher
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
2017-06-02Allow users to be hard-deleted from the APINick Thomas
2017-05-10update API doc with +API (h1 heading)Marcia Ramos
2017-04-25Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern
Don't display the `is_admin?` flag for user API responses Closes #29903 See merge request !10846
2017-04-25Update documentation to reflect the removal of `is_admin` from most API ↵Timothy Andrew
responses.
2017-04-20Fix user activities API version in docsSean McGivern
2017-04-19Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher
Implement search by extern_uid in Users API See merge request !10509
2017-04-18Implement search by extern_uid in Users APIRobin Bobbitt
2017-04-14Expose `last_activity_on` in the User APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-14Port 'Add user activities API' to CESean McGivern
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
2017-03-17Update Impersonation tokens docsAchilleas Pipinellis
2017-03-07Merge remote-tracking branch ↵Douwe Maan
'origin/personal_access_token_api_and_impersonation_token'
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-03-01refactors finder and correlated codeTiago Botelho