Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes project templates. | Andrew Arnott | 2013-06-16 | 1 | -85/+0 |
| | | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work. | ||||
* | projecttemplates now build. | Andrew Arnott | 2013-01-27 | 1 | -0/+29 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Fixed the no-redirect issue when users navigate to /login.aspx to log into ↵ | Andrew Arnott | 2009-11-16 | 1 | -2/+2 |
| | | | | the RP template. | ||||
* | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 10 | -781/+0 |
| | | | | web forms web sites into its own library. | ||||
* | Fixed OAuth authentication module's role handling so that it doesn't get ↵ | Andrew Arnott | 2009-11-13 | 1 | -0/+16 |
| | | | | overridden by the database role provider. | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-11-12 | 2 | -4/+4 |
| | |||||
* | Fixed a bunch of bugs in the project template's oauth sp implementation. | Andrew Arnott | 2009-11-12 | 3 | -6/+10 |
| | |||||
* | Bug fixes and updated db creation script with new OAuth tables. | Andrew Arnott | 2009-11-11 | 2 | -6/+10 |
| | |||||
* | Added OAuth authorization modules so that incoming requests signed with ↵ | Andrew Arnott | 2009-11-11 | 3 | -0/+182 |
| | | | | OAuth get proper delegation rights. | ||||
* | Added scope to issued OAuth tokens. | Andrew Arnott | 2009-11-10 | 1 | -0/+5 |
| | |||||
* | Removed magic string. | Andrew Arnott | 2009-11-10 | 1 | -2/+3 |
| | |||||
* | Added a bunch more OAuth SP supporting code, but it's not done yet. | Andrew Arnott | 2009-11-10 | 3 | -1/+208 |
| | |||||
* | Split up token manager into an SP side and a consumer side. | Andrew Arnott | 2009-11-10 | 3 | -155/+164 |
| | |||||
* | Split up issued tokens into request and access token types. | Andrew Arnott | 2009-11-10 | 1 | -16/+17 |
| | |||||
* | Added initial OAuth token manager and entities. | Andrew Arnott | 2009-11-10 | 1 | -0/+262 |
| | | | | Haven't checked in changes to db generating SQL yet. | ||||
* | Added EmailAddressVerified column to users table and code to utilize it. | Andrew Arnott | 2009-11-09 | 1 | -0/+23 |
| | |||||
* | Renamed "starterkits" to "projecttemplates". | Andrew Arnott | 2009-10-10 | 1 | -0/+123 |