Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v4.0' | Andrew Arnott | 2012-03-24 | 2 | -75/+1 |
|\ | | | | | | | | | Conflicts: src/version.txt | ||||
| * | Incremented version numbers following v4.0.0 release. | Andrew Arnott | 2012-03-24 | 1 | -2/+2 |
| | | |||||
| * | Incremented OAuth2 package version. | Andrew Arnott | 2012-03-24 | 1 | -1/+1 |
| | | |||||
| * | Fix for NullReferenceException in the OAuth 1.0 demo due to HttpRequestInfo ↵ | Andrew Arnott | 2012-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | not initializing one of its fields. Fixes #97 | ||||
| * | Removed "ReleaseNoUI" solution configuration. | Andrew Arnott | 2012-03-22 | 1 | -75/+0 |
| | | |||||
* | | Incremented version numbers. | Andrew Arnott | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v4.0' | Andrew Arnott | 2012-03-21 | 2 | -1/+18 |
|\ \ | |/ | | | | | | | Conflicts: src/version.txt | ||||
| * | Updated version to reflect that the next release is anticipated to be RTW. | Andrew Arnott | 2012-03-21 | 1 | -1/+1 |
| | | |||||
| * | Fixed a bunch of NuGet package descriptions, and summaries. | Andrew Arnott | 2012-03-21 | 1 | -0/+17 |
| | | |||||
* | | Incremented version.txt for v4.1 beta. | Andrew Arnott | 2012-03-18 | 1 | -2/+2 |
|/ | |||||
* | Fixed StyleCop warnings. | Andrew Arnott | 2012-03-14 | 2 | -28/+31 |
| | |||||
* | Access token endpoint now can respond with appropriate errors. | Andrew Arnott | 2012-03-14 | 7 | -64/+82 |
| | |||||
* | Fixed error message generated in exception thrown for bad access token requests. | Andrew Arnott | 2012-03-14 | 5 | -12/+23 |
| | |||||
* | Removed some pointless #regions | Andrew Arnott | 2012-03-11 | 4 | -26/+0 |
| | |||||
* | Added explanatory comments and security warnings to the AuthenticationResult ↵ | Andrew Arnott | 2012-03-11 | 1 | -2/+7 |
| | | | | in the AspNet project. | ||||
* | Reduced code used to translate strings to Identifiers. | Andrew Arnott | 2012-03-11 | 3 | -17/+3 |
| | |||||
* | Abbreviated some AX Fetch code in AspNet project. | Andrew Arnott | 2012-03-11 | 2 | -6/+6 |
| | |||||
* | Fixed AspNet project's Yahoo! OpenID client to use the HTTPS scheme. | Andrew Arnott | 2012-03-11 | 2 | -2/+2 |
| | | | | Also switched both Yahoo and Google clients to use the WellKnownProviders class instead of embedding the magic strings itself. | ||||
* | Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes. | Andrew Arnott | 2012-03-11 | 2 | -7/+7 |
| | |||||
* | Activating StyleCop on aspnet test assembly and fixed issues. | Andrew Arnott | 2012-03-11 | 7 | -41/+73 |
| | |||||
* | Fixed StyleCop issues and added comments. | Andrew Arnott | 2012-03-11 | 1 | -3/+17 |
| | |||||
* | Changed the compile-time switch for DH support into a runtime check for the ↵ | Andrew Arnott | 2012-03-11 | 9 | -46/+67 |
| | | | | | | supporting assembling. Fixes #87 | ||||
* | Set version to be "RC1". | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Corrected copyright notice in AspNet assembly. | Andrew Arnott | 2012-03-10 | 1 | -2/+2 |
| | |||||
* | AssemblyVersion is now a simple major.minor string, to make referencing easier. | Andrew Arnott | 2012-03-10 | 2 | -12/+10 |
| | |||||
* | Centralized all version information, including prerelease details, into the ↵ | Andrew Arnott | 2012-03-10 | 2 | -3/+47 |
| | | | | version.txt file. | ||||
* | Turned off ccrewrite.exe for test assembly. | Andrew Arnott | 2012-03-10 | 1 | -2/+2 |
| | |||||
* | StyleCop fixes on AspNet project. | Andrew Arnott | 2012-03-10 | 20 | -190/+151 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 18 | -29/+133 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 61 | -242/+941 |
| | |||||
* | Fixed NullReferenceException causing a unit test failure. | Andrew Arnott | 2012-03-08 | 1 | -2/+11 |
| | |||||
* | OAuth 2 clients now use the state parameter to mitigate XSRF attacks. | Andrew Arnott | 2012-03-08 | 4 | -10/+26 |
| | | | | Fixes #84 | ||||
* | Hacks in support for Facebook, which is missing the token_type parameter in ↵ | Andrew Arnott | 2012-03-07 | 1 | -1/+1 |
| | | | | | | its successful access token responses. Fixes #82 | ||||
* | Merge branch 'master' of github.com:AArnott/dotnetopenid | Andrew Arnott | 2012-03-05 | 6 | -10/+29 |
|\ | |||||
| * | Fix unit tests failing in DotNetOpenAuth.AspNet.Text projects. | Microsoft | 2012-03-02 | 6 | -10/+29 |
| | | |||||
* | | Fixed StyleCop messages. | Andrew Arnott | 2012-03-05 | 5 | -13/+121 |
| | | |||||
* | | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 3 | -6/+22 |
| | | | | | | | | factory methods that return HttpRequestBase instances. | ||||
* | | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 43 | -610/+429 |
|/ | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Added missing build configurations. | Andrew Arnott | 2012-03-01 | 1 | -1/+15 |
| | |||||
* | Replaced manual argument validation with helper methods. | Andrew Arnott | 2012-03-01 | 12 | -121/+51 |
| | |||||
* | ReSharper code cleanup to help get this AspNet contribution into StyleCop ↵ | Andrew Arnott | 2012-03-01 | 24 | -615/+1255 |
| | | | | compliance. | ||||
* | Fixed some bad or missing URL escaping. | Andrew Arnott | 2012-03-01 | 4 | -35/+31 |
| | |||||
* | Added some missing comments. | Andrew Arnott | 2012-03-01 | 7 | -3/+126 |
| | |||||
* | Replaced AspNet project's Uri.ToString() calls with Uri.AbsoluteUri | Andrew Arnott | 2012-03-01 | 3 | -7/+7 |
| | | | | http://blog.nerdbank.net/2008/04/uriabsoluteuri-and-uritostring-are-not.html | ||||
* | Added copyright messages to AspNet project. | Andrew Arnott | 2012-03-01 | 24 | -36/+174 |
| | |||||
* | Add access token to the extraData dictionary when authentication is successful. | Microsoft | 2012-03-01 | 2 | -1/+11 |
| | |||||
* | Merge branch 'master' into webpages | Andrew Arnott | 2012-03-01 | 684 | -2447/+4425 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Added ReSharper team settings to source control. | Andrew Arnott | 2012-02-26 | 1 | -0/+42 |
| | | |||||
| * | Revised more unit testes to use "fluent" NUnit API. | Andrew Arnott | 2012-02-26 | 1 | -13/+13 |
| | | |||||
| * | Migrated OAuth 2 tests to the new NUnit Assert syntax. | Andrew Arnott | 2012-02-25 | 3 | -23/+23 |
| | | |||||
| * | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 90 | -425/+425 |
| | | | | | | | | patterns. | ||||
| * | StyleCop fix. | Andrew Arnott | 2012-02-25 | 1 | -2/+1 |
| | | |||||
| * | Added scopes to the tested authorization flows. | Andrew Arnott | 2012-02-25 | 3 | -7/+17 |
| | | |||||
| * | Renamed ObtainClientAccessToken. | Andrew Arnott | 2012-02-25 | 2 | -2/+2 |
| | | |||||
| * | Added client credential grant type support and a test to prove it. | Andrew Arnott | 2012-02-25 | 5 | -20/+120 |
| | | | | | | | | Fixes #33 | ||||
| * | Adds support for the resource owner password credential grant. | Andrew Arnott | 2012-02-24 | 5 | -2/+90 |
| | | | | | | | | Fixes #72 | ||||
| * | OAuth2 resource servers accept the HTTP verbs: PUT, DELETE, HEAD in addition ↵ | Andrew Arnott | 2012-02-23 | 1 | -0/+1 |
| | | | | | | | | | | | | to the normal GET, POST Fixes #62 | ||||
| * | Split out the authorization carrying messages into distinct interfaces. | Andrew Arnott | 2012-02-23 | 13 | -132/+160 |
| | | | | | | | | This is to support additional grant types such as resource owner password credential and client credentials. | ||||
| * | Added basic test for resource owner password authorizatino request. Not yet ↵ | Andrew Arnott | 2012-02-23 | 4 | -8/+64 |
| | | | | | | | | passing. | ||||
| * | Fixed compiler warning. | Andrew Arnott | 2012-02-22 | 1 | -1/+1 |
| | | |||||
| * | Enabled unit test. | Andrew Arnott | 2012-02-22 | 1 | -1/+2 |
| | | |||||
| * | Split up end user authorization request message types between auth code and ↵ | Andrew Arnott | 2012-02-21 | 8 | -29/+109 |
| | | | | | | | | implicit. | ||||
| * | Added assertions about whether the client is authenticated. | Andrew Arnott | 2012-02-21 | 2 | -1/+11 |
| | | |||||
| * | Added two more OAuth2 unit tests, for the UserAgentClient class. | Andrew Arnott | 2012-02-21 | 5 | -30/+142 |
| | | |||||
| * | Moved some test code around. | Andrew Arnott | 2012-02-20 | 2 | -8/+18 |
| | | |||||
| * | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 22 | -55/+298 |
| | | | | | | | | authorization. | ||||
| * | Added spec required HTTP header in access token response. | Andrew Arnott | 2012-02-19 | 1 | -0/+1 |
| | | |||||
| * | Removed requirement for callback parameter, per the spec. | Andrew Arnott | 2012-02-19 | 3 | -7/+19 |
| | | |||||
| * | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 5 | -12/+21 |
| | | | | | | | | prescribed by the messages. | ||||
| * | Avoid a NullReferenceException is an OAuth 2 resource server's direct ↵ | Andrew Arnott | 2012-02-16 | 1 | -3/+7 |
| | | | | | | | | response message doesn't implement IHttpDirectResponse. | ||||
| * | Suppressed refresh tokens when client credentials are used to comply with ↵ | Andrew Arnott | 2012-02-16 | 4 | -0/+34 |
| | | | | | | | | OAuth 2.0 section 4.4.3. | ||||
| * | Brings back HTTP Authorization header whitespace trimming. | Andrew Arnott | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes issue where DNOA 4.0 regressed from v3.4 in not trimming spaces around HTTP Authorization header tokens. Thanks to Guilherme Reis for reporting the bug. | ||||
| * | Added a couple of new authorization request response codes. | Andrew Arnott | 2012-02-13 | 1 | -0/+10 |
| | | |||||
| * | Added valid scope token verification. | Andrew Arnott | 2012-02-12 | 3 | -1/+42 |
| | | |||||
| * | Added ClientType enum. | Andrew Arnott | 2012-02-12 | 3 | -0/+60 |
| | | |||||
| * | Renamed IConsumerDescription to IClientDescription. | Andrew Arnott | 2012-02-12 | 4 | -16/+16 |
| | | |||||
| * | Fixed many FxCop messages in OAuth2 assemblies. #68 | Andrew Arnott | 2012-02-09 | 19 | -28/+531 |
| | | |||||
| * | InfoCard assemblies now FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 1 | -0/+4 |
| | | |||||
| * | OAuth 1 assemblies now FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 8 | -19/+17 |
| | | |||||
| * | OpenID assemblies now are FxCop clean. #68 | Andrew Arnott | 2012-02-09 | 2 | -0/+4 |
| | | |||||
| * | Fixed FxCop messages in DNOA.Core #68 | Andrew Arnott | 2012-02-09 | 14 | -18/+86 |
| | | |||||
| * | Removed log4net reference from all bug DNOA.Core assembly. | Andrew Arnott | 2012-02-08 | 1 | -0/+5 |
| | | |||||
| * | Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵ | Andrew Arnott | 2012-02-08 | 19 | -44/+168 |
| | | | | | | | | | | | | OAuth 1 and OAuth 2. Related to and closes #71 | ||||
| * | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 14 | -163/+384 |
| | | | | | | | | Related to #71 | ||||
| * | Removed reference to OpenId.RelyingParty from OpenId.Provider. | Andrew Arnott | 2012-02-07 | 11 | -97/+183 |
| | | | | | | | | This is part of the fix for #71. | ||||
| * | Fixed solution file for updated paths to oauth specs. | Andrew Arnott | 2012-02-06 | 1 | -2/+3 |
| | | |||||
| * | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 638 | -1297/+1297 |
| | | | | | | | | Fixes #66 | ||||
| * | Fixed whitespace. | Andrew Arnott | 2012-02-04 | 1 | -6/+5 |
| | | |||||
| * | Merge remote-tracking branch 'rafek/master' | Andrew Arnott | 2012-02-04 | 1 | -2/+6 |
| |\ | |||||
| | * | Added returnTo parameter to PrepareRequestUserAuthorization in ↵ | Rafal Legiedz | 2012-02-04 | 1 | -2/+6 |
| | | | | | | | | | | | | OAuth2/WebServerClient.cs | ||||
| * | | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that | Andrew Arnott | 2012-02-02 | 1 | -0/+25 |
| |/ | | | | | | | | | | | they work here. Fixes #64 | ||||
| * | Fixed rendering of OpenIdSelector ASP.NET control. | Andrew Arnott | 2012-01-30 | 3 | -10/+7 |
| | | |||||
| * | Fixed build break. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'v3.4' | Andrew Arnott | 2012-01-29 | 3 | -7/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nuget/nuget.proj samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Reflection/MessageDescription.cs tools/DotNetOpenAuth.props | ||||
| | * | Replaced explicit SHA* implementation references with generic ones that ↵origin/v3.4 | Andrew Arnott | 2012-01-28 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | allows .config files to control which implementation to use. This allows FIPS-compliance requirements to be satisfied while using DotNetOpenAuth. Fixes #47 | ||||
| | * | Fixed build break due to bad path to ilmerge.exe | unknown | 2011-11-27 | 1 | -4/+0 |
| | | | |||||
| | * | Fix for 2-legged OAuth. | Andrew Arnott | 2011-07-04 | 1 | -3/+4 |
| | | | |||||
| | * | Better logging. | Andrew Arnott | 2011-07-04 | 1 | -2/+3 |
| | | | |||||
| | * | Works around a difference in behavior (bug?) between ASp.NET web forms Page ↵ | Andrew Arnott | 2011-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | and MVC Razor Page classes that led to incorrect URL rendering. Fixes #41 | ||||
* | | | Some StyleCop fixes for ASP.NET team's contribution. | Andrew Arnott | 2012-03-01 | 27 | -1931/+1714 |
| | | |