summaryrefslogtreecommitdiff
path: root/lib/api/users.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-19/+19
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-2/+2
* Remove PersonalAccessTokensFinder#find_by methoduse_tokenauthenticatable_method_for_token_lookupImre Farkas2018-11-051-3/+1
* Make getting a user by the username case insensitiveWilliam George2018-10-181-8/+6
* Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-4/+2
|\
| * List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-4/+2
* | Merge branch 'lib-api-frozen-string-enable' into 'master'Rémy Coutable2018-10-011-0/+2
|\ \
| * | Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| |/
* | allow users api to set public_emailAlexis Reigel2018-10-011-0/+1
* | remove obsolete parameter from users apiAlexis Reigel2018-09-261-1/+0
|/
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+56
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+56
* | Add ability to skip user email confirmation with APIStan Hu2018-09-101-0/+1
|/
* Allow users to set a statusBob Van Landuyt2018-07-301-0/+35
* Add an option to have a private profile on GitLabJX Terry2018-07-241-5/+6
* Add min_access_level filter to projects APIMarko, Peter2018-07-231-0/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Restoring user v3 endpointFrancisco Javier López2018-06-131-11/+15
* Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-1/+1
* Allow including custom attributes in API responsesMarkus Koller2018-02-081-1/+8
* Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-1/+18
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
* Added default order to UserFinderFrancisco Javier López2017-12-041-0/+2
* Skip confirmation user apiDaniel Juarez2017-11-211-1/+2
* Remove private_token from API user entityDouwe Maan2017-11-021-3/+1
* Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-051-11/+9
|\
| * Support custom attributes on usersMarkus Koller2017-09-281-0/+2
| * refactor emails servicerefactor-servicesJames Lopez2017-09-281-4/+4
| * refactor users update serviceJames Lopez2017-09-281-1/+1
| * refactor services to match EE signatureJames Lopez2017-09-281-5/+5
| * find_user users helper method no longer overrides find_user API helper method.37467-helper-method-from-users-endpoint-overrides-api-helper-methodTiago Botelho2017-09-261-2/+2
* | fix calls to Emails::DestroyServiceBrett Walker2017-09-231-2/+2
* | Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-2/+0
|/
* Ensure we use `Entities::User` for non-admin `users/:id` API requestsRobert Speicher2017-09-151-1/+1
* API: Add GPG key management for adminsRobert Schilling2017-09-051-0/+80
* API: Add GPG key managementRobert Schilling2017-09-051-0/+70
* Update remaining endpointsRobert Schilling2017-08-281-2/+5
* Conditionally destroy a ressourceRobert Schilling2017-08-281-34/+13
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+28
* Include the `is_admin` field in the `GET /users/:id` API when current user is...Rémy Coutable2017-08-111-9/+4
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+5
* Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-1/+10
* fix specsJames Lopez2017-07-071-1/+1
* add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
* Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-041-9/+20
|\
| * Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-041-1/+8
| * Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-301-10/+10
| |\
| * | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-15/+11
| * | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-6/+17
* | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-1/+3
| |/ |/|