Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brought in a lot more code and got it to compile on SL3. | Andrew Arnott | 2009-07-14 | 2 | -2/+2 |
| | |||||
* | Fixed StyleCop messages | Andrew Arnott | 2009-06-25 | 1 | -8/+8 |
| | |||||
* | RP sample now uses a web user control to display profile fields so it can be ↵ | Andrew Arnott | 2009-06-24 | 5 | -76/+125 |
| | | | | reused elsewhere. | ||||
* | Cleaned up WCF sample service a bit now that we have IPrincipal working. | Andrew Arnott | 2009-06-23 | 2 | -8/+13 |
| | |||||
* | OAuth WCF service sample now impersonates the original user in the thread's ↵ | Andrew Arnott | 2009-06-23 | 3 | -1/+64 |
| | | | | current principal. | ||||
* | Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵ | Andrew Arnott | 2009-06-23 | 3 | -132/+0 |
| | | | | to the core library. | ||||
* | Added IServiceProviderAccessToken and added a method to get it on the ↵ | Andrew Arnott | 2009-06-23 | 2 | -2/+30 |
| | | | | IServiceProviderTokenManager interface. | ||||
* | Fixed merge problem that corrupted a sample's web.config file. | Andrew Arnott | 2009-06-21 | 1 | -3/+5 |
| | |||||
* | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵ | Andrew Arnott | 2009-06-20 | 3 | -1/+9 |
| | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses. | ||||
* | Post merge cleanup. | Andrew Arnott | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.1' | Andrew Arnott | 2009-06-19 | 17 | -68/+409 |
|\ | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs | ||||
| * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-06-19 | 17 | -68/+409 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs | ||||
| | * | Added request token TTL checking. | Andrew Arnott | 2009-06-15 | 2 | -3/+7 |
| | | | | | | | | | | | | Resolves Trac ticket #54. | ||||
| | * | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 1 | -2/+6 |
| | | | |||||
| | * | Fixed a couple of small bugs. | Andrew Arnott | 2009-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 7 | -52/+165 |
| | | | | | | | | | | | | consumer queries. | ||||
| | * | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 8 | -38/+97 |
| | | | |||||
| | * | Fixed anomaly in sample dbml file. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 |
| | | | |||||
| | * | OAuthConsumerWpf now works with OAuth 1.0a as well. | Andrew Arnott | 2009-06-07 | 5 | -42/+112 |
| | | | |||||
| | * | OAuth SP and web consumer work under OAuth 1.0a. | Andrew Arnott | 2009-06-07 | 4 | -4/+42 |
| | | | |||||
| | * | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 6 | -8/+55 |
| | | | | | | | | | | | | | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a. | ||||
| | * | Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8. | Andrew Arnott | 2009-06-04 | 1 | -1/+1 |
| | | | |||||
| | * | Added Google Maps OAuth scope to application block. | Andrew Arnott | 2009-06-04 | 1 | -0/+6 |
| | | | |||||
* | | | Fixed up PPID support so that it worked in more scenarios and is more secure ↵ | Andrew Arnott | 2009-06-17 | 1 | -43/+26 |
| | | | | | | | | | | | | against accidental buggy implementations in the host layer. | ||||
* | | | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 14 | -120/+82 |
| | | | |||||
* | | | Fixed build break in test library, and set correct text in sample OP login ↵ | Andrew Arnott | 2009-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | button. | ||||
* | | | Build warning cleanup and reverting of unintentional changes. | Andrew Arnott | 2009-06-15 | 1 | -10/+2 |
| | | | |||||
* | | | Split RP control base class into two. | Andrew Arnott | 2009-06-13 | 1 | -3/+10 |
| | | | |||||
* | | | All new RP OpenIdButton ASP.NET control and updated RP web forms sample to ↵ | Andrew Arnott | 2009-06-12 | 3 | -13/+4 |
| | | | | | | | | | | | | use it. | ||||
* | | | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 6 | -141/+5 |
| | | | | | | | | | | | | library. | ||||
* | | | StyleCop fixes. | Andrew Arnott | 2009-05-21 | 2 | -4/+4 |
| | | | |||||
* | | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 18 | -112/+440 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 11 | -111/+170 |
| |\ \ | | |/ | |||||
| | * | Fixed javascript bug in sample OP's unsolicited assertion page. | Andrew Arnott | 2009-05-20 | 1 | -0/+2 |
| | | | |||||
| | * | Updated OpenIdRelyingPartyMvc sample's web.config file to be compliant with ↵ | Andrew Arnott | 2009-05-14 | 1 | -25/+27 |
| | | | | | | | | | | | | shipping version of ASP.NET MVC. | ||||
| | * | Added uri section declaration to web.config files of a few samples. | Andrew Arnott | 2009-05-13 | 3 | -0/+3 |
| | | | |||||
| | * | Removed unneeded catch in sample. | Andrew Arnott | 2009-05-11 | 1 | -5/+0 |
| | | | |||||
| | * | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 7 | -79/+130 |
| | | | | | | | | | | | | added a comment indicating their importance for all web sites that use this library. | ||||
| | * | Added MessagePart members to custom extension sample. | Andrew Arnott | 2009-05-07 | 2 | -2/+8 |
| | | | |||||
| * | | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 2 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 2 | -5/+5 |
| | | | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 4 | -2/+110 |
| |\ \ | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| | * | Fixes OAuth base signature string construction for URLs that include a ↵ | Andrew Arnott | 2009-04-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | query-string part. Fixes Trac ticket 42. | ||||
| | * | Added a bunch more Google Scopes to the application block. | Andrew Arnott | 2009-04-29 | 1 | -2/+68 |
| | | | |||||
| | * | Added XSS protection to OAuth SP sample. | Andrew Arnott | 2009-04-29 | 2 | -0/+21 |
| | | | | | | | | | | | | Resolves Trac ticket 43. | ||||
| | * | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 2 | -0/+15 |
| | | | | | | | | | | | | page. | ||||
| * | | Added sample OAuthPrincipal class to the application block. | Andrew Arnott | 2009-04-30 | 2 | -0/+68 |
| | | | |||||
| * | | Added sample OAuthIdentity class to the application block. | Andrew Arnott | 2009-04-29 | 2 | -0/+64 |
| | | | |||||
| * | | Fixed StyleCop messages in offline OP app. | Andrew Arnott | 2009-04-28 | 1 | -4/+28 |
| | | | |||||
* | | | Added root route to MVC sample. | Andrew Arnott | 2009-05-21 | 1 | -0/+5 |
| | | | |||||
* | | | Removed OpenIdTextBox.ImmediateMode. | Andrew Arnott | 2009-05-19 | 3 | -13/+0 |
| | | | | | | | | | | | | Resolves Trac ticket #64. | ||||
* | | | OP now has a RequireSsl option, which requires RP discovery to happen over ↵ | Andrew Arnott | 2009-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | HTTPS. Fixes Trac ticket 51. | ||||
* | | | Fixed build breaks in sample caused by RP discovery breaking change in ↵ | Andrew Arnott | 2009-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | commit 83811ba2f188ff. | ||||
* | | | StyleCop fixes. | Andrew Arnott | 2009-05-08 | 1 | -6/+6 |
| | | | |||||
* | | | Added support for extension-only (non-identity) checkid_* requests. | Andrew Arnott | 2009-05-08 | 16 | -70/+355 |
|/ / | |||||
* | | Merge branch 'offlineapp' | Andrew Arnott | 2009-04-26 | 9 | -75/+400 |
|\ \ | |||||
| * | | OpenID offline Provider now temporarily takes focus during an intercepted login. | Andrew Arnott | 2009-04-26 | 4 | -1/+43 |
| | | | |||||
| * | | Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider. | Andrew Arnott | 2009-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Removed all UI for unimplemented features in the Offline Provider. | Andrew Arnott | 2009-04-26 | 5 | -62/+61 |
| | | | |||||
| * | | The auto-respond vs. intercept setting for checkid messages works now. | Andrew Arnott | 2009-04-26 | 3 | -28/+44 |
| | | | |||||
| * | | Lots more feature work on OpenID Offline Provider app: | Andrew Arnott | 2009-04-26 | 6 | -58/+122 |
| | | | | | | | | | | | | | | | * OpenID app icon * UI work | ||||
| * | | Added user interactivity to begin to customize auth responses to the ↵ | Andrew Arnott | 2009-04-25 | 6 | -14/+219 |
| | | | | | | | | | | | | OpenIdOfflineProvider tool. | ||||
* | | | Merge branch 'pairwise' | Andrew Arnott | 2009-04-26 | 20 | -39/+381 |
|\ \ \ | |||||
| * | | | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 6 | -25/+22 |
| | | | | |||||
| * | | | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 7 | -24/+213 |
| | | | | |||||
| * | | | Fixed hard-coded base64 value in OP sample. | Andrew Arnott | 2009-04-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed OP MVC sample crash when login occurs during auth. | Andrew Arnott | 2009-04-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵ | Andrew Arnott | 2009-04-23 | 11 | -58/+133 |
| | | | | | | | | | | | | | | | | support both anonymous and identifying identifiers. | ||||
| * | | | Initial stab at PPID identifiers to protect privacy. | Andrew Arnott | 2009-04-22 | 11 | -18/+100 |
| | | | | |||||
* | | | | Disabled code contract compilation to workaround ccrewrite hangs. | Andrew Arnott | 2009-04-26 | 1 | -2/+3 |
| |/ / |/| | | |||||
* | | | Merge branch 'v3.0' | Andrew Arnott | 2009-04-24 | 3 | -0/+0 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixed build warning regarding .refresh files. | Andrew Arnott | 2009-04-22 | 3 | -0/+0 |
| | | |||||
* | | Fixes some C# and StyleCop warnings. | Andrew Arnott | 2009-04-20 | 1 | -3/+3 |
| | | |||||
* | | Fixed JavaScript errors caught by IE8. | Andrew Arnott | 2009-04-18 | 1 | -5/+5 |
| | | |||||
* | | Fixed occasional URL validation failures in samples. | Andrew Arnott | 2009-04-18 | 2 | -0/+2 |
| | | |||||
* | | Added better recovery for users who click Remember Me at Google on the ↵ | Andrew Arnott | 2009-04-18 | 3 | -6/+16 |
| | | | | | | | | OpenID+OAuth sample. | ||||
* | | Added a warning about how to avoid breaking the OpenID+OAuth sample. | Andrew Arnott | 2009-04-18 | 1 | -5/+9 |
| | | |||||
* | | Added OpenID+OAuth sample. | Andrew Arnott | 2009-04-18 | 12 | -2/+443 |
| | | |||||
* | | Added logger box to the Offline Provider app. | Andrew Arnott | 2009-04-17 | 5 | -30/+129 |
| | | |||||
* | | Fixed build break from merge. | Andrew Arnott | 2009-04-15 | 2 | -0/+4 |
| | | |||||
* | | Merge branch 'v3.0' | Andrew Arnott | 2009-04-15 | 8 | -0/+346 |
|\ \ | |/ | |||||
| * | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 4 | -0/+190 |
| | | |||||
| * | Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵ | Andrew Arnott | 2009-04-14 | 3 | -0/+0 |
| | | | | | | | | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12. | ||||
| * | Drops now include the contract reference assembly. | Andrew Arnott | 2009-04-13 | 1 | -0/+156 |
| | | | | | | | | There are now three README files in the drops that describe different areas of interest. | ||||
* | | Merge commit 'v3.0' | Andrew Arnott | 2009-04-10 | 28 | -145/+368 |
|\ \ | |/ | |||||
| * | Removed extendedProtectionPolicy element from OAuthConsumer sample's ↵ | Andrew Arnott | 2009-04-10 | 1 | -3/+1 |
| | | | | | | | | | | | | Web.config file. It didn't have any apparent effect, and it was breaking builds on some machines. | ||||
| * | Added HintPath to MS.Contracts.dll reference. | Andrew Arnott | 2009-04-10 | 1 | -2/+5 |
| | | |||||
| * | Added X.509 certificate use as an option to the OAuthConsumerWpf sample. | Andrew Arnott | 2009-04-09 | 3 | -1/+35 |
| | | |||||
| * | StyleCop fixes. | Andrew Arnott | 2009-04-09 | 2 | -10/+4 |
| | | |||||
| * | Moved OAuth consumer WPF sample's consumer key and secret into its ↵ | Andrew Arnott | 2009-04-09 | 4 | -14/+16 |
| | | | | | | | | app.config file. | ||||
| * | Enabled log4net logging in OAuth Consumer WPF sample. | Andrew Arnott | 2009-04-09 | 2 | -0/+6 |
| | | |||||
| * | Added default proxy use to all the samples. | Andrew Arnott | 2009-04-09 | 8 | -10/+51 |
| | | |||||
| * | Rewrote the Google and Twitter consumer samples to be more presentable once ↵ | Andrew Arnott | 2009-04-08 | 6 | -103/+98 |
| | | | | | | | | configured. | ||||
| * | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 10 | -70/+23 |
| | | | | | | | | and Service Provider scenarios. | ||||
| * | Added Twitter OAuth consumer sample and helper class to the application block. | Andrew Arnott | 2009-04-07 | 6 | -4/+204 |
| | | |||||
| * | StyleCop fixes. | Andrew Arnott | 2009-04-07 | 1 | -5/+5 |
| | | |||||
| * | Fixed namespace in RP sample. | Andrew Arnott | 2009-04-05 | 2 | -2/+2 |
| | | |||||
| * | Fixed missing whitespace in OP sample. | Andrew Arnott | 2009-04-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v3.0' into master | Andrew Arnott | 2009-04-03 | 11 | -130/+133 |
|\ \ | |/ |