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-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
2016-03-17API support for setting External flag on existing usersZeger-Jan van de Weg
2016-03-13External UsersZeger-Jan van de Weg
2016-01-12Codestyle changesGabriel Mazetto
2016-01-08Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto
2015-12-28Make single user API endpoint return Entities::User instead of Entities::User...Michi302
2015-12-24Add API support for looking up a user by usernameStan Hu
2015-09-23Added ability to update or set the identity of an existing user, like the doc...Patricio Cano
2015-08-23Restrict users API endpoints to use integer IDsStan Hu
2015-07-31Fix indentationDouwe Maan
2015-07-29Add ability to manage user email addresses via the API.Douwe Maan
2015-07-03Allow user to be blocked and unblocked via the APISteve Norman
2015-06-23Fix error when deleting a user who has projectsStan Hu
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-03-24Change ordering so that confirm is removed from attrs before attempting to Us...RICKETTM@uk.ibm.com
2015-02-28Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-11-04Add 'confirm' option to users apiMatthew Monaco
2014-09-16Improve error reporting on users APIjubianchi
2014-06-30Fix signup and project visibilityDmitriy Zaporozhets
2014-06-27Make app works with strong paramsDmitriy Zaporozhets
2014-06-13Dont expose user email via APIDmitriy Zaporozhets
2014-04-18Implement GET /users/:uid/keys for admin usersTimm Friebe
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2014-01-18Add website url to userJerome Dalbert
2013-12-15fix most of warningsskv
2013-09-29Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov