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
2017-04-19Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher
2017-04-18Implement search by extern_uid in Users APIRobin Bobbitt
2017-04-14Remove unused user activities codeSean McGivern
2017-04-14Expose `last_activity_on` in the User APIRémy Coutable
2017-04-14Port 'Add user activities API' to CESean McGivern
2017-04-10Separate CE params on Grape APIOswaldo Ferreira
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-04-02Delete users asynchronouslyStan Hu
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-01refactors finder and correlated codeTiago Botelho
2017-03-01applies relevant changes to the code and code structureTiago Botelho
2017-03-01refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho
2017-03-01add impersonation tokenSimon Vocella
2017-03-01manage personal_access_tokens through apiSimon Vocella
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2017-02-20API: Use POST to (un)block a userRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-10Merge branch '1051-api-create-users-without-password' into 'master' Rémy Coutable
2017-02-09Optionally make users created via the API set their passwordJoost Rijneveld
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-02-02Force new password after password reset via APIGeorge Andrinopoulos
2017-01-11Fix Users API to accept confirm parameterMark Fletcher
2017-01-05Fix the failing spec in POST /users APIRémy Coutable
2017-01-03API: extern_uid is a stringRobert Schilling
2016-12-19remove build_user from model UserArsenev Vladislav
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-12-12API: Memoize the current_user so that the sudo can work properlyRémy Coutable
2016-12-07adds impersonator variable and makes sudo usage overall more cleartiagonbotelho
2016-12-07Reenables /user API request to return private-token if user is admin and requ...tiagonbotelho
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-21Fix StrongAttibutes error with Ruby 2.1Rémy Coutable
2016-11-21Grapify the users APIRobert Schilling
2016-11-08Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta
2016-10-24Get rid of extra .page callAirat Shigapov
2016-10-24Fix events order in user contributions APIAirat Shigapov
2016-10-10API: New /users/:id/events endpointRémy Coutable
2016-09-27Add User#organization to users apiDmitriy Zaporozhets
2016-08-31Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew
2016-05-30Enable Style/RedundantParentheses rubocop copGrzegorz Bizon
2016-04-18Add changelog entryFelipe Artur
2016-04-18Fix documentation and improve permissions codeFelipe Artur
2016-04-18Insert users check into apiFelipe Artur
2016-04-06Expose user location in APIRobert Schilling
2016-03-17Add missing API docs on external userAchilleas Pipinellis