Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -0/+2 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Fixes ContentType of OAuth 1 direct responses. | Andrew Arnott | 2013-03-24 | 1 | -1/+1 |
| | | | | 22 test failures remaining. | ||||
* | Just 37 failures. | Andrew Arnott | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | Fixes several more unit tests. 55 left | Andrew Arnott | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 2 | -64/+59 |
| | |||||
* | Moves the rest of the static methods out. | Andrew Arnott | 2013-03-21 | 2 | -6/+6 |
| | |||||
* | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 1 | -36/+33 |
| | |||||
* | Many more unit test build fixes and product touch-ups. | Andrew Arnott | 2013-03-07 | 5 | -77/+82 |
| | |||||
* | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 3 | -111/+74 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 3 | -4/+3 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 2 | -0/+2 |
| | |||||
* | Adds a LinkedIn interop test. | Andrew Arnott | 2012-11-22 | 1 | -0/+23 |
| | | | | Part of investigation of issue #232 | ||||
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 3 | -9/+9 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -34/+17 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 9 | -34/+34 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 11 | -22/+22 |
| | | | | Fixes #66 | ||||
* | Updated some unit tests to match new argument validation code. | Andrew Arnott | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 2 | -3/+3 |
| | |||||
* | The test project now builds, so the whole solution does. | Andrew Arnott | 2011-08-02 | 3 | -11/+11 |
| | |||||
* | Fixed build breaks in test project. | Andrew Arnott | 2011-07-10 | 2 | -4/+4 |
| | |||||
* | Added base signature string test for protected resource requests. | Andrew Arnott | 2011-04-17 | 1 | -0/+26 |
| | |||||
* | Fixes OAuth 1.0 signatures on Service Providers for messages that omit the ↵ | Andrew Arnott | 2011-04-15 | 1 | -0/+27 |
| | | | | | | optional oauth_version parameter. Closes #28 | ||||
* | Fixed build breaks and StyleCop messages from prior commit. | Andrew Arnott | 2011-04-06 | 2 | -8/+12 |
| | |||||
* | Fixed failing unit test. | Andrew Arnott | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-07-19 | 8 | -8/+15 |
|\ | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 8 | -8/+15 |
| |\ | |||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 8 | -8/+15 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | * | Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵ | Andrew Arnott | 2010-06-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207 | ||||
| | | * | Fixed the namespace of several tests. | Andrew Arnott | 2010-06-27 | 8 | -8/+8 |
| | | | | |||||
* | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 3 | -13/+10 |
| | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 1 | -1/+6 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs | ||||
| * | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵ | Andrew Arnott | 2010-01-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | ||||
* | | | | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 1 | -3/+3 |
| | | | | |||||
* | | | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 9 | -65/+65 |
|/ / / | |||||
* | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-11-18 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-18 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed failing unit test bug. | Andrew Arnott | 2009-11-18 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'master' into openidux | Andrew Arnott | 2009-11-01 | 3 | -4/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs | ||||
| * | | | More contracts work. | Andrew Arnott | 2009-09-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed up all tests so they pass. | Andrew Arnott | 2009-06-25 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-06-25 | 6 | -20/+127 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs | ||||
| * | | | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | But some unit tests still fail, and there are other issues. | ||||
* | | | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8. | Andrew Arnott | 2009-10-29 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-06-19 | 6 | -16/+123 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs | ||||
| * | | Fixed bug where we were looking up access tokens as if they were request tokens. | Andrew Arnott | 2009-06-09 | 1 | -4/+4 |
| | | | |||||
| * | | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 1 | -5/+5 |
| | | | | | | | | | | | | consumer queries. | ||||
| * | | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 1 | -6/+6 |
| | | | |||||
| * | | Added a helper method so that SPs can generate their own verifier codes that ↵ | Andrew Arnott | 2009-06-06 | 1 | -0/+38 |
| | | | | | | | | | | | | comply with Consumer requirements. | ||||
| * | | Fixed some failing unit tests and some associated product bugs. | Andrew Arnott | 2009-06-06 | 3 | -7/+7 |
| | | | |||||
| * | | Added tests for the UriOrOobEncoding class. | Andrew Arnott | 2009-06-06 | 1 | -0/+68 |
| | | | |||||
| * | | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 3 | -10/+11 |
| |/ | | | | | | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a. | ||||
* | | Cleaned up distinction between public and rewritten request URLs. | Andrew Arnott | 2009-06-18 | 1 | -4/+4 |
|/ | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -1/+0 |
| | |||||
* | Revised OAuth channel to better support different combinations of HTTP methods. | Andrew Arnott | 2009-04-30 | 1 | -0/+2 |
| | |||||
* | Added more tests to verify correct behavior of OAuth Authorization header ↵ | Andrew Arnott | 2009-04-30 | 2 | -3/+83 |
| | | | | | | and message parts in different places. Fixed a bug in the signature construction process the test found. | ||||
* | Further fixed base signature string construction and added several tests for it. | Andrew Arnott | 2009-04-30 | 2 | -4/+34 |
| | |||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 2 | -5/+5 |
| | | | | and Service Provider scenarios. | ||||
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 1 | -5/+5 |
| | | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage | ||||
* | Renamed some methods on the Channel class to be more consistent. | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
| | |||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 2 | -4/+4 |
| | | | | IncomingWebResponse. | ||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 2 | -5/+7 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | Added support for classic ASP RPs to use the sreg extension. | Andrew Arnott | 2009-03-11 | 1 | -4/+3 |
| | |||||
* | Renamed all the Channel virtual methods that end with Internal to end with Core. | Andrew Arnott | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Added OpenID Provider downlevel protection for 1.x Relying Parties and ↵ | Andrew Arnott | 2009-03-05 | 1 | -5/+5 |
| | | | | turning it on by default. | ||||
* | StyleCop fixes | Andrew Arnott | 2009-01-30 | 1 | -16/+16 |
| | |||||
* | OpenID error direct response messages are now sent with HTTP status codes of ↵ | Andrew Arnott | 2009-01-29 | 1 | -0/+18 |
| | | | | 400. | ||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 2 | -5/+5 |
| | | | | Send method. | ||||
* | Fixed the DirectWebResponse bug that broke the OAuth sample. | Andrew Arnott | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | A touch of refactoring and C# warning resolution. | Andrew Arnott | 2008-11-24 | 2 | -3/+3 |
| | |||||
* | Added YADIS and other discovery, XRDS, untrusted web requests. | Andrew Arnott | 2008-11-23 | 1 | -3/+3 |
| | | | | Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do. | ||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -5/+5 |
| | | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions. | ||||
* | Work on OpenID test coordinator. | Andrew Arnott | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Refactored test coordinator so it can be used with OpenID as well as OAuth. | Andrew Arnott | 2008-11-08 | 2 | -0/+133 |
| | |||||
* | Refactored the Channel extensibility to better suit OpenID. | Andrew Arnott | 2008-11-07 | 1 | -23/+10 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 7 | -0/+581 |