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 | ||||
* | Test green | David Christiansen | 2015-01-05 | 2 | -14/+19 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 7 | -2/+13 |
| | |||||
* | Fix xml doc comment. | Andrew Arnott | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 3 | -125/+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. | ||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -4/+5 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 3 | -3/+7 |
| | |||||
* | Fixes last two test failures! | Andrew Arnott | 2013-03-26 | 2 | -11/+30 |
| | |||||
* | Work toward fixing the serializable test failures | Andrew Arnott | 2013-03-26 | 1 | -5/+3 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 2 | -13/+17 |
| | |||||
* | More test build break fixes. | Andrew Arnott | 2013-03-09 | 1 | -2/+2 |
| | |||||
* | Moved Offline OP to use controllers. | Andrew Arnott | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 2 | -13/+17 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 5 | -18/+22 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 7 | -6/+24 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 10 | -76/+97 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | Made another method async for consistency. | Andrew Arnott | 2013-01-12 | 4 | -8/+8 |
| | |||||
* | OpenId.Provider now builds. | Andrew Arnott | 2013-01-12 | 14 | -191/+131 |
| | |||||
* | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 1 | -5/+8 |
| | |||||
* | 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 | -276/+10 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 23 | -20/+51 |
| | |||||
* | Removes all traces of MS Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -0/+6 |
| | |||||
* | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | Avoids OOM exceptions from ResourceServer | Andrew Arnott | 2012-11-11 | 1 | -1/+1 |
| | | | | | | | | Related to #178 | ||||
* | | Merge remote-tracking branch 'aarnott/master' | Andrew Arnott | 2012-10-29 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Adds AuthorizationServer.DecodeRefreshToken | Andrew Arnott | 2012-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | And a unit test. Fixes #182 | ||||
* | | 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 | ||||
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 1 | -2/+2 |
| | | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. | ||||
* | Added a public constructor to ClaimsResponse. | Andrew Arnott | 2012-04-08 | 1 | -1/+1 |
| | | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116 | ||||
* | 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 | ||||
* | Fixed error message generated in exception thrown for bad access token requests. | Andrew Arnott | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 2 | -6/+2 |
| | | | | | | supporting assembling. Fixes #87 | ||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 6 | -7/+7 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -3/+3 |
| | | | | | | .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 | 3 | -38/+27 |
| | | | | 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 | ||||
* | 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 build breaks. | Andrew Arnott | 2012-01-12 | 1 | -0/+1 |
| | |||||
* | Moved some OpenID extensions around for a better public API. | Andrew Arnott | 2012-01-02 | 6 | -18/+26 |
| | |||||
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 4 | -13/+16 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 4 | -8/+8 |
| | |||||
* | Fixed up Provider so that DH assoc requests don't result in exceptions. | Andrew Arnott | 2011-10-10 | 3 | -3/+5 |
| | |||||
* | Added build property that can cause the Diffie-Hellman algorithm and its ↵ | Andrew Arnott | 2011-10-10 | 2 | -3/+5 |
| | | | | | | 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 | -6/+6 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | 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 | 9 | -18/+98 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 23 | -99/+98 |
| | |||||
* | Fixed missing check_auth message factory at OP. | Andrew Arnott | 2011-08-28 | 1 | -0/+2 |
| | | | | Fixes a few more unit tests. | ||||
* | Fix for failing unit tests. | Andrew Arnott | 2011-08-28 | 1 | -1/+3 |
| | |||||
* | Fixed basic association test. | Andrew Arnott | 2011-08-23 | 13 | -77/+281 |
| | |||||
* | Fixed up OpenIdInfoCardSelector button and the association response in the ↵ | Andrew Arnott | 2011-08-09 | 2 | -0/+62 |
| | | | | message factory. | ||||
* | C# warnings work. | Andrew Arnott | 2011-08-07 | 4 | -5/+3 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2011-08-07 | 12 | -28/+101 |
| | |||||
* | A few stylecop fixes. | Andrew Arnott | 2011-08-03 | 4 | -15/+29 |
| | |||||
* | Split up InfoCard into two assemblies. | Andrew Arnott | 2011-07-31 | 1 | -2/+0 |
| | |||||
* | Extracted OpenID UI project. | Andrew Arnott | 2011-07-27 | 3 | -60/+0 |
| | |||||
* | Broke out OP UI project. | Andrew Arnott | 2011-07-27 | 4 | -570/+0 |
| | |||||
* | OpenID RP and OP projects build now. | Andrew Arnott | 2011-07-25 | 21 | -1315/+141 |
| | |||||
* | More work toward divided OpenID projects. | Andrew Arnott | 2011-07-25 | 4 | -5/+11 |
| | |||||
* | Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵ | Andrew Arnott | 2011-07-20 | 45 | -0/+5611 |
compiles, but the RP and OP ones do not. |