Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 1 | -17/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -7/+12 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -5/+0 |
| | |||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 1 | -2/+14 |
| | |||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -0/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Samples improvements | András Fuchs | 2013-05-26 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock. | ||||
| * | Enabled AzureAD integration and added TestAzureAD sample app | Girish Bablani | 2013-04-16 | 1 | -0/+8 |
| | | |||||
* | | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -4/+1 |
| | | |||||
* | | Removes OAuth 1 samples from the OAuth 2 site. | Andrew Arnott | 2013-02-19 | 1 | -32/+0 |
| | | |||||
* | | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 1 | -8/+0 |
| | | |||||
* | | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -0/+2 |
| | | |||||
* | | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 1 | -1/+4 |
| | | | | | | | | 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 |
| | |||||
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 1 | -6/+6 |
| | | | | | | 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 | 1 | -1/+1 |
|\ | |||||
| * | Incremented the OAuth 2.0 client sample's port # so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | the OAuth 1.0 consumer sample. | ||||
* | | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 1 | -0/+9 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Adds a Windows Live login sample. | Andrew Arnott | 2012-03-07 | 1 | -0/+8 |
| | | | | | | | | 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 | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Merge branch 'v3.4' | Andrew Arnott | 2011-06-26 | 1 | -0/+7 |
| | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj | ||||
* | Finished implicit grant sample. Yay. | Andrew Arnott | 2011-06-21 | 1 | -3/+2 |
| | |||||
* | We have an implicit grant javascript client that can obtain an access token. | Andrew Arnott | 2011-06-20 | 1 | -0/+5 |
| | | | | It doesn't know how to use it yet though. | ||||
* | Fixed sample release compilation. | Andrew Arnott | 2010-08-01 | 1 | -2/+2 |
| | |||||
* | The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵ | Andrew Arnott | 2010-08-01 | 1 | -10/+10 |
| | | | | now work! | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 1 | -0/+200 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |