Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StyleCop fixes | Andrew Arnott | 2010-07-26 | 15 | -79/+68 |
| | |||||
* | Collapsed the AuthorizationServerBase and AuthorizationServer classes. | Andrew Arnott | 2010-07-26 | 5 | -92/+59 |
| | |||||
* | Allowed sample OAuth consumer WPF app to have relaxed SSL requirements. | Andrew Arnott | 2010-07-25 | 3 | -2/+5 |
| | |||||
* | Added scrollbars to fetch resource in sample. | Andrew Arnott | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Work around for odd Casini bug. | Andrew Arnott | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Smoothing out some rough edges in OAuth code. | Andrew Arnott | 2010-07-23 | 8 | -32/+52 |
| | |||||
* | Ripped out OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 26 | -451/+256 |
| | |||||
* | Stripping OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 21 | -1010/+145 |
| | |||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 6 | -4/+72 |
|\ | |||||
| * | Fixed VSIs to use the 2008 projects. | Andrew Arnott | 2010-07-21 | 4 | -4/+20 |
| | | |||||
| * | Downgrading VS2010 sample projects to VS2008 now happens by creating NEW ↵ | Andrew Arnott | 2010-07-21 | 4 | -4/+49 |
| | | | | | | | | | | | | project and solution files rather than wiping out the VS2010 ones. So now VS2008 and VS2010 users have solutions and projects they can open immediately. | ||||
| * | Fixed sample project downgrade to remove EnlistmentInfo imports that aren't ↵ | Andrew Arnott | 2010-07-21 | 4 | -1/+7 |
| | | | | | | | | supported in MSBuild v3.5. | ||||
| * | Fixed drop build so that it doesn't include ReSharper cache files. | Andrew Arnott | 2010-07-21 | 1 | -0/+1 |
| | | |||||
* | | Small StyleCop fix. | Andrew Arnott | 2010-07-21 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 267 | -848/+26459 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt | ||||
| * | Deleted generated file. | Andrew Arnott | 2010-07-20 | 2 | -717/+1 |
| | | |||||
| * | Incremented version to v3.4.6. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed another build break.v3.4.5.10201 | Andrew Arnott | 2010-07-20 | 1 | -0/+2 |
| | | |||||
| * | Incremented version to v3.4.5. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | | |||||
| * | It looks like the build is mysteriously going back to the originally ↵ | Andrew Arnott | 2010-07-20 | 1 | -2/+8 |
| | | | | | | | | | | | | generated SQL. Weird. | ||||
| * | Fixed build break in doc.proj. I don't know how this didn't get checked in ↵ | Andrew Arnott | 2010-07-20 | 1 | -2/+3 |
| | | | | | | | | earlier. | ||||
| * | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 6 | -36/+36 |
| | | |||||
| * | Updated generated SQL for project template database. | Andrew Arnott | 2010-07-19 | 1 | -26/+2 |
| | | |||||
| * | Adjusted SQL project build to reproduce the same SQL it always has. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | | | | | | | I don't know why this change is necessary now rather than before. | ||||
| * | Worked around db deployment error. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | |||||
| * | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 38 | -59/+233 |
| | | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
| * | Added NUnit runner to the repo. | Andrew Arnott | 2010-07-19 | 206 | -3/+25834 |
| | | |||||
| * | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-07-19 | 12 | -10/+203 |
| |\ | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 13 | -14/+228 |
| | |\ | |||||
| | | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 16 | -20/+234 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 16 | -20/+232 |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | | | * | Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵ | Andrew Arnott | 2010-06-27 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207 | ||||
| | | | | * | Fixed the namespace of several tests. | Andrew Arnott | 2010-06-27 | 9 | -8/+9 |
| | | | | | | |||||
| | | | | * | Added utility method to make it easy to modify channels' outgoing HTTP ↵ | Andrew Arnott | 2010-05-15 | 1 | -1/+179 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests, particularly for adding default network credentials to them. A sample use of this would be: WebConsumer consumer; // initialized elsewhere consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests(); Note that this method should only be called ONCE per instantiated channel. | ||||
| | | | | * | Fixed typo in comments. | Andrew Arnott | 2010-05-15 | 3 | -6/+6 |
| | | | | | | |||||
| | | | | * | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 2 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | ||||
| | * | | | | Removed Identifier.OriginalString from the public API to avoid generating ↵ | Andrew Arnott | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | confusion with users. | ||||
| * | | | | | Provided property to avoid downgrading samples to VS2008 during drop build. | Andrew Arnott | 2010-07-19 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fixed missing Settings.StyleCop files in samples projects. | Andrew Arnott | 2010-07-19 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | StyleCop fixes. | Andrew Arnott | 2010-07-19 | 1 | -8/+9 |
| | | | | | | |||||
| * | | | | | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 4 | -5/+5 |
| | | | | | | |||||
| * | | | | | Fixed samples.sln to use the newly converted web samples. | Andrew Arnott | 2010-07-19 | 1 | -55/+18 |
| | | | | | | |||||
| * | | | | | Applied signature equality check timing fix to OAuth. | Andrew Arnott | 2010-07-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added a bit more timing text to the test. | Andrew Arnott | 2010-07-16 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | comment fix | Andrew Arnott | 2010-07-15 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fixed message expiration check to also disallow post-dated timestamps. | Andrew Arnott | 2010-07-15 | 4 | -3/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a security mitigation for those who are trying to brute force a message signature, and might otherwise give themselves a huge time window by setting a nonce date far into the future. | ||||
| * | | | | | Fix for timing-dependent HMAC signature equality check. | Andrew Arnott | 2010-07-14 | 3 | -3/+100 |
| | | | | | | |||||
| * | | | | | Update to samples README file. | Andrew Arnott | 2010-07-14 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 37 | -77/+196 |
| | | | | | | | | | | | | | | | | | | | | | | | | a HashSet<string> | ||||
* | | | | | | Minor sample adjustment. | Andrew Arnott | 2010-07-18 | 2 | -3/+30 |
| | | | | | | |||||
* | | | | | | Trimmed out some excess client sample code. | Andrew Arnott | 2010-07-18 | 1 | -12/+4 |
| | | | | | | |||||
* | | | | | | Renamed some WRAP terms to oauth2 | Andrew Arnott | 2010-07-18 | 2 | -34/+23 |
| | | | | | | |||||
* | | | | | | Allowed user agents to have client secrets since they could theoretically ↵ | Andrew Arnott | 2010-07-18 | 4 | -23/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | register their own at install time. | ||||
* | | | | | | Renamed WebServerAuthorizationServer to just AuthorizationServer. | Andrew Arnott | 2010-07-18 | 4 | -9/+9 |
| | | | | | | |||||
* | | | | | | Adjusted SQL project build to reproduce the same SQL it always has. | Andrew Arnott | 2010-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | I don't know why this change is necessary now rather than before. | ||||
* | | | | | | More work to comply with OAuth 2.0 draft 10. | Andrew Arnott | 2010-07-17 | 15 | -39/+107 |
| | | | | | | |||||
* | | | | | | Merge branch 'oauth2templates' into oauth2 | Andrew Arnott | 2010-07-17 | 83 | -2087/+1781 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Removed some message parts from an earlier draft of the spec. | Andrew Arnott | 2010-07-17 | 2 | -23/+1 |
| | | | | | | | |||||
| * | | | | | | Access token now checked for valid characters to appear in HTTP ↵ | Andrew Arnott | 2010-07-17 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Authorization header. | ||||
| * | | | | | | Changed HTTP Authorization scheme to match OAuth 2.0 draft 10. | Andrew Arnott | 2010-07-17 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Fixed some more OAuth 2 sample stuff. | Andrew Arnott | 2010-07-15 | 3 | -17/+13 |
| | | | | | | | |||||
| * | | | | | | Fixed build breaks in MvcRelyingParty project template. | Andrew Arnott | 2010-07-14 | 13 | -154/+97 |
| | | | | | | | |||||
| * | | | | | | Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample. | Andrew Arnott | 2010-07-14 | 25 | -176/+276 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WebFormsRelyingParty now works with the sample WPF OAuth client in a modified user-agent mode. | ||||
| * | | | | | | Refactoring database to support OAuth 2.0 | Andrew Arnott | 2010-07-14 | 34 | -1106/+1036 |
| | | | | | | | |||||
| * | | | | | | Fixed tab order. | Andrew Arnott | 2010-07-14 | 1 | -18/+18 |
| | | | | | | | |||||
| * | | | | | | Worked around WinForms WebBrowser bug. | Andrew Arnott | 2010-07-14 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | More work toward OAuth 2.0 working in the project templates. | Andrew Arnott | 2010-07-14 | 10 | -57/+73 |
| | | | | | | | |||||
| * | | | | | | Worked around db deployment error. | Andrew Arnott | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Work toward the WebFormsRelyingParty project template to use OAuth 2.0 ↵ | Andrew Arnott | 2010-07-12 | 23 | -585/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of 1.0a. It compiles now. (and the MVC one doesn't). | ||||
* | | | | | | | Applied timing fix to OAuth 2.0 code that checks symmetric secret-based ↵ | Andrew Arnott | 2010-07-16 | 2 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | signatures. | ||||
* | | | | | | | Updated OAuth 2 spec to draft 10. | Andrew Arnott | 2010-07-15 | 1 | -381/+546 |
|/ / / / / / | |||||
* | | | | | | Whitespace change in .csproj file. | Andrew Arnott | 2010-07-12 | 1 | -23/+23 |
| | | | | | | |||||
* | | | | | | Slight UI changes to WPF OAuth 2.0 consumer app. | Andrew Arnott | 2010-07-11 | 2 | -1/+7 |
| | | | | | | |||||
* | | | | | | Updated OAuth v2.0 draft to 09. | Andrew Arnott | 2010-07-11 | 1 | -3066/+2554 |
| | | | | | | |||||
* | | | | | | Fixed bug in fragment processing. | Andrew Arnott | 2010-07-11 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Trying out a refactoring to better suite user agent clients. | Andrew Arnott | 2010-07-11 | 13 | -83/+195 |
| | | | | | | |||||
* | | | | | | Fix build break. | Andrew Arnott | 2010-07-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fix build breaks. | Andrew Arnott | 2010-07-09 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-09 | 143 | -5121/+8473 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | | | | | StyleCop fixes. | Andrew Arnott | 2010-07-09 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 26 | -69/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
| * | | | | | Fixed warnings that show up with new code contracts version. | Andrew Arnott | 2010-07-03 | 3 | -6/+0 |
| | | | | | | |||||
| * | | | | | Updated Code Contracts to 1.4.30629.0 | Andrew Arnott | 2010-07-03 | 61 | -4682/+5295 |
| | | | | | | |||||
| * | | | | | Added a way to build DotNetOpenAuth without any UI elements. | Andrew Arnott | 2010-06-24 | 2 | -23/+87 |
| |\ \ \ \ \ | |||||
| | * | | | | | Added a legitimate project configuration and its own intermediate directory ↵ | Andrew Arnott | 2010-06-24 | 2 | -3/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for a no-UI version of the DLL. | ||||
| | * | | | | | Project can no build optionally without UI controls. | Andrew Arnott | 2010-06-24 | 1 | -23/+29 |
| |/ / / / / | |||||
| * | | | | | Fixes support for OpenID RP controls' ReturnToUrl property to receive values ↵ | unknown | 2010-06-22 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting with "~/" Fixes Trac #204 | ||||
| * | | | | | When the parent window throws an error in an invocation from the child ↵ | unknown | 2010-06-21 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | window, it no longer prevents the child window from closing itself. | ||||
| * | | | | | Added Yammer OAuth consumer sample. | unknown | 2010-06-21 | 7 | -0/+320 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (yuck, Yammer is so non-standard.) | ||||
| | * | | | | | Added Yammer sign-up URL. | unknown | 2010-06-21 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Slight update to Yammer in an attempt to make results more reliable. | unknown | 2010-06-21 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Added sample Yammer OAuth 1.0 consumer. | Andrew Arnott | 2010-06-17 | 7 | -0/+320 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP. | ||||
| * | | | | | Fixed some issues when multiple OpenIdLogin controls are present on the same ↵ | Andrew Arnott | 2010-06-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | page. | ||||
| * | | | | | Fixed NullReferenceException that can occur. | Andrew Arnott | 2010-06-17 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Added regression test for bug fixed in 07ca685b32. | Andrew Arnott | 2010-06-16 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Corrected regression caused by 07ca685b321e. | Andrew Arnott | 2010-06-16 | 1 | -4/+3 |
| | | | | | | |||||
| * | | | | | Fixed exceptions from SimpleUri when handling user-supplied identifiers ↵ | Andrew Arnott | 2010-06-15 | 1 | -14/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | given in non-normalized form. | ||||
| * | | | | | Fix for OpenIdLogin.EnableViewState="false" for validation control unhandled ↵ | Andrew Arnott | 2010-06-15 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception. Fixes Trac #201 | ||||
| * | | | | | A new ohloh.proj project builds the Ohloh instruct file and upload script ↵ | Andrew Arnott | 2010-06-11 | 13 | -6/+213 |
| | | | | | | | | | | | | | | | | | | | | | | | | now. Woot. | ||||
| * | | | | | A little cleanup. | Andrew Arnott | 2010-06-11 | 2 | -2/+2 |
| | | | | | |