Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated MVC template gettingstarted doc.origin/mvcProjTemplate | Andrew Arnott | 2010-01-02 | 1 | -10/+8 |
| | |||||
* | Removed the fragile magic code for db creation. | Andrew Arnott | 2010-01-02 | 2 | -24/+9 |
| | |||||
* | OpenID text box now gets focus by default. | Andrew Arnott | 2010-01-02 | 1 | -0/+7 |
| | |||||
* | Added capability to add and see multiple authentication tokens per user account. | Andrew Arnott | 2010-01-02 | 8 | -2/+81 |
| | |||||
* | Added way for users to review the apps they've authorized and revoke ↵ | Andrew Arnott | 2010-01-01 | 5 | -0/+49 |
| | | | | permissions. | ||||
* | Locked down account details area from OAuth clients. | Andrew Arnott | 2010-01-01 | 1 | -1/+10 |
| | |||||
* | Fixed some bugs in OAuth authorization. | Andrew Arnott | 2010-01-01 | 2 | -3/+3 |
| | |||||
* | Fixed intermittent error while executing SQL stored procedures. | Andrew Arnott | 2010-01-01 | 5 | -20/+48 |
| | |||||
* | Added (untested!) OAuth SP support. | Andrew Arnott | 2009-12-30 | 9 | -6/+259 |
| | |||||
* | Updating account info work. | Andrew Arnott | 2009-12-30 | 4 | -38/+56 |
| | |||||
* | Fixed returnUrl handling of login page. | Andrew Arnott | 2009-12-30 | 2 | -1/+2 |
| | |||||
* | Added an Account Info page. | Andrew Arnott | 2009-12-30 | 5 | -32/+135 |
| | |||||
* | Realm class now has a public static property that makes it easy to ↵ | Andrew Arnott | 2009-12-30 | 1 | -13/+1 |
| | | | | auto-detect the realm. | ||||
* | Whitespace changes. | Andrew Arnott | 2009-12-29 | 1 | -6/+7 |
| | |||||
* | Fixed username display so it uses the friendly identifier or email. | Andrew Arnott | 2009-12-29 | 2 | -8/+24 |
| | |||||
* | Removed requirement that InfoCards users log in with be self-issued. | Andrew Arnott | 2009-12-29 | 2 | -2/+4 |
| | |||||
* | Gave each project template a unique forms auth cookie name. | Andrew Arnott | 2009-12-29 | 2 | -2/+2 |
| | |||||
* | Moved login processing code from the web forms project template into the ↵ | Andrew Arnott | 2009-12-29 | 4 | -51/+76 |
| | | | | library and utilize it now in both templates. | ||||
* | Added privacy policy to sreg request. | Andrew Arnott | 2009-12-29 | 5 | -9/+38 |
| | |||||
* | In the MVC project template, OpenIdRelyingParty now has a wrapping interface ↵ | Andrew Arnott | 2009-12-29 | 7 | -71/+129 |
| | | | | | | 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 Arnott | 2009-12-29 | 1 | -34/+97 |
| | | | | and added a bunch of comments. | ||||
* | Added XSRF protection to login page, and fixed display of error messages. | Andrew Arnott | 2009-12-28 | 2 | -3/+4 |
| | |||||
* | MVC project template now has basic OpenID login support: | Andrew Arnott | 2009-12-28 | 11 | -535/+546 |
| | | | | | | | This includes: * A database, and bootstrapping code * Removed all the username/password gunk * Added a web site logger | ||||
* | Added the files necessary so the MVC project template builds properly into ↵ | Andrew Arnott | 2009-12-27 | 5 | -0/+68 |
| | | | | the .vsi file. | ||||
* | Added initial project template for ASP.NET MVC. | Andrew Arnott | 2009-12-27 | 28 | -0/+25501 |
| | |||||
* | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 12 | -51/+158 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs | ||||
| * | Merge branch 'reports' into v3.3 | Andrew Arnott | 2009-12-26 | 59 | -294/+1467 |
| |\ | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs | ||||
| | * | Fixed template so it doesn't download needless .js for logged in users. | Andrew Arnott | 2009-12-24 | 1 | -10/+12 |
| | | | |||||
| | * | Fixed stored proc execution that is missing a contextual transaction, ↵ | Andrew Arnott | 2009-12-16 | 2 | -21/+22 |
| | | | | | | | | | | | | leading to runtime errors. | ||||
| | * | Added a logging table to the project template database. | Andrew Arnott | 2009-12-16 | 5 | -14/+87 |
| | | | |||||
| | * | Fixed db generation in the project template. | Andrew Arnott | 2009-12-15 | 1 | -3/+4 |
| | | | | | | | | | | | | I can only imagine this was a mis-rebase because I KNOW I had it this way before. | ||||
| | * | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-14 | 1 | -1/+1 |
| | | | |||||
| | * | Added page title to home page. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | |||||
| | * | Added privacy policy to sreg requests so Yahoo! doesn't show warning to users. | Andrew Arnott | 2009-12-13 | 3 | -0/+16 |
| | | | |||||
| | * | Fixed compile-time error after 95e5314971. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Enabled reporting for the project template and all samples. | Andrew Arnott | 2009-12-25 | 1 | -0/+14 |
| | | | |||||
* | | | Fixed compile-time error after 95e5314971. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-13 | 63 | -342/+1422 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | | Fixed release build to update the project template .sql script. | Andrew Arnott | 2009-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Added missing verisign image from project. | Andrew Arnott | 2009-12-13 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed database filename so it matches what the web project expects. | Andrew Arnott | 2009-12-12 | 3 | -4/+4 |
| | | | |||||
| * | | Database script in project template now comes from the dbproj. | Andrew Arnott | 2009-12-12 | 7 | -253/+695 |
| | | | |||||
| * | | Fixed db proj schema for project template as well. | Andrew Arnott | 2009-12-12 | 3 | -3/+3 |
| | | | |||||
| * | | Added a db project for the project template db schema. | Andrew Arnott | 2009-12-12 | 48 | -0/+637 |
| |/ | |||||
| * | Fixed name of logger in project template. | Andrew Arnott | 2009-12-10 | 1 | -1/+1 |
| | | |||||
| * | Revert "Added XML doc file generation to project template class library." | Andrew Arnott | 2009-12-10 | 1 | -2/+0 |
| | | | | | | | | | | This reverts commit c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923. XML doc comments are available across project references anyway, and this gives us freedom to NOT document some members. | ||||
| * | Fixed case sensitivity on security-critical columns in the database of the ↵ | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | | | | | | | | project template. | ||||
| * | Added XML doc file generation to project template class library. | Andrew Arnott | 2009-12-09 | 1 | -0/+2 |
| | | |||||
| * | Fixed entity set names to take their plural form consistently. | Andrew Arnott | 2009-12-09 | 11 | -97/+97 |
| | | |||||
* | | Reverted unintentional change in 17705cbe that breaks project template ↵ | Andrew Arnott | 2009-12-12 | 1 | -4/+1 |
| | | | | | | | | expansion. | ||||
* | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-01 | 6 | -6/+22 |
|\ \ | |/ | |||||
| * | The name of the database in the project template is now based on the name of ↵ | Andrew Arnott | 2009-12-01 | 4 | -5/+5 |
| | | | | | | | | the created project. | ||||
| * | Fixed the project template so that it once again displays the ↵ | Andrew Arnott | 2009-12-01 | 1 | -1/+3 |
| | | | | | | | | GettingStarted.htm page. | ||||
| * | Project templates now build as a .vsi file instead of a raw .zip file. | Andrew Arnott | 2009-11-24 | 1 | -0/+14 |
| | | | | | | | | Thanks to John Kirk (http://johnckirk.livejournal.com/289696.html) for suggesting use of a .vsi file. | ||||
* | | Merge branch 'master' into extensibleDiscovery | Andrew Arnott | 2009-11-27 | 10 | -11/+899 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs | ||||
| * | Added custom database store for nonces and associations and wired it up to ↵ | Andrew Arnott | 2009-11-18 | 10 | -11/+899 |
| | | | | | | | | the OAuth SP and OpenID RP in the project template. | ||||
* | | Removed unused using statements from project template. | Andrew Arnott | 2009-11-24 | 3 | -3/+0 |
| | | |||||
* | | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 1 | -1/+4 |
|/ | |||||
* | StyleCop fix. | Andrew Arnott | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Fixed the no-redirect issue when users navigate to /login.aspx to log into ↵ | Andrew Arnott | 2009-11-16 | 4 | -6/+11 |
| | | | | the RP template. | ||||
* | Fixed unhandled exception for returning users introduced by UTC date/time ↵ | Andrew Arnott | 2009-11-16 | 5 | -14/+14 |
| | | | | enforcement code that was recently introduced. | ||||
* | Uncommented customErrors config setting. | Andrew Arnott | 2009-11-16 | 1 | -6/+2 |
| | |||||
* | oops. forgot to fix the stored proc for the renamed columns. | Andrew Arnott | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-11-16 | 1 | -3/+3 |
| | |||||
* | Added a few new columns to the project template's database. | Andrew Arnott | 2009-11-16 | 12 | -300/+506 |
| | |||||
* | Fixed web.config file bug in project template for IIS hosting. | Andrew Arnott | 2009-11-16 | 1 | -1/+2 |
| | |||||
* | Removed binaries from project template project file. | Andrew Arnott | 2009-11-15 | 1 | -7/+1 |
| | |||||
* | .vstemplates are now partially generated to remove the need to keep them in ↵ | Andrew Arnott | 2009-11-15 | 4 | -156/+45 |
| | | | | sync with their associated project files. | ||||
* | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 34 | -283/+493 |
| | | | | web forms web sites into its own library. | ||||
* | Added HTML encoding anywhere that uncontrolled data is rendered to a web pgae. | Andrew Arnott | 2009-11-13 | 4 | -9/+9 |
| | |||||
* | Fixed up vstemplate file to be up to date with the .csproj file. | Andrew Arnott | 2009-11-13 | 2 | -3/+20 |
| | |||||
* | Changed OAuth authorization page redirect. | Andrew Arnott | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | UI touch-ups and StyleCop fixes. | Andrew Arnott | 2009-11-13 | 5 | -12/+109 |
| | |||||
* | Fixed up boiler-plate text in OAuth 1.0 warning. | Andrew Arnott | 2009-11-13 | 3 | -1/+40 |
| | |||||
* | 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 | 3 | -7/+7 |
| | |||||
* | Fixed a bunch of bugs in the project template's oauth sp implementation. | Andrew Arnott | 2009-11-12 | 10 | -44/+192 |
| | |||||
* | Made the "as string" and "as int" entity properties private, since we have ↵ | Andrew Arnott | 2009-11-11 | 2 | -15/+11 |
| | | | | strong-typed accessors for these properties. | ||||
* | Updated entity model to latest database IDENTITY columns. | Andrew Arnott | 2009-11-11 | 1 | -2/+2 |
| | |||||
* | Removed descriptive comments to reduce diff noise in future commits. | Andrew Arnott | 2009-11-11 | 1 | -15/+0 |
| | |||||
* | Fixed PK columns to be identity columns. | Andrew Arnott | 2009-11-11 | 1 | -17/+17 |
| | |||||
* | Bug fixes and updated db creation script with new OAuth tables. | Andrew Arnott | 2009-11-11 | 4 | -31/+134 |
| | |||||
* | Added OAuth authorization modules so that incoming requests signed with ↵ | Andrew Arnott | 2009-11-11 | 5 | -0/+204 |
| | | | | OAuth get proper delegation rights. | ||||
* | Added scope to issued OAuth tokens. | Andrew Arnott | 2009-11-10 | 3 | -2/+33 |
| | |||||
* | 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 | 15 | -7/+485 |
| | |||||
* | Fixed up roles, and restricted OAuth tokens from providing access to ↵ | Andrew Arnott | 2009-11-10 | 2 | -2/+24 |
| | | | | sensitive user pages. | ||||
* | Split up token manager into an SP side and a consumer side. | Andrew Arnott | 2009-11-10 | 4 | -155/+166 |
| | |||||
* | Split up issued tokens into request and access token types. | Andrew Arnott | 2009-11-10 | 6 | -171/+217 |
| | |||||
* | Added initial OAuth token manager and entities. | Andrew Arnott | 2009-11-10 | 6 | -6/+1089 |
| | | | | 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 | 11 | -13/+105 |
| | |||||
* | Project starter template's accountinfo.aspx page now uses the OpenIdSelector ↵ | Andrew Arnott | 2009-11-08 | 3 | -45/+34 |
| | | | | so the user has a consistent interface. | ||||
* | Publicized the exception inner message assembling routine. | Andrew Arnott | 2009-11-08 | 1 | -2/+2 |
| | | | | And utilize it in the OpenIdLogin control and the project starter template. | ||||
* | Removed Verisign and MyOpenID from the default set of OP buttons in starter kit. | Andrew Arnott | 2009-11-05 | 1 | -3/+1 |
| | |||||
* | Starter project template now collects email and name of user and displays ↵ | Andrew Arnott | 2009-11-05 | 4 | -6/+43 |
| | | | | that to the user when available. | ||||
* | Optimized pages that host login popup links so that they don't execute the ↵ | Andrew Arnott | 2009-11-04 | 1 | -2/+10 |
| | | | | iframe javascript until it actually appears. | ||||
* | Made message "Login / Register" | Andrew Arnott | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Updated project template for new login UX. | Andrew Arnott | 2009-11-01 | 2 | -2/+49 |
| | |||||
* | Shrunk size of iframe HTML slightly. | Andrew Arnott | 2009-11-01 | 1 | -6/+0 |
| | |||||
* | Added missing RP discovery endpoint for account info page. | Andrew Arnott | 2009-11-01 | 1 | -0/+1 |
| |