summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Controllers
Commit message (Collapse)AuthorAgeFilesLines
* Removes project templates.Andrew Arnott2013-06-163-382/+0
| | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work.
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-042-3/+3
|
* More warning fixes.Andrew Arnott2013-02-101-0/+3
|
* Removed references to obsolete AsyncController.Andrew Arnott2013-01-272-2/+2
|
* projecttemplates now build.Andrew Arnott2013-01-272-25/+31
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-2/+2
| | | | factory methods that return HttpRequestBase instances.
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-8/+3
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Added another frame busting technique to make the authorization server more ↵Andrew Arnott2012-02-201-0/+1
| | | | secure.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Collapsed the AuthorizationServerBase and AuthorizationServer classes.Andrew Arnott2010-07-261-1/+1
|
* Smoothing out some rough edges in OAuth code.Andrew Arnott2010-07-231-6/+10
|
* Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵Andrew Arnott2010-07-191-2/+2
| | | | a HashSet<string>
* Fixed build breaks in MvcRelyingParty project template.Andrew Arnott2010-07-141-37/+32
|
* MVC project template now preloads discovery results for OP buttons.Andrew Arnott2010-03-131-0/+14
|
* StyleCop fixes.Andrew Arnott2010-03-111-2/+2
|
* The edit account page now uses the selector to allow the user to add ↵Andrew Arnott2010-03-111-22/+27
| | | | additional auth tokens.
* Moved all auth actions into their own controller to help focus the Account ↵Andrew Arnott2010-03-102-181/+206
| | | | controller's actions.
* Fixed the full-page login scenario.Andrew Arnott2010-03-081-0/+8
|
* The MVC OpenID selector now appears in a jQuery popup dialog.Andrew Arnott2010-03-071-2/+2
| | | | Woot.
* Updated text on the MVC project template's home page.Andrew Arnott2010-03-071-1/+1
|
* Refactored the code that facilitates MVC OpenIDSelector.Andrew Arnott2010-03-071-17/+18
|
* Trimmed down the AccountController and renamed a couple actions.Andrew Arnott2010-03-071-47/+15
|
* The entire login process now works, in a limited fashion.Andrew Arnott2010-03-071-2/+15
|
* AJAX login success messages are now processed.Andrew Arnott2010-03-071-37/+15
|
* Added some more scripts toward getting the OpenIdSelector working in MVC.Andrew Arnott2010-02-261-0/+44
|
* Added capability to add and see multiple authentication tokens per user account.Andrew Arnott2010-01-021-1/+40
|
* Added way for users to review the apps they've authorized and revoke ↵Andrew Arnott2010-01-011-0/+21
| | | | permissions.
* Fixed some bugs in OAuth authorization.Andrew Arnott2010-01-011-1/+1
|
* Added (untested!) OAuth SP support.Andrew Arnott2009-12-301-3/+51
|
* Updating account info work.Andrew Arnott2009-12-301-8/+13
|
* Fixed returnUrl handling of login page.Andrew Arnott2009-12-301-1/+1
|
* Added an Account Info page.Andrew Arnott2009-12-301-0/+33
|
* Realm class now has a public static property that makes it easy to ↵Andrew Arnott2009-12-301-13/+1
| | | | auto-detect the realm.
* Moved login processing code from the web forms project template into the ↵Andrew Arnott2009-12-291-1/+2
| | | | library and utilize it now in both templates.
* Added privacy policy to sreg request.Andrew Arnott2009-12-292-9/+6
|
* In the MVC project template, OpenIdRelyingParty now has a wrapping interface ↵Andrew Arnott2009-12-292-53/+29
| | | | | | to allow for easier unit testability. I also made a rash of StyleCop fixes.
* Some small code improvements to the MVC project template AccountController ↵Andrew Arnott2009-12-291-34/+97
| | | | and added a bunch of comments.
* Added XSRF protection to login page, and fixed display of error messages.Andrew Arnott2009-12-281-3/+3
|
* MVC project template now has basic OpenID login support:Andrew Arnott2009-12-281-237/+76
| | | | | | | This includes: * A database, and bootstrapping code * Removed all the username/password gunk * Added a web site logger
* Added initial project template for ASP.NET MVC.Andrew Arnott2009-12-272-0/+312