| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: add `get_all` param (and `--get-all`) to allow passing `all` to API | Nejc Habjan | 2022-07-21 | 1 | -1/+2 |
| | | |||||
| * | docs(users): add docs about listing a user's projects | John L. Villalovos | 2022-07-04 | 1 | -1/+30 |
| | | | | | | | | Add docs about listing a user's projects. Update docs on the membership API to update the URL to the upstream docs and also add a note that it requires Administrator access to use. | ||||
| * | feat(users): add approve and reject methods to User | Ben Gamari | 2022-06-25 | 1 | -0/+7 |
| | | | | | | | As requested in #1604. Co-authored-by: John Villalovos <john@sodarock.com> | ||||
| * | feat(users): add ban and unban methods | Antoine Auger | 2022-06-13 | 1 | -0/+5 |
| | | |||||
| * | feat(client): introduce `iterator=True` and deprecate `as_list=False` in ↵ | John L. Villalovos | 2022-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | `list()` `as_list=False` is confusing as it doesn't explain what is being returned. Replace it with `iterator=True` which more clearly explains to the user that an iterator/generator will be returned. This maintains backward compatibility with `as_list` but does issue a DeprecationWarning if `as_list` is set. | ||||
| * | feat(user): support getting user SSH key by id | Nejc Habjan | 2022-04-01 | 1 | -1/+5 |
| | | |||||
| * | feat(objects): list starred projects of a user | Nejc Habjan | 2021-10-14 | 1 | -1/+9 |
| | | |||||
| * | feat(users): add follow/unfollow APIfeat/user-follow-api | Max Wittig | 2021-02-27 | 1 | -0/+14 |
| | | |||||
| * | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+4 |
| | | |||||
| * | fix(docs): fix typo in user memberships example | Nejc Habjan | 2020-02-22 | 1 | -1/+1 |
| | | |||||
| * | feat: add support for user memberships API (#1009) | Nejc Habjan | 2020-02-22 | 1 | -0/+27 |
| | | |||||
| * | feat: add users activate, deactivate functionality | Max Wittig | 2019-10-25 | 1 | -0/+5 |
| | | | | | These were introduced in GitLab 12.4 | ||||
| * | feat(user): add status api | Max Wittig | 2019-09-05 | 1 | -0/+37 |
| | | |||||
| * | fix(api): avoid parameter conflicts with python and gitlabno-param-conflicts | Gauvain Pocentek | 2019-01-13 | 1 | -1/+3 |
| | | | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629 | ||||
| * | [docs] Fix typo in custom attributes examplefix/628/doc_typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
| | | | | | Closes #628 | ||||
| * | Fix 3 typos | Nic Grayson | 2018-11-09 | 1 | -3/+3 |
| | | |||||
| * | Fix simple typo in identity modification example | Tom Downes | 2018-07-02 | 1 | -1/+1 |
| | | |||||
| * | [docs] don't use hardcoded values for ids | Gauvain Pocentek | 2018-06-27 | 1 | -9/+8 |
| | | |||||
| * | [docs] Add an example for external identities settings | Gauvain Pocentek | 2018-06-17 | 1 | -0/+6 |
| | | | | | Fixes #528 | ||||
| * | Add support for user avatar upload | Gauvain Pocentek | 2018-05-21 | 1 | -0/+7 |
| | | | | | Fixes #308 | ||||
| * | [docs] Rework the examples pages | Gauvain Pocentek | 2018-05-20 | 1 | -137/+71 |
| | | | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things | ||||
| * | Fix the impersonation token deletion example | Gauvain Pocentek | 2018-03-29 | 1 | -2/+2 |
| | | | | | Fixes #476 | ||||
| * | Fix typos in documentation | Jakub Wilk | 2018-03-03 | 1 | -3/+3 |
| | | |||||
| * | Add doc for search by custom attribute | Gauvain Pocentek | 2018-01-01 | 1 | -0/+5 |
| | | |||||
| * | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 1 | -16/+10 |
| | | | | | implements parts of #367 | ||||
| * | update user docs with gitlab URLs | Gauvain Pocentek | 2017-11-11 | 1 | -0/+19 |
| | | |||||
| * | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 1 | -0/+36 |
| | | |||||
| * | typo | Gauvain Pocentek | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Add support for impersonation tokens API | Gauvain Pocentek | 2017-11-10 | 1 | -0/+36 |
| | | | | | Closes #363 | ||||
| * | Add users custome attributes support | Gauvain Pocentek | 2017-11-04 | 1 | -0/+36 |
| | | |||||
| * | Add support for GPG keys | Gauvain Pocentek | 2017-11-01 | 1 | -86/+132 |
| | | | | | Closes #355 | ||||
| * | Implement user emails support | Gauvain Pocentek | 2016-07-16 | 1 | -0/+64 |
| | | |||||
| * | docs: crossref improvements | Gauvain Pocentek | 2016-07-16 | 1 | -9/+14 |
| | | |||||
| * | document users API | Gauvain Pocentek | 2016-07-16 | 1 | -0/+128 |
