Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 13 | -42/+141 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx | ||||
| * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 13 | -41/+140 |
| |\ | |||||
| | * | Added missing capability for Service Providers to specify a non-memory nonce ↵ | Andrew Arnott | 2009-11-18 | 8 | -16/+70 |
| | | | | | | | | | | | | store. | ||||
| | * | Removed crumb of a bad idea. | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| | | | |||||
| | * | Added missing oauth .config file Intellisense .xsd elements. | Andrew Arnott | 2009-11-18 | 1 | -0/+36 |
| | | | |||||
| | * | Fixed some commenting and parameter names to make it clear that UTC time is ↵ | Andrew Arnott | 2009-11-18 | 2 | -12/+13 |
| | | | | | | | | | | | | used for associations and nonces. | ||||
| | * | Added frame-busting code to OAuth SP sample. | Andrew Arnott | 2009-11-17 | 1 | -1/+19 |
| | | | |||||
| | * | Fixed comment. | Andrew Arnott | 2009-11-07 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed xml doc comments. | Andrew Arnott | 2009-11-03 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-03 | 20 | -53/+136 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: src/version.txt | ||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-03 | 16 | -43/+122 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Fixed FxCop message. | Andrew Arnott | 2009-10-27 | 1 | -0/+1 |
| | | | |||||
| | * | Removed a magic string. | Andrew Arnott | 2009-10-22 | 1 | -6/+6 |
| | | | |||||
| | * | Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵ | Andrew Arnott | 2009-10-22 | 1 | -1/+9 |
| | | | | | | | | | | | | publicly exposed. | ||||
| | * | Added license.txt file to solution items folder. | Andrew Arnott | 2009-10-08 | 1 | -0/+1 |
| | | | |||||
| | * | Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵ | Andrew Arnott | 2009-10-05 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | | | endpoint, resulting in an incorrect claimed_id value going to the OP. Fixed Trac ticket #136. | ||||
| | * | Suppress the byte order mark in direct response messages. | Andrew Arnott | 2009-09-25 | 3 | -3/+44 |
| | | | | | | | | | | | | Fixes trac #131. | ||||
| | * | Fixed unhandled exception thrown on receipt of invalid HTTP headers. | Andrew Arnott | 2009-09-17 | 1 | -1/+10 |
| | | | |||||
| | * | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 8 | -26/+34 |
| | | | | | | | | | | | | Fixes #129 | ||||
| | * | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Applied some feedback from David Christiansen. | Andrew Arnott | 2009-10-16 | 2 | -4/+2 |
| | | | |||||
| * | | Fixed bug where offline OP would stop listening to connections. | Andrew Arnott | 2009-10-06 | 1 | -5/+10 |
| | | | |||||
| * | | Ported a portion of commit 75d89d4e to v3.1 to fix ticket 128. | Andrew Arnott | 2009-09-25 | 1 | -1/+2 |
| | | | |||||
| * | | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes issue with MVC OP sample when run in IIS Integrated Pipeline mode. | Andrew Arnott | 2009-11-03 | 1 | -2/+17 |
| | | | | | | | | | | | | Resolves Trac #140. | ||||
* | | | Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵ | Andrew Arnott | 2009-11-03 | 9 | -78/+70 |
| | | | | | | | | | | | | identities. | ||||
* | | | Exposed OpenIdRelyingParty.Behaviors and OpenIdProvider.Behaviors. | Andrew Arnott | 2009-11-03 | 4 | -12/+4 |
| | | | |||||
* | | | Added more perf reporting for perf unit tests. | Andrew Arnott | 2009-11-02 | 1 | -4/+6 |
| | | | |||||
* | | | OPs can now opt out of verifying identifiers they are sending unsolicited ↵ | Andrew Arnott | 2009-11-02 | 4 | -10/+86 |
| | | | | | | | | | | | | assertions for. | ||||
* | | | Added support for OP fetching of the RP icon via the UI extension. | Andrew Arnott | 2009-11-02 | 6 | -3/+104 |
| | | | |||||
* | | | Preparing to allow for RP discovery to yield more than just return_to endpoints. | Andrew Arnott | 2009-11-02 | 4 | -6/+24 |
| | | | |||||
* | | | Fixed bad message part name for 'icon' in UI extension request. | Andrew Arnott | 2009-11-02 | 1 | -1/+1 |
| | | | |||||
* | | | Brought the UI extensions' lang parameter up to the new UI 0.5 DRAFT spec. | Andrew Arnott | 2009-11-02 | 3 | -7/+24 |
| | | | |||||
* | | | Ooops... we weren't ready to make the Behaviors collections public. | Andrew Arnott | 2009-10-29 | 2 | -2/+2 |
| | | | |||||
* | | | Exposed ability to programmatically add behaviors to RPs and OPs. | Andrew Arnott | 2009-10-29 | 2 | -2/+10 |
| | | | |||||
* | | | Fixed unhandled NullReferenceException when an OpenIdButton's discovery fails. | Andrew Arnott | 2009-10-08 | 1 | -2/+6 |
| | | | |||||
* | | | Added IAuthenticationResponse.GetUntrustedCallbackArgument methods. | Andrew Arnott | 2009-09-14 | 8 | -21/+194 |
| | | | |||||
* | | | Incremented version number. | Andrew Arnott | 2009-09-14 | 1 | -1/+1 |
| | | | |||||
* | | | Providers can now customize their own OP endpoint URL in positive assertions ↵v3.2.2.9257 | Andrew Arnott | 2009-09-13 | 4 | -0/+66 |
| | | | | | | | | | | | | | | | | | | via the new IHostProcessedRequest.ProviderEndpoint property. Fixes #124 | ||||
* | | | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | OpenIdTextBox now honors Popup == PopupBehavior.Never. | Andrew Arnott | 2009-09-12 | 1 | -1/+10 |
| | | | | | | | | | | | | Fixes #126. | ||||
* | | | Fixed IAuthenticationRequest.AddCallbackArgument so that it won't throw if ↵ | Andrew Arnott | 2009-09-12 | 7 | -26/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | it can't sign arguments. Signature checks are done in retrieval of arguments if the RP uses GetCallbackArgument. Fixes Trac #127 | ||||
* | | | Added ICAM OpenID 2.0 Profile document. | Andrew Arnott | 2009-09-12 | 2 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-09-11 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-09-11 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Updated Microsoft.Contracts.dll to version 1.2.20903.10. | Andrew Arnott | 2009-09-11 | 1 | -0/+0 |
| | | | |||||
* | | | Removed the DotNetOpenAuth.Contracts.dll from the distribution, since it ↵v3.2.1.9252 | Andrew Arnott | 2009-09-09 | 1 | -1/+0 |
| | | | | | | | | | | | | wasn't getting signed propertly. | ||||
* | | | FxCop message fixes. | Andrew Arnott | 2009-09-09 | 2 | -0/+6 |
| | | | |||||
* | | | Merge branch 'v3.2' into gsa | Andrew Arnott | 2009-09-09 | 114 | -261/+2068 |
|\ \ \ | |||||
| * \ \ | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-09-09 | 2 | -1/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1v3.1.2.9252 | Andrew Arnott | 2009-09-09 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Suppressed FxCop message.v3.0.4.9252 | Andrew Arnott | 2009-09-03 | 1 | -0/+1 |
| | | | | |||||
| | * | | Fixed StyleCop and FxCop messages. | Andrew Arnott | 2009-09-03 | 1 | -7/+9 |
| | | | | |||||
| | * | | Fixed InfoCardSelector.ToolTip property. | Andrew Arnott | 2009-09-01 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Fixes #91. | ||||
| * | | | Fixed FxCop message. | Andrew Arnott | 2009-09-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 52 | -151/+1452 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 45 | -119/+1333 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx | ||||
| | | * | The two ASP.NET hosted tests now result in Inconclusive when they fail to ↵ | Andrew Arnott | 2009-08-31 | 2 | -16/+25 |
| | | | | | | | | | | | | | | | | start due to an assembly load failure. I don't know why the assembly load failure occurs sometimes and not others. | ||||
| | | * | Fixed test failures introduced in recent commit. | Andrew Arnott | 2009-08-31 | 3 | -48/+47 |
| | | | | |||||
| | | * | Fixed a couple of small error messages. | Andrew Arnott | 2009-08-30 | 2 | -1/+5 |
| | | | | |||||
| | | * | Added tests for unsolicited assertion sending and receiving, including ↵ | Andrew Arnott | 2009-08-30 | 9 | -2/+141 |
| | | | | | | | | | | | | | | | | against the RP's whitelist. | ||||
| | | * | OpenIdRelyingParty.EndpointFilter now consulted before successfully ↵ | Andrew Arnott | 2009-08-30 | 5 | -2/+140 |
| | | | | | | | | | | | | | | | | | | | | | | | | receiving an unsolicited positive assertion. Fixes #118 | ||||
| | | * | Fixed warning that is logged when sreg extension requests come into an OP ↵ | Andrew Arnott | 2009-08-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | with empty required or optional lists. | ||||
| | | * | Adds a few ServiceProvider constructors to allow for a custom INonceStore ↵ | Andrew Arnott | 2009-08-19 | 2 | -4/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | instance to be supplied. Resolves Trac ticket #112 | ||||
| | | * | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 16 | -65/+958 |
| | | | | | | | | | | | | | | | | OAuthServiceProvider. | ||||
| | | * | Fixed a couple of issues with the sample OAuth SP in handling desktop consumers. | Andrew Arnott | 2009-08-19 | 2 | -2/+2 |
| | | | | |||||
| | | * | Fixed StyleCop messages. | Andrew Arnott | 2009-08-18 | 2 | -2/+2 |
| | | | | |||||
| | | * | Fixed NullReferenceException that can be thrown by the MVC Provider sample ↵ | Andrew Arnott | 2009-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | if the Accept-Types header is missing in the request. Thanks, Steven L-P. | ||||
| | | * | We now fail more gracefully when an Identifier claims to provide an XRDS but ↵ | Andrew Arnott | 2009-08-14 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | sends us invalid XML instead. Fixes Trac #109. | ||||
| | | * | Fixed unhandled exception in OAuth that was thrown for URLs that have query ↵ | Andrew Arnott | 2009-08-11 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | strings that are in the '?WSDL' (non name=value) style. | ||||
| | | * | Fixed DotNetOAuth reference. | Andrew Arnott | 2009-08-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixes InfoCardSelector.PrivacyUrl property to resolve values that begin with ↵ | Andrew Arnott | 2009-08-26 | 3 | -4/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '~/'. Also now throws when PrivacyUrl is set but PrivacyVersion is not. Fixes Trac #92. | ||||
| | * | | Fixed failing unit test due to recent new exception wrapping. | Andrew Arnott | 2009-08-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed bug where invalid extension payloads would end up throwing an ↵ | Andrew Arnott | 2009-08-25 | 4 | -11/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unhandled ArgumentException. The new design is to log the error and drop the extension while letting the rest of the message through. Fixes Trac #115. | ||||
| | * | | HTTP_X_FORWARDED_PROTO is now considered when deriving the public-facing URL. | Andrew Arnott | 2009-08-14 | 1 | -0/+3 |
| | | | | |||||
| | * | | Fixed public facing URL parsing bug when IPv6 addresses are explicitly used ↵ | unknown | 2009-08-06 | 2 | -7/+47 |
| | | | | | | | | | | | | | | | | by the RP. | ||||
| * | | | Removed runtime dependency on PresentationFramework.dll unless that feature ↵ | Andrew Arnott | 2009-08-31 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | is actually required. Fixes #119 | ||||
| * | | | Fixed bug in OAuth Service Provider WCF sample where the service was using ↵ | Andrew Arnott | 2009-08-21 | 3 | -5/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | the identity of the logged in user rather than the identity authenticated by the service (OAuth) to look up the data. Resolves trac #114. Thanks Steven L-P for reporting this! | ||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-05 | 17 | -25/+311 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-05 | 17 | -25/+311 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: build.proj | ||||
| | | * | Removed debug mesages. | Andrew Arnott | 2009-08-05 | 1 | -3/+0 |
| | | | | |||||
| | | * | Fixed more bugs in samples/docs deployment. | Andrew Arnott | 2009-08-05 | 1 | -13/+16 |
| | | | | |||||
| | | * | Added PublishDocumentation and PublishSamples targets that push docs and ↵ | Andrew Arnott | 2009-08-05 | 11 | -15/+298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sample web sites to IIS. Split up creating IIS web sites and publishing to them, so that TeamCity build agent does not require administrator permissions. Applied some fixes to build bugs that were in the master branch where this commit mainly came from. | ||||
| | | * | Workaround for "VerificationException: this operation could destabilize the ↵clrbugDestabilizeRuntime | Andrew Arnott | 2009-08-04 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | runtime" that occurs on some servers sometimes. | ||||
| | | * | Switching samples to Medium trust, since setting originUrl allows outbound ↵ | Andrew Arnott | 2009-08-04 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | HTTP to work. | ||||
| | | * | Fixed feedback email address in API documentation. | Andrew Arnott | 2009-08-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Removed test runs from nightly build target for now. | Andrew Arnott | 2009-08-01 | 1 | -1/+1 |
| | | | | |||||
| | | * | Moved the OpenIdRelyingParty instantiating in the RP MVC sample so it ↵ | Andrew Arnott | 2009-07-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | doesn't happen over and over. | ||||
| * | | | StyleCop fixes. | Andrew Arnott | 2009-07-28 | 4 | -12/+12 |
| | | | | |||||
| * | | | Fixed UIRequest.Icon property to be nullable. | Andrew Arnott | 2009-07-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 2 | -51/+52 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi | ||||
| | | * | Updated baseline signature now that a different date/time stamp is applied ↵ | Andrew Arnott | 2009-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | due to commit 5fcf4bd. | ||||
| | | * | Updated vsmdi file. | Andrew Arnott | 2009-07-27 | 1 | -76/+77 |
| | | | | |||||
| * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 21 | -81/+149 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt | ||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-07-27 | 26 | -10/+100 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | Cleaned up all StyleCop and FxCop messages. | Andrew Arnott | 2009-07-27 | 7 | -3/+15 |
| | | | | |||||
| | | * | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-27 | 4 | -0/+12 |
| | | | | | | | | | | | | | | | | HMAC-SHA384 and 512. | ||||
| | | * | Added commented out lines to add debugging helps to the ajax login control. | Andrew Arnott | 2009-07-27 | 1 | -0/+4 |
| | | | | |||||
| | | * | Added [Serializable] attributes to a few key classes. | Andrew Arnott | 2009-07-24 | 4 | -0/+4 |
| | | | |