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-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-09Optionally make users created via the API set their passwordJoost Rijneveld
2017-02-02Update api docs and minor changesGeorge Andrinopoulos
2017-02-02Force new password after password reset via APIGeorge Andrinopoulos
2017-01-11Fix Users API to accept confirm parameterMark Fletcher
2017-01-04Add a failing spec to the POST /users APIRémy Coutable
2017-01-03API: extern_uid is a stringRobert Schilling
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-11-28Changed API spec files to describe the correct classLivier
2016-11-21Grapify the users APIRobert Schilling
2016-11-08Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta
2016-10-24Make events order spec deterministic, create only 3 record instead of 5, expl...Airat Shigapov
2016-10-24Rewrite events order spec to simulate wrong order without changing idsAirat Shigapov
2016-10-24Add test for events order in APIAirat Shigapov
2016-10-21Fix wrong endpoint in api/users documentation, fix same typo in spec describe...Airat Shigapov
2016-10-12Merge branch 'user-events-api' into 'master' Robert Speicher
2016-10-11Make spec deterministicRémy Coutable
2016-10-11Addresses Robert's feedbackRémy Coutable
2016-10-10Fix api users spec for post request with invalid idDmitriy Zaporozhets
2016-10-10Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets
2016-10-10Fix API specs behaviour for invalid routingDmitriy Zaporozhets
2016-10-10Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets
2016-10-10API: New /users/:id/events endpointRémy Coutable
2016-09-27Add extra check for api users specDmitriy Zaporozhets
2016-09-27Improvements to user organization field feature after code reviewDmitriy Zaporozhets
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-08-12Fix bug where destroying a namespace would not always destroy projectsStan Hu
2016-08-09Fix Grape tests.Connor Shea
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-01Add leading comment space copFelipe Artur
2016-04-18Insert users check into apiFelipe Artur
2016-03-17API support for setting External flag on existing usersZeger-Jan van de Weg
2016-03-13External UsersZeger-Jan van de Weg
2016-03-04Add fields to GET /users/* API endpoints for adminsevuez
2016-01-08Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto
2015-12-24Add API support for looking up a user by usernameStan Hu
2015-12-08Add custom NamespaceValidatorRobert Speicher
2015-11-10Implement Build ArtifactsKamil Trzcinski
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-30Fix docsDouwe 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-24Add 2FA status to user admin APIStan Hu
2015-06-22Fix part of api specs for rubocopDmitriy Zaporozhets
2015-04-22Merge pull request #8831 from bladealslayer/fix/api-user-testsNihad Abbasov