Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves all MVC dependencies from core assemblies to a separate assembly. | Andrew Arnott | 2013-10-19 | 1 | -39/+0 |
| | | | | I still need to add DNOA.Mvc to some build and package authoring. | ||||
* | 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. | ||||
* | 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 | 1 | -1/+2 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs | ||||
| | * | 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 | ||||
* | | | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 3 | -8/+146 |
| | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+30 |
| | | | |||||
* | | | 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 | 1 | -0/+98 |
| | | | | | | | | | | | | 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 |
| | | | |||||
* | | | 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 | 3 | -5/+47 |
| | | | |||||
* | | | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 6 | -18/+125 |
| | | | |||||
* | | | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -11/+21 |
| | | | |||||
* | | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 6 | -10/+39 |
| | | | |||||
* | | | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 2 | -33/+33 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 | 3 | -5/+47 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 | 3 | -3/+3 |
| | | | |||||
* | | | 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 | 3 | -46/+60 |
| | | | |||||
* | | | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core. | Andrew Arnott | 2012-12-29 | 13 | -2257/+87 |
| | | | | | | | | | | | | Build breaks are everywhere outside of just this one project as a result. | ||||
* | | | Removes CLR4 compiler symbol. | Andrew Arnott | 2012-12-28 | 5 | -44/+0 |
| | | | |||||
* | | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 49 | -1083/+32 |
| | | | |||||
* | | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 43 | -63/+106 |
| | | | |||||
* | | | Removes all traces of MS Code Contracts. | Andrew Arnott | 2012-12-26 | 3 | -31/+4 |
|/ / | |||||
* | | 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 | 2 | -0/+19 |
|\ \ | |/ | |||||
| * | Sensitive message information is now masked from logging. | Andrew Arnott | 2012-12-23 | 2 | -0/+19 |
| | | | | | | | | Fixes #243 | ||||
* | | Replaces use of ASP.NET session id with random key. | Andrew Arnott | 2012-12-24 | 1 | -0/+23 |
| | | | | | | | | Fixes #229 | ||||
* | | Fixed stylecop errors. | Andrew Arnott | 2012-12-24 | 1 | -1/+7 |
| | | |||||
* | | Access token responses now encode expires as number. | Andrew Arnott | 2012-12-24 | 5 | -5/+59 |
| | | | | | | | | Fixes #223 | ||||
* | | Adjusts verbosity levels of HTTP error logging. | Andrew Arnott | 2012-12-24 | 1 | -5/+16 |
| | | | | | | | | Fixes #244 | ||||
* | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 4 | -11/+31 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | Fixes an InternalErrorException thrown when decoding corrupted access tokens. | Andrew Arnott | 2012-11-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #178 | ||||
| * | Fixes another OOM exception while decoding corrupted tokens. | Andrew Arnott | 2012-11-11 | 1 | -1/+1 |
| | | |||||
| * | Avoids OOM exceptions from ResourceServer | Andrew Arnott | 2012-11-11 | 4 | -6/+25 |
| | | | | | | | | Related to #178 | ||||
| * | Fixes AsHttpResposneMessage() exception when response has no stream. | Andrew Arnott | 2012-11-02 | 1 | -3/+4 |
| | | | | | | | | Fixes #226 | ||||
* | | Merge remote-tracking branch 'aarnott/master' | Andrew Arnott | 2012-10-29 | 4 | -18/+12 |
|\ \ | |||||
| * | | Adds AuthorizationServer.DecodeRefreshToken | Andrew Arnott | 2012-07-20 | 4 | -18/+12 |
| | | | | | | | | | | | | | | | | | | And a unit test. Fixes #182 | ||||
* | | | Promotes MessagingUtilities.GetPublicFacingUrl to public method. | Andrew Arnott | 2012-10-29 | 1 | -57/+57 |
| | | | | | | | | | | | | Fixes #198 | ||||
* | | | Merge branch 'v4.1' | Andrew Arnott | 2012-10-14 | 4 | -8/+170 |
|\ \ \ | | |/ | |/| | |||||
| * | | Added OutgoingWebResponse.AsHttpResponseMessage extension method. | Andrew Arnott | 2012-10-09 | 1 | -0/+25 |
| | | | |||||
| * | | Added missing xml doc comment line. | Andrew Arnott | 2012-09-29 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 1 | -0/+21 |
| |\ \ | |||||
| | * | | Mitigates the XML DTD DoS attack from expanding entities. | Andrew Arnott | 2012-09-29 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | Fixes #209 | ||||
| * | | | Added NuGet package dependency and fixed build breaks in samples. | Andrew Arnott | 2012-09-27 | 1 | -0/+11 |
| | | | | |||||
| * | | | Adds overloads of ResourceServer for HttpRequestMessage. | Andrew Arnott | 2012-09-27 | 1 | -5/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GetPrincipal and GetAccessToken now better support resource servers that are written in ASP.NET WebAPI. Fixes #206 | ||||
| * | | | Fixed a couple build warnings. | Andrew Arnott | 2012-07-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed build break for .NET 3.5 targeting. | Andrew Arnott | 2012-07-19 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fixed StyleCop issue | Andrew Arnott | 2012-07-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Replaces explicit crypto algorithm use with factories. | Andrew Arnott | 2012-07-18 | 2 | -3/+61 |
| | |/ | |/| | | | | | | | Fixes #47 which requires that FIPS compliance be an option. | ||||
* | | | Fixing one more place it was missed, also changing to OPTIONS | Matt Hawley | 2012-08-10 | 3 | -9/+11 |
| | | | |||||
* | | | Adding PATCH and OPTION http verbs | Matt Hawley | 2012-08-10 | 2 | -3/+21 |
|/ / | |||||
* | | Merge branch 'v4.0' | Andrew Arnott | 2012-06-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Logging banner now includes the precise build version. | Andrew Arnott | 2012-06-20 | 1 | -15/+1 |
| | | | | | | | | Fixes #161 | ||||
| * | DNOA user agent string now includes the build number again. | Andrew Arnott | 2012-06-20 | 1 | -1/+15 |
| | | | | | | | | Fixes #160. |