Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -1/+8 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | I hope VS will leave me alone if I finally let this in. | Andrew Arnott | 2012-04-24 | 1 | -0/+9 |
| | |||||
* | Fixed Stylecop messages. | Andrew Arnott | 2012-04-22 | 1 | -3/+3 |
| | |||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -0/+6 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Renamed a client credential applicator. | Andrew Arnott | 2012-04-18 | 2 | -2/+2 |
| | |||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 2 | -2/+2 |
| | |||||
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 3 | -112/+34 |
| | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | Let Dev11 dirty project files. | Andrew Arnott | 2012-03-31 | 1 | -10/+5 |
| | |||||
* | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 1 | -2/+9 |
| | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
* | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 1 | -9/+2 |
| | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
* | Merged v4.0 | Andrew Arnott | 2012-03-30 | 10 | -21/+21 |
|\ | |||||
| * | Incremented the OAuth 2.0 client sample's port # so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 2 | -3/+3 |
| | | | | | | | | the OAuth 1.0 consumer sample. | ||||
| * | Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 8 | -18/+18 |
| | | | | | | | | OAuth 1.0 service provider sample. | ||||
* | | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 7 | -3/+141 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 2 | -4/+4 |
| | | |||||
| * | More stylecop fixes. | Andrew Arnott | 2012-03-08 | 1 | -6/+5 |
| | | |||||
| * | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 6 | -0/+138 |
| | | | | | | | | Fixes #83 | ||||
| * | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 1 | -2/+9 |
|/ | |||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -0/+4 |
| | | | | Related to #71 | ||||
* | Updated sample's description of OAuth 2 scenarios. | Andrew Arnott | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | Fixed references to old DNOA.Messaging assembly in .config files. | Andrew Arnott | 2012-01-29 | 1 | -3/+3 |
| | |||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵ | Andrew Arnott | 2011-10-09 | 1 | -5/+5 |
| | | | | the OpenIdOfflineProvider WPF sample. | ||||
* | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 2 | -2/+2 |
|\ | |||||
| * | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 3 | -2/+4 |
| | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message. | ||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -0/+8 |
| | | |||||
* | | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 1 | -0/+16 |
| | | |||||
* | | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -4/+2 |
|/ | | | | Nothing compiles at this point. | ||||
* | A bit of public API cleanup and code consolidation in ClientBase. | Andrew Arnott | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Fixed bad merge. | Andrew Arnott | 2011-06-27 | 3 | -0/+106 |
| | |||||
* | Merge branch 'v3.4' | Andrew Arnott | 2011-06-26 | 1 | -0/+7 |
| | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj | ||||
* | Merging in support for and sample of implicit grants. | Andrew Arnott | 2011-06-23 | 6 | -1/+9114 |
|\ | |||||
| * | Finished implicit grant sample. Yay. | Andrew Arnott | 2011-06-21 | 8 | -14358/+8992 |
| | | |||||
| * | javascript client now parses the implicit grant response enough to enable ↵ | Andrew Arnott | 2011-06-21 | 2 | -22/+60 |
| | | | | | | | | the right buttons and re-check checkboxes. | ||||
| * | We have an implicit grant javascript client that can obtain an access token. | Andrew Arnott | 2011-06-20 | 7 | -1/+14442 |
| | | | | | | | | It doesn't know how to use it yet though. | ||||
* | | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 2 | -2/+2 |
|/ | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | FxCop fixes. | Andrew Arnott | 2011-05-28 | 1 | -134/+134 |
| | |||||
* | Fixed sample release compilation. | Andrew Arnott | 2010-08-01 | 1 | -2/+2 |
| | |||||
* | Now StyleCop clean. | Andrew Arnott | 2010-08-01 | 1 | -5/+5 |
| | |||||
* | Added Twitter account default to sample's web.config file. | Andrew Arnott | 2010-08-01 | 1 | -4/+2 |
| | | | | Removed redundant Google creds. | ||||
* | Some user-notification enhancements to the OAuth 2 samples. | Andrew Arnott | 2010-08-01 | 2 | -14/+33 |
| | |||||
* | The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵ | Andrew Arnott | 2010-08-01 | 13 | -29/+37 |
| | | | | now work! | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 42 | -0/+2453 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |