summaryrefslogtreecommitdiff
path: root/spec/requests/api/session_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Grapify the session APIgrapify-session-apiRobert Schilling2016-11-091-7/+9
* Small refactor and syntax fixes.2fa-api-checkPatricio Cano2016-08-181-0/+1
* Added checks for 2FA to the API `/sessions` endpoint and the Resource Owner P...Patricio Cano2016-08-181-0/+10
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-6/+6
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-4/+4
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-15/+15
* Session API: Use case-insensitive authentication like in UIAndrey Krivko2014-10-301-0/+26
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Fix session spec because of password lengthDmitriy Zaporozhets2013-11-251-1/+1
* Fix Api session specDmitriy Zaporozhets2013-09-301-1/+0
* 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
* API: session documentation updated and test addedSebastian Ziebell2013-02-271-0/+10
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-1/+1
* API: return 401 for invalid sessionNihad Abbasov2012-09-201-2/+2
* I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-201-0/+39