summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceNihad Abbasov2012-09-211-0/+4
* API: SSH keys belong to user entityNihad Abbasov2012-09-211-1/+62
* make API specs more organized and readableNihad Abbasov2012-09-121-4/+6
* Clean up request specsRobert Speicher2012-08-251-4/+4
* Add a simple `api` method to ApiHelpers, replacing api_prefixRobert Speicher2012-08-251-0/+2
* Cleanup spec/support folder and spec/spec_helperRobert Speicher2012-08-251-0/+37