Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #365 | David Christiansen | 2015-01-05 | 2 | -0/+517 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 4 | -405/+2165 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 16 | -4/+31 |
| | |||||
* | 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 | 1 | -16/+0 |
| | | | | | | | | | | | | | | 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 | 2 | -5/+8 |
| | | |||||
* | | Adds additional error checking. | Andrew Arnott | 2013-03-25 | 1 | -0/+2 |
| | | |||||
* | | Fixes RequireSsl in OpenID identifier discovery. | Andrew Arnott | 2013-03-24 | 2 | -68/+77 |
| | | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures. | ||||
* | | 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 | 11 | -17/+107 |
| | | |||||
* | | More warning fixes. | Andrew Arnott | 2013-02-10 | 5 | -5/+19 |
| | | |||||
* | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 13 | -28/+46 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 | 13 | -80/+609 |
| | | |||||
* | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 65 | -1510/+5 |
| | | |||||
* | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 50 | -25/+73 |
|/ | |||||
* | Fixes NullReferenceException on missing keys | Andrew Arnott | 2012-11-11 | 1 | -0/+5 |
| | | | | Fixes #193 | ||||
* | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 2 | -1/+6 |
|\ | |||||
| * | Mitigates the XML DTD DoS attack from expanding entities. | Andrew Arnott | 2012-09-29 | 1 | -1/+2 |
| | | | | | | | | Fixes #209 | ||||
| * | Fix for unhandled exception in some partial trust environments (mono?). | Andrew Arnott | 2012-09-20 | 1 | -0/+4 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 | 3 | -21/+46 |
| | | | | | | 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 | 16 | -90/+126 |
| | |||||
* | 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 | 5 | -15/+131 |
| | | | | This is part of the fix for #71. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 105 | -210/+210 |
| | | | | 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 | ||||
* | 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 | 3 | -4/+4 |
| | |||||
* | Namespace and public api fixes to OpenID extensions after the DLL refactoring. | Andrew Arnott | 2011-11-02 | 1 | -0/+28 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 2 | -6/+6 |
| | |||||
* | 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 | 1 | -0/+8 |
| | |||||
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 1 | -0/+8 |
| | | | | | | 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 | 49 | -182/+179 |
| | |||||
* | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 2 | -121/+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 | 9 | -51/+118 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 3 | -4/+10 |
| | |||||
* | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 16 | -1/+2454 |
| | |||||
* | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 5 | -1/+843 |
| | |||||
* | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 136 | -24751/+84 |
| | | | | compiles, but the RP and OP ones do not. | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | OpenID project now builds. | Andrew Arnott | 2011-07-02 | 16 | -88/+88 |
| | | | | * Many of the resource items (resx, png) are improperly declared in the project file. | ||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 198 | -0/+38776 |
Nothing compiles at this point. |