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 (Expand)Author
2019-01-31Unify user requirements for API slugsRobert Schilling
2019-01-15API: Support username with dotsRobert Schilling
2018-11-12Display impersonation token value only after creationImre Farkas
2018-11-05Remove PersonalAccessTokensFinder#find_by methodImre Farkas
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
2018-10-03List public ssh keys by id or username without authenticationRonald Claveau
2018-10-01Merge branch 'lib-api-frozen-string-enable' into 'master'Rémy Coutable
2018-10-01allow users api to set public_emailAlexis Reigel
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-26remove obsolete parameter from users apiAlexis Reigel
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-11Add ability to skip user email confirmation with APIStan Hu
2018-07-30Allow users to set a statusBob Van Landuyt
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-23Add min_access_level filter to projects APIMarko, Peter
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-13Restoring user v3 endpointFrancisco Javier López
2018-04-23Add 2FA filter to users API for admins onlyDmitriy Zaporozhets
2018-02-08Allow including custom attributes in API responsesMarkus Koller
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
2018-02-01Track and act upon the number of executed queriesYorick Peterse
2017-12-04Added default order to UserFinderFrancisco Javier López
2017-11-21Skip confirmation user apiDaniel Juarez
2017-11-02Remove private_token from API user entityDouwe Maan
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28refactor emails serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-26find_user users helper method no longer overrides find_user API helper method.Tiago Botelho
2017-09-23fix calls to Emails::DestroyServiceBrett Walker
2017-09-23Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker
2017-09-16Ensure we use `Entities::User` for non-admin `users/:id` API requestsRobert Speicher
2017-09-05API: Add GPG key management for adminsRobert Schilling
2017-09-05API: Add GPG key managementRobert Schilling
2017-08-28Update remaining endpointsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-08-11Include the `is_admin` field in the `GET /users/:id` API when current user is...Rémy Coutable
2017-07-20Update grape gemDmitriy Zaporozhets
2017-07-12Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable
2017-07-07fix specsJames Lopez
2017-07-07add created at filter logic to users finder and APIJames Lopez
2017-07-04Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan
2017-07-04Simplify authentication logic in the v4 users API for !12445.Timothy Andrew
2017-06-30Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew
2017-06-30Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew