Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #379 from lcalabrese/develop | David Christiansen | 2016-03-25 | 42 | -343/+36 |
|\ | | | | | 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 | 38 | -340/+19 |
| | | | | | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
| * | Change number of iterations on test to 100000 so we are actually measuring ↵ | lcalabrese | 2015-08-07 | 1 | -1/+1 |
| | | | | | | | | something significant. | ||||
| * | Fix changes made in previous commits to actually adhere to StyleCop rules, ↵ | lcalabrese | 2015-08-07 | 3 | -2/+16 |
| | | | | | | | | so the project even builds in Release mode | ||||
* | | remove the whitespace | agametov | 2016-03-17 | 1 | -2/+2 |
| | | |||||
* | | fix sort endpoints | agametov | 2016-03-16 | 1 | -2/+2 |
|/ | |||||
* | Straight forward OpenID Connect RP example | David Christiansen | 2015-01-05 | 1 | -0/+12 |
| | |||||
* | #365 | David Christiansen | 2015-01-05 | 21 | -0/+2902 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 68 | -1917/+12285 |
| | | | | - Packages update | ||||
* | File tidy | David Christiansen | 2015-01-05 | 5 | -717/+40 |
| | |||||
* | Resolves #363 | David Christiansen | 2015-01-05 | 6 | -56/+46 |
| | |||||
* | Merge branch 'master' of https://github.com/rcollette/DotNetOpenAuth into ↵ | David Christiansen | 2015-01-05 | 1 | -4/+1 |
|\ | | | | | | | rcollette-master | ||||
| * | Correct reference to System.Net.Http.Formatting | Richard Collette | 2014-12-18 | 1 | -4/+1 |
| | | |||||
* | | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 88 | -1912/+1655 |
|/ | |||||
* | Fix xml doc comment. | Andrew Arnott | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Fixed issue #339 minor typo in ResourceServer | Aaron Williams | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | Removes inappropriate input validation of the signingKey argument in the ↵ | Andrew Arnott | 2013-12-03 | 1 | -2/+0 |
| | | | | | | | | AccessToken.CreateFormatter method. This was breaking ResourceServer scenarios where the ResourceServer did not have the authorization server's private signing key. Fixes #298 | ||||
* | Applies fix for #209 to one more entrypoint for parsing XML that was missed ↵ | Andrew Arnott | 2013-11-25 | 1 | -1/+1 |
| | | | | initially. | ||||
* | Increments versionv5.0.0-alpha3 | Andrew Arnott | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | Fixes package dependency on WebApi. | Andrew Arnott | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Removes unified assembly, since it's fundamentally broken due to anonymous ↵ | Andrew Arnott | 2013-10-21 | 3 | -148/+0 |
| | | | | type name collisions from the async methods that are now in the various assemblies. | ||||
* | Fixes strong name signing of unified assembly. | Andrew Arnott | 2013-10-21 | 1 | -2/+7 |
| | |||||
* | Updates to NuGet.exe v2.7.1. | Andrew Arnott | 2013-10-21 | 1 | -0/+0 |
| | |||||
* | Sets up version number for next release. | Andrew Arnott | 2013-10-20 | 1 | -2/+2 |
| | |||||
* | Moves all MVC dependencies from core assemblies to a separate assembly. | Andrew Arnott | 2013-10-19 | 10 | -74/+201 |
| | | | | I still need to add DNOA.Mvc to some build and package authoring. | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 41 | -90/+367 |
| | |||||
* | Incremented version on master. | Andrew Arnott | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Removes a few more references to the DNOA.AspNet projects. | Andrew Arnott | 2013-06-16 | 3 | -10/+0 |
| | |||||
* | Removes InfoCard support from the library. | Andrew Arnott | 2013-06-16 | 49 | -3665/+0 |
| | | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead. | ||||
* | Removes Microsoft AspNet project. | Andrew Arnott | 2013-06-16 | 41 | -4126/+0 |
| | | | | Compatibility with it is broken due to the async changes in DNOA. | ||||
* | Removes project templates. | Andrew Arnott | 2013-06-16 | 1 | -39/+0 |
| | | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work. | ||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 31 | -112/+112 |
| | |||||
* | Revert "Fixes the OAuthServiceProvider sample issue with recognizing ↵ | Andrew Arnott | 2013-06-09 | 2 | -20/+1 |
| | | | | | | 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 | 2 | -1/+20 |
| | | | | | | | | 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 string representation of an access token in the sample. | Andrew Arnott | 2013-06-09 | 1 | -0/+10 |
| | |||||
* | Fixes escaping issues with OAuth 1.0 request tokens and cookies. | Andrew Arnott | 2013-06-09 | 1 | -3/+5 |
| | |||||
* | Fixes OpenIdProviderWebForms login. | Andrew Arnott | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | resolved. | ||||
* | Removes classic ASP support and sample. | Andrew Arnott | 2013-06-09 | 6 | -465/+0 |
| | |||||
* | Removes InfoCardRelyingParty web site sample. | Andrew Arnott | 2013-06-02 | 1 | -32/+0 |
| | | | | Again, web sites without projects just cause problems. And InfoCard doesn't even work in Windows 8. It's a dying technology (tragic, but true). | ||||
* | Removes tests based on hosting ASP.NET on a project-less web site. | Andrew Arnott | 2013-06-02 | 11 | -587/+0 |
| | | | | Hosting ASP.NET has always been a fragile effort. And project-less web sites are born with constant issues. It's easier to just remove it. OWIN and Katana are likely to make this code obsolete anyway. | ||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-06-02 | 2 | -5/+5 |
|\ | |||||
| * | Automates package restore on buildv4.3.1.13153 | Andrew Arnott | 2013-06-02 | 1 | -2/+2 |
| | | | | | | | | This should fix the recent build breaks on TeamCity. | ||||
| * | Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into ↵ | Andrew Arnott | 2013-05-31 | 4 | -16/+56 |
| |\ | | | | | | | | | | v4.3 | ||||
| | * | Adds missing nuget.exe | Andrew Arnott | 2013-05-27 | 1 | -0/+0 |
| | | | |||||
| * | | 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 | 14 | -19/+747 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Switches back default scope for MicrosoftClient. | Andrew Arnott | 2013-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | We shouldn't change default values for a popular shipped class. It would cause too many failures in existing web sites when they upgrade that would be difficult to track down. | ||||
| * | | Improve Microsoft Client | Matt Johnson | 2013-05-26 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | | | | | | Allow the developer to specify different scopes. Set the default scope to "wl.signin" instead of "wl.basic". This provides a better out-of-the-box experience. See http://stackoverflow.com/q/15125410/634824 | ||||
| * | | Switches FacebookClient to use an array of scopes. | Andrew Arnott | 2013-05-26 | 1 | -3/+3 |
| | | | |||||
| * | | Adds FacebookClient ctor overload. | Andrew Arnott | 2013-05-26 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | Adding a new overload rather than changing an existing one avoids the risk of a binary breaking change that might impact folks. | ||||
| * | | StyleCop message fixes. | Andrew Arnott | 2013-05-26 | 1 | -5/+8 |
| | | | |||||
| * | | Adding scope parameter for facebook client | Thomas Holloway | 2013-05-26 | 1 | -2/+8 |
| | | | |||||
| * | | Fixed Style Warnings | Girish Bablani | 2013-05-26 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into ↵ | Girish Bablani | 2013-05-26 | 12 | -129/+77 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | v4.3 Conflicts: samples/OAuthClient/Web.config | ||||
| | * | Removes samples\TestAzureAD | Andrew Arnott | 2013-05-05 | 1 | -9/+0 |
| | | | | | | | | | | | | it has a build break, and I'm not sure it was ever meant to be checked in. | ||||
| | * | Minor pull request touch-ups | Andrew Arnott | 2013-05-05 | 3 | -109/+52 |
| | | | | | | | | | | | | | | | Whitespace changes. Revert .gitignore file change. | ||||
| | * | Merge branch 'v4.3' of git://github.com/gbablani/DotNetOpenAuth into ↵ | Andrew Arnott | 2013-05-05 | 9 | -0/+876 |
| | |\ | | | | | | | | | | | | | gbablani-v4.3 | ||||
| | * | | Incremented version to v4.3.1. | Andrew Arnott | 2013-04-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removes CTP version marker from v4.3 branchv4.3.0.13117 | Andrew Arnott | 2013-04-27 | 1 | -1/+0 |
| | | | | |||||
| | * | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-22 | 3 | -6/+9 |
| | |\ \ | |||||
| | | * \ | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-22 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | Fixes compile error on .NET 3.5 | Andrew Arnott | 2013-04-22 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Use only web safe characters in client state arg | Andrew Arnott | 2013-04-11 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #268 | ||||
| | * | | | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-11 | 4 | -4/+15 |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | | | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 3 | -3/+14 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | 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. | ||||
| | | | * | | Adds Content-Length header to direct responses. | Andrew Arnott | 2013-03-09 | 1 | -0/+2 |
| | | | | | | |||||
| | | | * | | Merge remote-tracking branch 'origin/v4.1' into v4.1 | Andrew Arnott | 2013-03-03 | 37 | -80/+539 |
| | | | |\ \ | |||||
| | | | * | | | Fixes bad logic that reports expired tokens incorrectly. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | Merge remote-tracking branch 'origin/v4.2' into v4.2 | Andrew Arnott | 2013-04-11 | 2 | -2/+2 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fix Error Logging | John McKim | 2013-02-26 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Incremented to version v4.2.3. | Andrew Arnott | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'v4.2' into v4.3 | Andrew Arnott | 2013-04-11 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | | * | | | | | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 4 | -2/+10 |
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs | ||||
| | | * | | | | | Ignores NuGet packages. | Andrew Arnott | 2013-01-27 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Changed "global" endpoint to "common" endpoint to fix breaking change. ↵ | Girish Bablani | 2013-05-26 | 1 | -5/+6 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | Updated appid for sample app. | ||||
| * | | | | | | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 9 | -0/+876 |
| |/ / / / / | |||||
| * | | | | | Updated version number for v4.3 branch. | Andrew Arnott | 2013-02-23 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Adds DelegatingHandler implementations for OAuth 1 consumers that sign ↵ | Andrew Arnott | 2013-02-23 | 8 | -297/+908 |
| | |_|/ / | |/| | | | | | | | | | | | | | outgoing requests. | ||||
| * | | | | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055 | Andrew Arnott | 2013-02-23 | 4 | -2/+10 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | 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 | ||||
| | * | | 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. | ||||
| | * | | Fixes KeyNotFoundException in logging. | Andrew Arnott | 2013-01-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Increments build version. | Andrew Arnott | 2013-01-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Incremented build version. | Andrew Arnott | 2013-01-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove the beta tag from v4.2 builds.v4.2.0.13024 | Andrew Arnott | 2013-01-24 | 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 | 24 | -176/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Switched version annotation from beta to alpha 1. | Andrew Arnott | 2013-03-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixes two unit tests that fail in Release configurations. | Andrew Arnott | 2013-03-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixes OpenID discovery when multiple endpoints are found that only vary in ↵ | Andrew Arnott | 2013-03-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | OpenID version. |