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-25Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master' Sean McGivern
2017-04-25Don't display the `is_admin?` flag for user API responses.Timothy Andrew
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
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-14Expose `last_activity_on` in the User APIRémy Coutable
2017-04-14Port 'Add user activities API' to CESean McGivern
2017-04-02Delete users asynchronouslyStan Hu
2017-03-07Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-06Move schema definitions for our public API to a separate directoryAdam Niedzielski
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-20Merge branch 'remove-paginated-ressource' into 'master'Rémy Coutable
2017-02-20Remove shared example for paginationRobert Schilling
2017-02-20API: Use POST to (un)block a userRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
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