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-07-17Merge branch '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'Stan Hu
2019-07-16CE: Read and write User "Admin notes" via APImanojmj
2019-07-16Migrate null values for users.private_profileAdam Hegyi
2019-06-27Add support for creating random passwords in user creation APIStan Hu
2019-05-28CE port of Move EE specific lines in API::UsersImre Farkas
2019-03-22Add highest_role method to UserThiago Presa
2019-02-27Added: Documentation for the APINermin Vehabovic
2019-02-01Merge branch '51913-api-getting-projects-for-users-with-dot-gets-404' into 'm...Rémy Coutable
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2019-01-15API: Support username with dotsRobert Schilling
2018-12-19Update specs to rails5 formatblackst0ne
2018-11-12Display impersonation token value only after creationImre Farkas
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-03List public ssh keys by id or username without authenticationRonald Claveau
2018-09-11Add ability to skip user email confirmation with APIStan Hu
2018-08-01Add the message HTML to the UserStatus apiBob Van Landuyt
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-23Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne
2018-06-13Restoring user v3 endpointFrancisco Javier López
2018-06-07Make all uses of `fixture_file_upload` use relative pathsRobert Speicher
2018-05-22Don't set the notification_email when only unconfirmed_email is changedRémy Coutable
2018-04-23Add 2FA filter to users API for admins onlyDmitriy Zaporozhets
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
2017-11-21Skip confirmation user apiDaniel Juarez
2017-11-06Support custom attributes on projectsMarkus Koller
2017-11-02Add sudo API scopeDouwe Maan
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-26find_user users helper method no longer overrides find_user API helper method.Tiago Botelho
2017-09-18Improve the Users API specs by asserting against the response schemaRémy Coutable
2017-09-05API: Add GPG key management for adminsRobert Schilling
2017-09-05API: Add GPG key managementRobert Schilling
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-11Include the `is_admin` field in the `GET /users/:id` API when current user is...Rémy Coutable
2017-08-01Allow logged in users to read user list under public restrictionLin Jen-Shin (godfat)
2017-07-25Allow admin to read_users_list even if it's restrictedLin Jen-Shin
2017-07-12Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07fix specsJames Lopez
2017-07-07refactor filtersJames Lopez
2017-07-07add finder and users API specJames Lopez
2017-07-05Fix build for !12300.Timothy Andrew
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-28Test `/users` endpoints for the `read_user` scope.Timothy Andrew
2017-06-28Allow API scope declarations to be applied conditionally.Timothy Andrew