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 | ||||
* | Fix changes made in previous commits to actually adhere to StyleCop rules, ↵ | lcalabrese | 2015-08-07 | 1 | -1/+1 |
| | | | | so the project even builds in Release mode | ||||
* | #365 | David Christiansen | 2015-01-05 | 3 | -0/+490 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 7 | -401/+2237 |
| | | | | - Packages update | ||||
* | Resolves #363 | David Christiansen | 2015-01-05 | 2 | -3/+5 |
| | |||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 17 | -1838/+1502 |
| | |||||
* | Moves all MVC dependencies from core assemblies to a separate assembly. | Andrew Arnott | 2013-10-19 | 3 | -71/+0 |
| | | | | I still need to add DNOA.Mvc to some build and package authoring. | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -29/+43 |
| | |||||
* | Removes a few more references to the DNOA.AspNet projects. | Andrew Arnott | 2013-06-16 | 1 | -4/+0 |
| | |||||
* | Removes InfoCard support from the library. | Andrew Arnott | 2013-06-16 | 2 | -16/+0 |
| | | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead. | ||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 2 | -25/+25 |
| | |||||
* | Revert "Fixes the OAuthServiceProvider sample issue with recognizing ↵ | Andrew Arnott | 2013-06-09 | 1 | -18/+0 |
| | | | | | | protected resource requests:" This reverts commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192. | ||||
* | Fixes the CopyHeadersFrom helper method as a better approach to replace ↵ | Andrew Arnott | 2013-06-09 | 1 | -2/+7 |
| | | | | commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192. | ||||
* | Fixes the OAuthServiceProvider sample issue with recognizing protected ↵ | Andrew Arnott | 2013-06-09 | 1 | -0/+18 |
| | | | | | | | | resource requests: Expected message DotNetOpenAuth.OAuth.Messages.AccessProtectedResourceRequest but received DotNetOpenAuth.OAuth.Messages.UserAuthorizationRequest instead. The issue was that in converting a WCF message to an HttpRequestMessage, the Authorization header was truncated (sort of), but in a way we could reassemble the original message. | ||||
* | Fixes compiler warning. | Andrew Arnott | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Removes TODO | 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-06-02 | 1 | -3/+3 |
|\ | |||||
| * | Replaces hard-coded algorithms for parameterized ones. | Andrew Arnott | 2013-05-31 | 1 | -3/+3 |
| | | | | | | | | Closes #285 | ||||
* | | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -5/+26 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-22 | 1 | -4/+7 |
| |\ | |||||
| | * | Use only web safe characters in client state arg | Andrew Arnott | 2013-04-11 | 1 | -4/+7 |
| | | | | | | | | | | | | Fixes #268 | ||||
| * | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-11 | 2 | -1/+3 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Adds Content-Length header to direct responses. | Andrew Arnott | 2013-03-09 | 1 | -0/+2 |
| | | | | |||||
| | * | | Fix Error Logging | John McKim | 2013-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds DelegatingHandler implementations for OAuth 1 consumers that sign ↵ | Andrew Arnott | 2013-02-23 | 1 | -6/+36 |
| |/ / | | | | | | | | | | outgoing requests. | ||||
| * | | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055 | Andrew Arnott | 2013-02-23 | 3 | -2/+5 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs | ||||
| | * | Adds another catch block to the logger initializer. | Andrew Arnott | 2013-01-12 | 1 | -0/+2 |
| | | | |||||
| | * | Fixes StyleCop break. | Andrew Arnott | 2013-01-12 | 1 | -1/+1 |
| | | | |||||
| | * | Update to support Front_End_Https header used by some loadbalancers for SSL ↵ | Mike Roest | 2013-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | terminiation. As Per http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_headers | ||||
| | * | Fixes KeyNotFoundException in logging. | Andrew Arnott | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #265 from skurdiukov/nlog_support | Andrew Arnott | 2013-04-07 | 4 | -1/+229 |
|\ \ \ | | | | | | | | | Added support for NLog2 logger. | ||||
| * | | | Added support for NLog2 logger. | Sergey Kurduykov | 2013-04-04 | 4 | -1/+229 |
| | | | | |||||
* | | | | Fixed error when building when property SignAssembly set to False | Sergey Kurduykov | 2013-04-04 | 1 | -0/+2 |
|/ / / | |||||
* | | | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 4 | -9/+149 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -13/+0 |
| | | | |||||
* | | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 4 | -13/+34 |
| | | | |||||
* | | | Fixes two more test failures. 2 left. | Andrew Arnott | 2013-03-26 | 1 | -4/+4 |
| | | | |||||
* | | | Fixes several more unit tests. 55 left | Andrew Arnott | 2013-03-23 | 1 | -31/+14 |
| | | | |||||
* | | | Fixes a few more tests | Andrew Arnott | 2013-03-22 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes another test | Andrew Arnott | 2013-03-22 | 1 | -0/+1 |
| | | | |||||
* | | | Fixes another test | Andrew Arnott | 2013-03-22 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 2 | -22/+16 |
| | | | |||||
* | | | More unit test fixes. | Andrew Arnott | 2013-03-10 | 2 | -0/+31 |
| | | | |||||
* | | | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 2 | -6/+15 |
| | | | |||||
* | | | Revise receiver of ApplyHeaders extension method. | Andrew Arnott | 2013-03-05 | 1 | -4/+3 |
| | | | |||||
* | | | Greatly simplifies ApplyHeaders method. | Andrew Arnott | 2013-03-05 | 1 | -32/+3 |
| | | | |||||
* | | | OpenIdOfflineProvider and RP now work together. | Andrew Arnott | 2013-03-04 | 2 | -2/+59 |
| | | | |||||
* | | | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -6/+0 |
| | | | |||||
* | | | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 3 | -131/+118 |
| | | | |||||
* | | | Removes the memory crypto key store from the sample. | Andrew Arnott | 2013-03-02 | 2 | -0/+99 |
| | | | | | | | | | | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table. | ||||
* | | | Fixes some OAuth 1 build breaks. | Andrew Arnott | 2013-02-26 | 1 | -0/+9 |
| | | | |||||
* | | | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels. | Andrew Arnott | 2013-02-25 | 4 | -1/+368 |
| | | | | | | | | | | | | Build breaks in other projects, however. | ||||
* | | | StyleCop fixes. | Andrew Arnott | 2013-02-21 | 1 | -0/+2 |
| | | | |||||
* | | | Matured the OAuth 1 consumer signing handler a bit. | Andrew Arnott | 2013-02-18 | 1 | -0/+18 |
| | | | |||||
* | | | More warning fixes. | Andrew Arnott | 2013-02-16 | 4 | -5/+48 |
| | | | |||||
* | | | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 7 | -21/+134 |
| | | | |||||
* | | | More warning fixes. | Andrew Arnott | 2013-02-10 | 3 | -12/+23 |
| | | | |||||
* | | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 11 | -18/+62 |
| | | | |||||
* | | | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 2 | -33/+33 |
| | | | |||||
* | | | Assocations with providers when OpenID discovery yields multiple endpoints ↵ | Andrew Arnott | 2013-02-09 | 1 | -0/+18 |
| | | | | | | | | | | | | can now happen in parallel. | ||||
* | | | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 1 | -10/+6 |
| | | | |||||
* | | | Restores exception wrapping. | Andrew Arnott | 2013-02-09 | 1 | -16/+21 |
| | | | |||||
* | | | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | | | |||||
* | | | Retargets DNOA to MVC 4 (since async controllers require MVC 4). | Andrew Arnott | 2013-01-27 | 2 | -15/+14 |
| | | | |||||
* | | | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 1 | -25/+0 |
| | | | |||||
* | | | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -1/+1 |
| | | | |||||
* | | | OpenIdProviderWebForms now builds. | Andrew Arnott | 2013-01-23 | 1 | -7/+23 |
| | | | |||||
* | | | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 4 | -5/+48 |
| | | | |||||
* | | | OpenIdRelyingPartyMvc sample now builds. | Andrew Arnott | 2013-01-15 | 1 | -0/+1 |
| | | | |||||
* | | | OAuth2.ResourceServer now builds. | Andrew Arnott | 2013-01-13 | 2 | -6/+3 |
| | | | |||||
* | | | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 1 | -0/+42 |
| | | | |||||
* | | | DNOA.OAuth project now builds. | Andrew Arnott | 2013-01-13 | 3 | -19/+21 |
| | | | |||||
* | | | Adds another catch block to the logger initializer. | Andrew Arnott | 2013-01-02 | 1 | -0/+2 |
| | | | |||||
* | | | Fixes KeyNotFoundException in logging. | Andrew Arnott | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | Web Forms based OpenID RPs work now. | Andrew Arnott | 2013-01-01 | 1 | -11/+19 |
| | | | |||||
* | | | OpenID RP login actually works now. | Andrew Arnott | 2013-01-01 | 5 | -32/+50 |
| | | | |||||
* | | | Fixes default ctor argument of identifier discovery services. | Andrew Arnott | 2012-12-31 | 7 | -11/+46 |
| | | | |||||
* | | | Adds HttpResponseMessage.AsActionResult extension method. | Andrew Arnott | 2012-12-31 | 1 | -0/+28 |
| | | | |||||
* | | | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 5 | -99/+85 |
| | | | |||||
* | | | Fixes build breaks in DNOA.OpenId. | Andrew Arnott | 2012-12-31 | 5 | -46/+102 |
| | | | |||||
* | | | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core. | Andrew Arnott | 2012-12-29 | 15 | -2304/+101 |
| | | | | | | | | | | | | Build breaks are everywhere outside of just this one project as a result. | ||||
* | | | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -0/+32 |
| | | | | | | | | | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | | | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 2 | -0/+3 |
| | | | |||||
* | | | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | Switches out log4net 1.2.11 for 2.0.0 from NuGet. | Andrew Arnott | 2012-12-28 | 2 | -1/+3 |
| | | | |||||
* | | | Removes CLR4 compiler symbol. | Andrew Arnott | 2012-12-28 | 8 | -75/+0 |
| | | | |||||
* | | | 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 | -2/+3 |
| | | | |||||
* | | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 66 | -1156/+62 |
| | | | |||||
* | | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 54 | -320/+242 |
| | | | |||||
* | | | Removes all traces of MS Code Contracts. | Andrew Arnott | 2012-12-26 | 7 | -42/+14 |
|/ / | |||||
* | | Fixes build break in .NET 3.5 builds. | Andrew Arnott | 2012-12-26 | 1 | -6/+11 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2012-12-26 | 2 | -35/+35 |
| | | |||||
* | | Fixes timeout in unit tests. | Andrew Arnott | 2012-12-26 | 1 | -1/+20 |
| | | |||||
* | | Whitespace fixes. | Andrew Arnott | 2012-12-25 | 1 | -61/+61 |
| | | |||||
* | | Replaces locking with thread-affinitized RNGs. | Andrew Arnott | 2012-12-25 | 1 | -17/+35 |
| | | |||||
* | | Mitigates timing attack on random number generator. | Andrew Arnott | 2012-12-25 | 1 | -4/+28 |
| | | |||||
* | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-24 | 4 | -3/+34 |
|\ \ | |/ |