summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-0/+1
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+2
* Fix Grape tests.Connor Shea2016-08-091-10/+5
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-108/+108
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-101/+101
* Add leading comment space copissue_15557Felipe Artur2016-05-311-1/+1
* Insert users check into apiFelipe Artur2016-04-181-0/+18
* API support for setting External flag on existing usersZeger-Jan van de Weg2016-03-171-0/+7
* External UsersZeger-Jan van de Weg2016-03-131-0/+20
* 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
|\