summaryrefslogtreecommitdiff
path: root/lib/api/users.rb
Commit message (Expand)AuthorAgeFilesLines
* Make single user API endpoint return Entities::User instead of Entities::User...Michi3022015-12-281-1/+1
* Add API support for looking up a user by usernameStan Hu2015-12-241-4/+10
* Added ability to update or set the identity of an existing user, like the doc...fix-user-identities-apiPatricio Cano2015-09-221-0/+11
* Restrict users API endpoints to use integer IDsStan Hu2015-08-231-1/+1
* Fix indentationDouwe Maan2015-07-311-11/+11
* Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+111
* Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+30
* Fix error when deleting a user who has projectsStan Hu2015-06-231-1/+1
* You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-281-1/+1
* Change ordering so that confirm is removed from attrs before attempting to Us...RICKETTM@uk.ibm.com2015-03-241-2/+2
* Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirmDmitriy Zaporozhets2015-02-271-5/+9
|\
| * Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-4/+8
* | Add 'confirm' option to users apiMatthew Monaco2014-11-031-1/+4
|/
* Improve error reporting on users APIjubianchi2014-09-161-21/+37
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-1/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+1
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-4/+14
* Implement GET /users/:uid/keys for admin usersTimm Friebe2014-04-181-0/+39
* Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-221-1/+1
|\
| * Remove deprecated findersskv2014-01-191-1/+1
* | Add website url to userJerome Dalbert2014-01-181-1/+3
|/
* fix most of warningsskv2013-12-151-1/+1
* Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov2013-09-291-3/+11
* Update to only provide one way to get a default userIzaak Alpert2013-09-111-3/+2
* Update User api to respect default settingsIzaak Alpert2013-09-111-1/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* modify api to work with new deploy keysDmitriy Zaporozhets2013-05-061-1/+1
* Paginate users in users apiDmitriy Zaporozhets2013-04-161-0/+1
* Dont show blocked users in autocompleteDmitriy Zaporozhets2013-03-191-0/+1
* Abilities added to /user and /sign_in requestsAlex Denisov2013-03-181-1/+1
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* add api users filter and integrate users select2Dmitriy Zaporozhets2013-03-131-1/+2
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+20
|\
| * Additional Admin APIsAngus MacArthur2013-03-051-0/+20
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-7/+2
* | API: fixes return codes, documentation updated with status codes, tests addedSebastian Ziebell2013-02-201-5/+19
|/
* Extended users API to support updating and deleting users.Boyan Tabakov2012-12-181-1/+46
* Validates presence of User#nameCyril2012-12-121-2/+0
* Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets2012-11-231-1/+1
* name and password_confirmation not required to create a user via APINihad Abbasov2012-10-191-4/+3
* fix mass-assignment error in user create APINihad Abbasov2012-10-191-2/+2
* fix TYPOValeriy Sizov2012-10-021-1/+1
* #1585 Api for user creation: base implementationValeriy Sizov2012-10-021-0/+26
* API: SSH keys belong to user entityNihad Abbasov2012-09-211-6/+53
* add pagination to APINihad Abbasov2012-09-031-1/+1
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-3/+3
* refactor API and improve docsNihad Abbasov2012-06-291-0/+36