Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 30 | -2957/+56 | |
| | | | | 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 | |
| | ||||||
* | Added capability for OP buttons to NOT do background auth, for cases like ↵ | Andrew Arnott | 2009-10-31 | 1 | -1/+1 | |
| | | | | Verisign currently that misbehaves when receiving checkid_immediate messages. | |||||
* | Gets rid of the Add Identifier button in the account management page. | Andrew Arnott | 2009-10-29 | 3 | -18/+5 | |
| | ||||||
* | Increased height of popup slightly to avoid occasional vertical scrollbars ↵ | Andrew Arnott | 2009-10-29 | 2 | -2/+2 | |
| | | | | appearing in Chrome. | |||||
* | Refactored the three OpenID selector button types into separate classes. | Andrew Arnott | 2009-10-28 | 2 | -7/+8 | |
| | ||||||
* | Renamed OpenIdButtonPanel to OpenIdSelector. | Andrew Arnott | 2009-10-28 | 3 | -17/+17 | |
| | ||||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2009-10-28 | 2 | -33/+34 | |
| | ||||||
* | Added trivial user database display in admin area. | Andrew Arnott | 2009-10-27 | 3 | -0/+47 | |
| | ||||||
* | Fixed typo. | Andrew Arnott | 2009-10-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug in database generation. | Andrew Arnott | 2009-10-27 | 1 | -1/+1 | |
| | ||||||
* | Added comment hinting at the appropriate popup dialog height for one row of ↵ | Andrew Arnott | 2009-10-26 | 1 | -1/+1 | |
| | | | | OP buttons. | |||||
* | Fixed display of error message in IE. | Andrew Arnott | 2009-10-26 | 1 | -1/+1 | |
| | ||||||
* | RP can now receive unsolicited assertions. | Andrew Arnott | 2009-10-26 | 2 | -7/+10 | |
| | ||||||
* | Merge branch 'master' into openidux | Andrew Arnott | 2009-10-26 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs | |||||
| * | Fixed bad comment and StyleCop message. | Andrew Arnott | 2009-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | Added commented out trace switch. | Andrew Arnott | 2009-10-25 | 1 | -0/+4 | |
| | | ||||||
* | | Errors while processing authentication are now displayed to the user. | Andrew Arnott | 2009-10-23 | 3 | -1/+50 | |
| | | ||||||
* | | Fixed RP discovery. | Andrew Arnott | 2009-10-23 | 4 | -1/+27 | |
| | | ||||||
* | | Fixed swallowed SQL exceptions. | Andrew Arnott | 2009-10-22 | 1 | -0/+2 | |
| | | ||||||
* | | Changed jQuery script links to use Google instead of local copy except when ↵ | Andrew Arnott | 2009-10-22 | 4 | -19/+14 | |
| | | | | | | | | accessed from localhost. | |||||
* | | Added InfoCard Selector to login. Woot! | Andrew Arnott | 2009-10-21 | 4 | -6/+6 | |
| | | ||||||
* | | Added Verisign as a well-known Provider. | Andrew Arnott | 2009-10-21 | 2 | -0/+1 | |
| | | ||||||
* | | Removed hard-coded _top target from the OpenIdButtonPanel. | Andrew Arnott | 2009-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | Set loginframe.aspx's validateRequest="false" | Andrew Arnott | 2009-10-21 | 1 | -1/+2 | |
| | | ||||||
* | | Finished wiring up the redirect following a login so that the user ↵ | Andrew Arnott | 2009-10-20 | 3 | -1/+31 | |
| | | | | | | | | experience works for popup logins and redirect full page based logins. | |||||
* | | Integrated login page so it actually has the behavior in the site it should ↵ | Andrew Arnott | 2009-10-20 | 1 | -3/+41 | |
| | | | | | | | | | | | | for the full page redirect scenario. Still missing InfoCard. | |||||
* | | OpenIdButtonPanel now handles its own login messages and fires the LoggedIn ↵ | Andrew Arnott | 2009-10-19 | 3 | -27/+5 | |
| | | | | | | | | event. | |||||
* | | Moved some .css code. | Andrew Arnott | 2009-10-19 | 1 | -14/+0 | |
| | | ||||||
* | | Moved OpenIdAjaxTextBox from aspx page into the OpenIdButtonPanel control. | Andrew Arnott | 2009-10-19 | 2 | -30/+1 | |
| | | ||||||
* | | Moved server form to the more standard location. | Andrew Arnott | 2009-10-19 | 2 | -13/+25 | |
| | | ||||||
* | | Moved the loginpopup.js content to an embedded .js resource in the library. | Andrew Arnott | 2009-10-19 | 2 | -145/+12 | |
| | | | | | | | | Lots more tinkering, refactoring, and possibly tearing out the jQuery dependency still to go. | |||||
* | | Got rid of the slide effect for now, since it causes huge pauses after the ↵ | Andrew Arnott | 2009-10-19 | 1 | -2/+2 | |
| | | | | | | | | OpenID button is clicked, and causes preloaded discovery results to be reloaded (overwriting auth results). | |||||
* | | The OP buttons and OpenID button now correctly invoke doLogin. | Andrew Arnott | 2009-10-19 | 1 | -7/+15 | |
| | | ||||||
* | | Fixed up OpenID OP button to behave (almost) like the others in terms of ↵ | Andrew Arnott | 2009-10-18 | 1 | -3/+18 | |
| | | | | | | | | clicking on it causing the final "login" for the user to happen. | |||||
* | | Removed myopenid button. | Andrew Arnott | 2009-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Added (commented out) code to view trace messages easily. | Andrew Arnott | 2009-10-17 | 1 | -0/+4 | |
| | | ||||||
* | | The text box no longer flickers when it's already visible and the user ↵ | Andrew Arnott | 2009-10-17 | 1 | -2/+6 | |
| | | | | | | | | clicks on the OpenID button again. | |||||
* | | Changed the animation with which the openid text box appears and disappears. | Andrew Arnott | 2009-10-17 | 1 | -6/+7 | |
| | | | | | | | | Strange very long delay the first time the text box appears now. sliding must take a long time to prepare the first time. | |||||
* | | Preparing for the behavior where sending the positive assertion to the RP ↵ | Andrew Arnott | 2009-10-17 | 1 | -14/+22 | |
| | | | | | | | | and logging in will actually happen. | |||||
* | | Grayed out OPs stay grayed out until a grayed out button is pressed. | Andrew Arnott | 2009-10-17 | 1 | -4/+6 | |
| | | ||||||
* | | Added MyOpenID OP button. | Andrew Arnott | 2009-10-17 | 3 | -0/+2 | |
| | | ||||||
* | | Each OP button now gets its own FrameManager so that one's successful auth ↵ | Andrew Arnott | 2009-10-17 | 1 | -5/+3 | |
| | | | | | | | | doesn't cancel the auth attempt of another. | |||||
* | | Avoid jumpstarting the ajax text box since it starts itself. | Andrew Arnott | 2009-10-17 | 1 | -4/+0 | |
| | | ||||||
* | | Changed error trace to a throw, and found and fixed the source of the error. | Andrew Arnott | 2009-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | OP buttons now show green checkmark when they've logged in successfully. | Andrew Arnott | 2009-10-17 | 1 | -32/+20 | |
| | | ||||||
* | | Fixed self-closing iframe tag. | Andrew Arnott | 2009-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Temporarily replaced the postback with an alert indicating authentication ↵ | Andrew Arnott | 2009-10-16 | 1 | -1/+2 | |
| | | | | | | | | completed successfully. | |||||
* | | In some scenarios OpenIdIdentifier instances were created with null or empty ↵ | Andrew Arnott | 2009-10-16 | 1 | -6/+7 | |
| | | | | | | | | strings. This change helps identify the source of the problem. | |||||
* | | Wow, I found a ton of duplicated javascript code that was causing problems. | Andrew Arnott | 2009-10-16 | 1 | -113/+0 | |
| | | ||||||
* | | Added discovery result preloading capability. | Andrew Arnott | 2009-10-16 | 2 | -18/+5 | |
| | | | | | | | | Also plugged the new capability into the OpenIdButtonPanel and OpenIdAjaxTextBox controls to give a more snappy user experience in the common scenarios. | |||||
* | | A little cleanup. | Andrew Arnott | 2009-10-16 | 3 | -10/+1 | |
| | | ||||||
* | | Moved OP buttons to a new OpenIdButtonPanel control. | Andrew Arnott | 2009-10-15 | 4 | -129/+7 | |
| | | ||||||
* | | The list of OP buttons is now kept by the page's code-behind. | Andrew Arnott | 2009-10-15 | 3 | -28/+51 | |
| | | ||||||
* | | Added method for passing the successful login info to the hosting ↵ | Andrew Arnott | 2009-10-15 | 4 | -6/+62 | |
| | | | | | | | | loginframe.aspx page. | |||||
* | | Fixed a couple of issues with trying to login with the OP buttons automatically. | Andrew Arnott | 2009-10-15 | 1 | -5/+5 | |
| | | ||||||
* | | Automatically start trying to log the user in as soon as the loginframe.aspx ↵ | Andrew Arnott | 2009-10-14 | 1 | -0/+41 | |
| | | | | | | | | page comes up. | |||||
* | | Optimization to avoid repeated searches for the openid_identifier control. | Andrew Arnott | 2009-10-14 | 1 | -7/+8 | |
| | | ||||||
* | | Fixed some bad XHTML. | Andrew Arnott | 2009-10-14 | 1 | -2/+1 | |
| | | ||||||
* | | Initial import (with limited functionality) of the new login UX. | Andrew Arnott | 2009-10-13 | 45 | -115/+9610 | |
|/ | ||||||
* | Removed early check for an already-claimed identifier. | Andrew Arnott | 2009-10-12 | 2 | -15/+1 | |
| | | | | It was problematic to the UI, and actually disclosed private information on others. | |||||
* | Project template: Add Identifier now restores focus to the input box. | Andrew Arnott | 2009-10-10 | 1 | -0/+1 | |
| | ||||||
* | StyleCop fixes. | Andrew Arnott | 2009-10-10 | 2 | -11/+11 | |
| | ||||||
* | Improved message on project template startup page. | Andrew Arnott | 2009-10-10 | 1 | -1/+2 | |
| | ||||||
* | Made the project template web.config file a bit more like a real web site ↵ | Andrew Arnott | 2009-10-10 | 1 | -10/+2 | |
| | | | | and less like a sample. | |||||
* | Fixed project template setup page to not try to create db twice in some ↵ | Andrew Arnott | 2009-10-10 | 1 | -1/+8 | |
| | | | | circumstances. | |||||
* | Fixed references so that project template builds against SQL Server 10 SDK. | unknown | 2009-10-10 | 1 | -2/+3 | |
| | ||||||
* | Fine tuned the project template generation. | Andrew Arnott | 2009-10-10 | 3 | -0/+26 | |
| | ||||||
* | Renamed "starterkits" to "projecttemplates". | Andrew Arnott | 2009-10-10 | 46 | -0/+2847 | |