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
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
2013-09-11Update to only provide one way to get a default userIzaak Alpert
2013-09-11Update User api to respect default settingsIzaak Alpert
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-06modify api to work with new deploy keysDmitriy Zaporozhets
2013-04-16Paginate users in users apiDmitriy Zaporozhets
2013-03-19Dont show blocked users in autocompleteDmitriy Zaporozhets
2013-03-19Abilities added to /user and /sign_in requestsAlex Denisov
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-14add api users filter and integrate users select2Dmitriy Zaporozhets
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-20API: fixes return codes, documentation updated with status codes, tests addedSebastian Ziebell
2012-12-18Extended users API to support updating and deleting users.Boyan Tabakov
2012-12-12Validates presence of User#nameCyril
2012-11-24Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets
2012-10-19name and password_confirmation not required to create a user via APINihad Abbasov
2012-10-19fix mass-assignment error in user create APINihad Abbasov
2012-10-02fix TYPOValeriy Sizov
2012-10-02#1585 Api for user creation: base implementationValeriy Sizov
2012-09-21API: SSH keys belong to user entityNihad Abbasov
2012-09-03add pagination to APINihad Abbasov
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-06-29refactor API and improve docsNihad Abbasov