Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #379 from lcalabrese/develop | David Christiansen | 2016-03-25 | 2 | -19/+1 |
|\ | | | | | StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies | ||||
| * | 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 | ||||
* | | remove the whitespace | agametov | 2016-03-17 | 1 | -2/+2 |
| | | |||||
* | | fix sort endpoints | agametov | 2016-03-16 | 1 | -2/+2 |
|/ | |||||
* | Test green | David Christiansen | 2015-01-05 | 2 | -12/+17 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 11 | -4/+22 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Removes classic ASP support and sample. | Andrew Arnott | 2013-06-09 | 5 | -438/+0 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 3 | -118/+7 |
| | | | | | | | 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 OpenID discovery when multiple endpoints are found that only vary in ↵ | Andrew Arnott | 2013-03-27 | 1 | -8/+8 |
| | | | | OpenID version. | ||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -2/+3 |
| | |||||
* | Just 37 failures. | Andrew Arnott | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 2 | -3/+3 |
| | |||||
* | More test build break fixes. | Andrew Arnott | 2013-03-09 | 2 | -12/+16 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -18/+17 |
| | |||||
* | Adds OpenID RP to WebAPI sample so it's a real login. | Andrew Arnott | 2013-03-03 | 1 | -3/+4 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 9 | -56/+115 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 5 | -9/+15 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 8 | -111/+148 |
| | |||||
* | Assocations with providers when OpenID discovery yields multiple endpoints ↵ | Andrew Arnott | 2013-02-09 | 1 | -11/+11 |
| | | | | can now happen in parallel. | ||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | Fixes more samples. | Andrew Arnott | 2013-01-23 | 1 | -65/+50 |
| | |||||
* | OpenId.Provider now builds. | Andrew Arnott | 2013-01-12 | 1 | -1/+0 |
| | |||||
* | OpenID.RP.UI now builds, and ASP.NET control login works. | Andrew Arnott | 2013-01-12 | 1 | -26/+29 |
| | |||||
* | Fixes default ctor argument of identifier discovery services. | Andrew Arnott | 2012-12-31 | 2 | -8/+9 |
| | |||||
* | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 12 | -202/+253 |
| | |||||
* | 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 | 28 | -251/+6 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 24 | -7/+37 |
| | |||||
* | 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 | 1 | -2/+4 |
|\ | |||||
| * | Mitigates the XML DTD DoS attack from expanding entities. | Andrew Arnott | 2012-09-29 | 1 | -2/+4 |
| | | | | | | | | Fixes #209 | ||||
* | | Merge branch 'SlowGoogleServerWorkaround' into v4.1 | Andrew Arnott | 2012-09-17 | 1 | -17/+53 |
|/ | |||||
* | Fixes OpenIdRelyingParty so it truly operates in stateless mode when null is ↵ | Andrew Arnott | 2012-04-27 | 1 | -8/+5 |
| | | | | | | passed into the constructor. Fixes #129 | ||||
* | Fixes InvalidCastExceptions for Identifier and Realm conversions | Andrew Arnott | 2012-04-05 | 1 | -12/+0 |
| | | | | | | | | 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 | ||||
* | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 3 | -16/+16 |
| | | | | | | supporting assembling. Fixes #87 | ||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 5 | -66/+78 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 2 | -8/+11 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Removed reference to OpenId.RelyingParty from OpenId.Provider. | Andrew Arnott | 2012-02-07 | 2 | -44/+23 |
| | | | | This is part of the fix for #71. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 37 | -75/+75 |
| | | | | Fixes #66 | ||||
* | Updated some unit tests to match new argument validation code. | Andrew Arnott | 2012-01-29 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 5 | -21/+24 |
| | |||||
* | Namespace and public api fixes to OpenID extensions after the DLL refactoring. | Andrew Arnott | 2011-11-02 | 3 | -16/+6 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 3 | -10/+11 |
| | |||||
* | Fixed static for AXFetchAsSregTransform property to be an instance property. | Andrew Arnott | 2011-10-21 | 1 | -1/+1 |
| | |||||
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 3 | -4/+9 |
| | | | | | | 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 | 2 | -2/+2 |
| | | | | Also adds a build task that fixes up references to the unified assembly. | ||||
* | Fixed build warnings. | Andrew Arnott | 2011-10-09 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Fixed non-serializable Identifier and Realm classes. | Andrew Arnott | 2011-09-20 | 1 | -0/+12 |
| | |||||
* | StyleCop and other compiler warning fixes. | Andrew Arnott | 2011-09-18 | 4 | -13/+48 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 22 | -104/+104 |
| | |||||
* | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 6 | -33/+83 |
| | |||||
* | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 4 | -104/+70 |
| | | | | message factory. | ||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 10 | -10/+80 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 5 | -17/+21 |
| | |||||
* | Split up InfoCard into two assemblies. | Andrew Arnott | 2011-07-31 | 1 | -2/+0 |
| | |||||
* | Added Messaging.UI assembly. | Andrew Arnott | 2011-07-27 | 2 | -70/+1 |
| | |||||
* | Extracted OpenID RP UI project. | Andrew Arnott | 2011-07-27 | 31 | -8725/+2 |
| | |||||
* | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 15 | -1960/+62 |
| | |||||
* | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 17 | -874/+63 |
| | |||||
* | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 83 | -0/+17849 |
compiles, but the RP and OP ones do not. |