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-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
2017-06-26Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew
2017-06-24fix spec failuresJames Lopez
2017-06-23fix spec failuresJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23fix spec failuresJames Lopez
2017-06-23refactor emails serviceJames Lopez
2017-06-23update missing email actionsJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23update to use emails destroy serviceJames Lopez
2017-06-23fixed specsJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-23fix api and controller issuesJames Lopez
2017-06-23update notification settings, fix api specsJames 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-07Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon
2017-06-06Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin
2017-06-06Introduce an Events APIMark Fletcher
2017-06-05Refactor the DeleteUserWorkerNick Thomas
2017-06-02Allow users to be hard-deleted from the APINick Thomas
2017-05-15Create a Users FinderGeorge Andrinopoulos