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
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
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew
2017-06-26Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23update notification settings, fix api specsJames Lopez
2017-06-23ported EE user service to CEJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Re-instate is_admin flag in users API is current user is an adminMike Ricketts
2017-06-16Accept image for avatar in user APIvanadium23
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-07Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon