Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 2 | -19/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | #365 | David Christiansen | 2015-01-05 | 4 | -0/+652 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 8 | -547/+3418 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 18 | -6/+36 |
| | |||||
* | Applies fix for #209 to one more entrypoint for parsing XML that was missed ↵ | Andrew Arnott | 2013-11-25 | 1 | -1/+1 |
| | | | | initially. | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -1/+14 |
| | |||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 1 | -7/+7 |
| | |||||
* | Fixes OpenIdProviderWebForms login. | Andrew Arnott | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Identifies a couple of TODO comments as being new in 5.0 that need to be ↵ | Andrew Arnott | 2013-06-09 | 1 | -1/+1 |
| | | | | resolved. | ||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 2 | -2/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt | ||||
| * | Fixes compile error on .NET 3.5 | Andrew Arnott | 2013-04-22 | 1 | -1/+1 |
| | | |||||
| * | StyleCop and comment touch-ups. | Andrew Arnott | 2013-03-17 | 1 | -4/+7 |
| | | |||||
| * | A possible fix for exception in ClaimsResponse.Culture, if Language + ↵ | AkosLukacs | 2013-03-17 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | Country doesn't make a valid culture. https://github.com/DotNetOpenAuth/DotNetOpenAuth/issues/260 Just a simple try-catch. According to this comment at SO http://stackoverflow.com/a/12375100 using try-catch is the fastest is you don't expect a continuous stream of illegal combinations. | ||||
| * | Skips the UriIdentifier scheme workaround on Mono. | Andrew Arnott | 2013-01-12 | 1 | -0/+5 |
| | | | | | | | | | | Mono doesn't support it. Thanks to Justin Nel <dogbertuk2000@gmail.com> for helping identify this mono limitation. | ||||
* | | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 4 | -21/+8 |
| | | | | | | | | | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose. | ||||
* | | Fixes two unit tests that fail in Release configurations. | Andrew Arnott | 2013-03-27 | 1 | -1/+1 |
| | | |||||
* | | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -58/+0 |
| | | |||||
* | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 3 | -6/+9 |
| | | |||||
* | | Adds additional error checking. | Andrew Arnott | 2013-03-25 | 1 | -0/+2 |
| | | |||||
* | | Fixes RequireSsl in OpenID identifier discovery. | Andrew Arnott | 2013-03-24 | 3 | -69/+78 |
| | | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures. | ||||
* | | Just 41 failures | Andrew Arnott | 2013-03-24 | 1 | -2/+2 |
| | | |||||
* | | More build break fixes. | Andrew Arnott | 2013-03-10 | 1 | -1/+1 |
| | | |||||
* | | More test build break fixes. | Andrew Arnott | 2013-03-09 | 1 | -1/+1 |
| | | |||||
* | | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 2 | -3/+6 |
| | | |||||
* | | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -1/+1 |
| | | |||||
* | | Adds OpenID RP to WebAPI sample so it's a real login. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | | |||||
* | | Matured the OAuth 1 consumer signing handler a bit. | Andrew Arnott | 2013-02-18 | 1 | -5/+5 |
| | | |||||
* | | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 12 | -18/+115 |
| | | |||||
* | | More warning fixes. | Andrew Arnott | 2013-02-10 | 6 | -5/+25 |
| | | |||||
* | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 16 | -41/+54 |
| | | |||||
* | | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | | |||||
* | | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 1 | -1/+1 |
| | | |||||
* | | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 1 | -21/+0 |
| | | |||||
* | | Made another method async for consistency. | Andrew Arnott | 2013-01-12 | 1 | -1/+1 |
| | | |||||
* | | OpenId.Provider now builds. | Andrew Arnott | 2013-01-12 | 2 | -2/+5 |
| | | |||||
* | | Web Forms based OpenID RPs work now. | Andrew Arnott | 2013-01-01 | 1 | -0/+12 |
| | | |||||
* | | OpenID RP login actually works now. | Andrew Arnott | 2013-01-01 | 1 | -2/+6 |
| | | |||||
* | | Fixes default ctor argument of identifier discovery services. | Andrew Arnott | 2012-12-31 | 4 | -12/+10 |
| | | |||||
* | | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 11 | -79/+158 |
| | | |||||
* | | Fixes build breaks in DNOA.OpenId. | Andrew Arnott | 2012-12-31 | 18 | -156/+783 |
| | | |||||
* | | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | | |||||
* | | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 1 | -0/+2 |
| | | |||||
* | | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 2 | -4/+4 |
| | | |||||
* | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 79 | -1553/+8 |
| | | |||||
* | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 58 | -27/+94 |
|/ | |||||
* | Fixes NullReferenceException on missing keys | Andrew Arnott | 2012-11-11 | 1 | -0/+5 |
| | | | | Fixes #193 | ||||
* | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 1 | -9/+1 |
| | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 3 | -2/+8 |
|\ | |||||
| * | Mitigates the XML DTD DoS attack from expanding entities. | Andrew Arnott | 2012-09-29 | 2 | -2/+4 |
| | | | | | | | | Fixes #209 | ||||
| * | Fix for unhandled exception in some partial trust environments (mono?). | Andrew Arnott | 2012-09-20 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'SlowGoogleServerWorkaround' into v4.1 | Andrew Arnott | 2012-09-17 | 3 | -0/+52 |
| | | |||||
* | | More StyleCop fixes | Andrew Arnott | 2012-07-18 | 1 | -7/+9 |
| | | |||||
* | | Replaces explicit crypto algorithm use with factories. | Andrew Arnott | 2012-07-18 | 3 | -8/+15 |
| | | | | | | | | Fixes #47 which requires that FIPS compliance be an option. | ||||
* | | Fixed PAPE comment. | Andrew Arnott | 2012-06-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed xml doc comment | Andrew Arnott | 2012-06-06 | 1 | -3/+3 |
| | | |||||
* | | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -1/+2 |
| | | |||||
* | | Added a public constructor to ClaimsResponse. | Andrew Arnott | 2012-04-08 | 4 | -14/+38 |
| | | | | | | | | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116 | ||||
* | | Merge branch 'v4.0' | Andrew Arnott | 2012-04-05 | 3 | -24/+79 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs | ||||
| * | Fixes NullReferenceException in UriIdentifier.Initialize on mono. | Andrew Arnott | 2012-04-05 | 1 | -1/+4 |
| | | | | | | | | | | | | Thanks to merarischroeder (https://github.com/merarischroeder) for reporting this issue and prescribing the fix. Fixes #111 | ||||
| * | Fixes InvalidCastExceptions for Identifier and Realm conversions | Andrew Arnott | 2012-04-05 | 2 | -23/+75 |
| | | | | | | | | | | | | | | | | that can result from receiving a message before the static constructors for those types have executed. This corrects the regression introduced in v4.0.0. Fixes #109 | ||||
* | | Moved code to calculate a web root into DNOA.Core. | Andrew Arnott | 2012-04-02 | 1 | -5/+1 |
|/ | |||||
* | Fixed StyleCop issues and added comments. | Andrew Arnott | 2012-03-11 | 1 | -3/+17 |
| | |||||
* | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 4 | -24/+49 |
| | | | | | | supporting assembling. Fixes #87 | ||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 18 | -93/+130 |
| | |||||
* | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | factory methods that return HttpRequestBase instances. | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 2 | -4/+5 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 1 | -0/+1 |
| | | | | prescribed by the messages. | ||||
* | Removed reference to OpenId.RelyingParty from OpenId.Provider. | Andrew Arnott | 2012-02-07 | 6 | -15/+133 |
| | | | | This is part of the fix for #71. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 124 | -249/+249 |
| | | | | Fixes #66 | ||||
* | Replaced explicit SHA* implementation references with generic ones that ↵ | Andrew Arnott | 2012-01-29 | 2 | -8/+8 |
| | | | | | | | | allows .config files to control which implementation to use. This allows FIPS-compliance requirements to be satisfied while using DotNetOpenAuth. Fixes #47 | ||||
* | OpenID messages that are missing signed parameters now throws ↵ | Andrew Arnott | 2012-01-29 | 1 | -2/+2 |
| | | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45 | ||||
* | Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵ | Andrew Arnott | 2012-01-29 | 1 | -0/+2 |
| | | | | be created on internal types. | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Moved some OpenID extensions around for a better public API. | Andrew Arnott | 2012-01-02 | 1 | -34/+0 |
| | |||||
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 4 | -5/+5 |
| | |||||
* | Namespace and public api fixes to OpenID extensions after the DLL refactoring. | Andrew Arnott | 2011-11-02 | 2 | -0/+29 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 3 | -9/+9 |
| | |||||
* | Fixed static for AXFetchAsSregTransform property to be an instance property. | Andrew Arnott | 2011-10-21 | 1 | -8/+2 |
| | |||||
* | Fixed up Provider so that DH assoc requests don't result in exceptions. | Andrew Arnott | 2011-10-10 | 2 | -1/+9 |
| | |||||
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 2 | -4/+12 |
| | | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested. | ||||
* | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 1 | -2/+2 |
| | | | | Also adds a build task that fixes up references to the unified assembly. | ||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 55 | -205/+202 |
| | |||||
* | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 3 | -122/+0 |
| | |||||
* | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 3 | -92/+2 |
| | | | | message factory. | ||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 9 | -14/+12 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 11 | -52/+120 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 3 | -4/+10 |
| | |||||
* | Split up InfoCard into two assemblies. | Andrew Arnott | 2011-07-31 | 1 | -2/+0 |
| | |||||
* | Basic OpenID RP login sample working again. | Andrew Arnott | 2011-07-31 | 1 | -15/+13 |
| | |||||
* | Extracted OpenID UI project. | Andrew Arnott | 2011-07-27 | 3 | -230/+4 |
| | |||||
* | Extracted OpenID RP UI project. | Andrew Arnott | 2011-07-27 | 1 | -0/+2 |
| | |||||
* | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 23 | -1/+3276 |
| | |||||
* | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 7 | -3/+847 |
| | |||||
* | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 146 | -26083/+107 |
| | | | | compiles, but the RP and OP ones do not. | ||||
* | Added missing imports. | Andrew Arnott | 2011-07-12 | 1 | -0/+1 |
| | |||||
* | Moved all the redundant project settings into a common .props file. | Andrew Arnott | 2011-07-11 | 1 | -297/+6 |
| | |||||
* | Functionality and one sample is fixed up enough to permit an OpenID login to ↵ | Andrew Arnott | 2011-07-11 | 2 | -0/+25 |
| | | | | complete successfully. | ||||
* | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 5 | -5/+5 |
| | |||||
* | OAuth project now builds. | Andrew Arnott | 2011-07-02 | 1 | -0/+2 |
| |