Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -0/+3 |
| | |||||
* | Merge branch 'features/unauth-access-ssh-keys' into 'master' | Douwe Maan | 2018-10-05 | 1 | -1/+1 |
|\ | | | | | | | | | List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118 | ||||
| * | List public ssh keys by id or username without authentication | Ronald Claveau | 2018-10-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'feature/set-public-email-through-api' into 'master' | Rémy Coutable | 2018-10-01 | 1 | -19/+21 |
|\ \ | |/ |/| | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938 | ||||
| * | allow users api to set public_email | Alexis Reigel | 2018-10-01 | 1 | -19/+21 |
| | | |||||
* | | add user's public_email attribute to api | Alexis Reigel | 2018-09-27 | 1 | -0/+4 |
|/ | |||||
* | Adds a note about the case when reset_password is false | Alexander Tanayno | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Correct a typo in the User Status API docs | Robert Speicher | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Add ability to skip user email confirmation with API | Stan Hu | 2018-09-10 | 1 | -0/+1 |
| | | | | | | | | 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 | ||||
* | Add the message HTML to the UserStatus api | Bob Van Landuyt | 2018-08-01 | 1 | -19/+35 |
| | |||||
* | Make it explicit that the status message can contain emojis | Winnie Hellmann | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Allow users to set a status | Bob Van Landuyt | 2018-07-30 | 1 | -0/+63 |
| | | | | | This can be done trough the API for the current user, or on the profile page. | ||||
* | Fix missing ` in users.mdfix-users-md-typodocs-fix-users-md-typo | Lin Jen-Shin | 2018-07-24 | 1 | -2/+2 |
| | | | | This is already applied in EE | ||||
* | Add an option to have a private profile on GitLab | JX Terry | 2018-07-24 | 1 | -5/+12 |
| | |||||
* | Update doc/api/users.md | Daniel Fernau | 2018-07-16 | 1 | -15/+15 |
| | | | Move "search by email or username" block to "for normal users" section | ||||
* | Add 2FA filter to users API for admins only | Dmitriy Zaporozhets | 2018-04-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Allow including custom attributes in API responses | Markus Koller | 2018-02-08 | 1 | -0/+12 |
| | |||||
* | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-api | Dmitriy Zaporozhets | 2018-02-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update missing API documentation on `GET /users/:id/projects` | Onuwa Nnachi Isaac | 2018-01-12 | 1 | -0/+4 |
| | |||||
* | Skip confirmation user api | Daniel Juarez | 2017-11-21 | 1 | -0/+1 |
| | |||||
* | Remove private_token from API user entity | Douwe Maan | 2017-11-02 | 1 | -2/+1 |
| | |||||
* | Support custom attributes on users | Markus Koller | 2017-09-28 | 1 | -0/+6 |
| | |||||
* | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8 | Annabel Dunstone Gray | 2017-09-11 | 1 | -0/+5 |
| | | | This reverts merge request !14148 | ||||
* | Revert "Merge branch ↵revert-f2421b2b | Rubén Dávila | 2017-09-08 | 1 | -5/+0 |
| | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619 | ||||
* | Restore some changes from !9199 | Rubén Dávila | 2017-09-06 | 1 | -0/+5 |
| | |||||
* | Fix wrong API status codes | Robert Schilling | 2017-09-06 | 1 | -12/+3 |
| | |||||
* | Add documentation | Robert Schilling | 2017-09-05 | 1 | -0/+211 |
| | |||||
* | Update documentation of user creation by replacing the 'confirm' param with ↵ | Dan Dunckel | 2017-07-28 | 1 | -20/+20 |
| | | | | 'skip_confirmation' | ||||
* | Return `is_admin` attribute in the GET /user endpoint for admins | Rémy Coutable | 2017-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | add created at filter logic to users finder and API | James Lopez | 2017-07-07 | 1 | -0/+6 |
| | |||||
* | Re-instate is_admin flag in users API is current user is an admin | Mike Ricketts | 2017-06-20 | 1 | -0/+3 |
| | |||||
* | Accept image for avatar in user API | vanadium23 | 2017-06-16 | 1 | -0/+2 |
| | |||||
* | Add docs for personal access tokensdocs/personal-access-tokens | Achilleas Pipinellis | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Introduce an Events API | Mark Fletcher | 2017-06-06 | 1 | -140/+1 |
| | | | | | | | | | | | * 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 | ||||
* | Allow users to be hard-deleted from the API | Nick Thomas | 2017-06-02 | 1 | -0/+3 |
| | |||||
* | update API doc with +API (h1 heading) | Marcia Ramos | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' | Sean McGivern | 2017-04-25 | 1 | -5/+0 |
|\ | | | | | | | | | | | | | Don't display the `is_admin?` flag for user API responses Closes #29903 See merge request !10846 | ||||
| * | Update documentation to reflect the removal of `is_admin` from most API ↵ | Timothy Andrew | 2017-04-25 | 1 | -5/+0 |
| | | | | | | | | responses. | ||||
* | | Fix user activities API version in docsfix-user-activity-api | Sean McGivern | 2017-04-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'query-users-by-extern-uid' into 'master' | Robert Speicher | 2017-04-19 | 1 | -0/+12 |
|\ | | | | | | | | | Implement search by extern_uid in Users API See merge request !10509 | ||||
| * | Implement search by extern_uid in Users API | Robin Bobbitt | 2017-04-18 | 1 | -0/+12 |
| | | |||||
* | | Expose `last_activity_on` in the User API | Rémy Coutable | 2017-04-14 | 1 | -10/+14 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 1 | -0/+53 |
|/ | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962 | ||||
* | Update Impersonation tokens docs | Achilleas Pipinellis | 2017-03-17 | 1 | -29/+92 |
| | |||||
* | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 1 | -0/+96 |
|\ | | | | | | | 'origin/personal_access_token_api_and_impersonation_token' | ||||
| * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_token | Tiago Botelho | 2017-03-06 | 1 | -24/+36 |
| | | |||||
| * | refactors finder and correlated code | Tiago Botelho | 2017-03-01 | 1 | -30/+13 |
| | | |||||
| * | refactors documentation and personal access tokens form to not allow admins ↵ | Tiago Botelho | 2017-02-28 | 1 | -4/+19 |
| | | | | | | | | to generate non impersionation tokens | ||||
| * | add documentation and changelog entry for user personal access tokens api | Simon Vocella | 2017-02-28 | 1 | -0/+86 |
| | | |||||
* | | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -1/+1 |
|/ |