summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-041-0/+2
* Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto2016-01-081-5/+18
* Add API support for looking up a user by usernameStan Hu2015-12-241-0/+7
* Add custom NamespaceValidatorRobert Speicher2015-12-071-2/+2
* Implement Build ArtifactsKamil Trzcinski2015-11-101-6/+9
* Added ability to update or set the identity of an existing user, like the doc...fix-user-identities-apiPatricio Cano2015-09-221-0/+14
* Restrict users API endpoints to use integer IDsStan Hu2015-08-231-0/+56
* Fix docsDouwe Maan2015-07-301-1/+1
* Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+171
* Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+51
* Add 2FA status to user admin APIStan Hu2015-06-231-0/+1
* Fix part of api specs for rubocopDmitriy Zaporozhets2015-06-221-57/+57
* Merge pull request #8831 from bladealslayer/fix/api-user-testsNihad Abbasov2015-04-221-4/+9
|\
| * Fix user API tests succeeding for the wrong reasonBoyan Tabakov2015-04-221-4/+9
* | Fix tests.Douwe Maan2015-03-271-2/+2
|/
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-130/+130
* Redirect signup page to signin page.Douwe Maan2015-02-051-20/+4
* Fix feature and testsDmitriy Zaporozhets2015-01-081-2/+2
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
* Factor regex error messages with spec API testsCiro Santilli2014-11-051-4/+2
* Fix tests after change to regex validation message.Marin Jankovski2014-11-051-4/+2
* Expose projects_limit through users API if UserFull.Liam Monahan2014-11-021-0/+1
* Fix failing api specs.Marin Jankovski2014-10-061-1/+4
* Improve error reporting on users APIjubianchi2014-09-161-27/+131
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-13/+0
* Add /api/users test for admin role. Updated CHANGELOGDmitriy Zaporozhets2014-06-131-0/+11
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-2/+2
* Implement GET /users/:uid/keys for admin usersTimm Friebe2014-04-181-0/+61
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Remove deprecated findersskv2014-01-191-1/+1
* Added test cases to verify admin status of users created via API.Boyan Tabakov2013-09-291-0/+19
* Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov2013-09-291-1/+27
* Fix testsDmitriy Zaporozhets2013-09-141-1/+1
* Update to only provide one way to get a default userIzaak Alpert2013-09-111-1/+3
* Update User api to respect default settingsIzaak Alpert2013-09-111-0/+11
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* Abilities added to /user and /sign_in requestsAlex Denisov2013-03-181-0/+4
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+16
|\
| * Additional Admin APIsAngus MacArthur2013-03-051-0/+16
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-24/+19
|\ \ | |/
| * Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-211-24/+19
* | API: fixes return codes, documentation updated with status codes, tests addedSebastian Ziebell2013-02-201-12/+111
|/
* Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq i...Dmitriy Zaporozhets2013-01-311-0/+48
|\
| * Extended users API to support updating and deleting users.Boyan Tabakov2012-12-181-0/+48
* | Add optional signup.Marin Jankovski2013-01-181-0/+30
|/
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-6/+6
* fix mass-assignment error in user create APINihad Abbasov2012-10-191-4/+4
* #1585 Api for user creation: rspecValeriy Sizov2012-10-021-0/+21