summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Controllers/AccountController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Corrected indentation back to being tab based.Richard Collette2014-12-261-51/+50
|
* Undo CodeMaid formattingRichard Collette2014-12-231-34/+19
|
* Fix #355 Response.ContentType not set when AsActionResult is used.Richard Collette2014-12-181-69/+86
|
* Removes some optional cancellation tokens that don't work with all server ↵Andrew Arnott2013-03-281-3/+3
| | | | configurations.
* Removed references to obsolete AsyncController.Andrew Arnott2013-01-271-1/+1
|
* Fixed a bunch more samples.Andrew Arnott2013-01-231-8/+8
|
* Removed database component from the Resource Server sample.Andrew Arnott2010-08-111-0/+11
|
* Fixed bug where sample logon page would throw due to no returnUrl parameter.Andrew Arnott2010-08-111-14/+17
|
* Now StyleCop clean.Andrew Arnott2010-08-011-24/+14
|
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵Andrew Arnott2010-08-011-91/+38
| | | | now work!
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+127
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.