Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -4/+18 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -0/+12 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -0/+1 |
| | |||||
* | Removes unnecessary .config settings. | Andrew Arnott | 2013-02-09 | 1 | -1/+0 |
| | |||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 1 | -1/+4 |
| | |||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -32/+52 |
| | |||||
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 2 | -1/+2 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 2 | -4/+11 |
| | |||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Added NuGet package dependency and fixed build breaks in samples. | Andrew Arnott | 2012-09-27 | 1 | -0/+4 |
| | |||||
* | I hope VS will leave me alone if I finally let this in. | Andrew Arnott | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -8/+7 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Replaces ResourceServer.VerifyAccess with a better pattern for error handling. | Andrew Arnott | 2012-04-21 | 1 | -6/+6 |
| | | | | Fixes #122 | ||||
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 2 | -82/+16 |
| | | | | | | 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 | -3/+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 |
|\ | |||||
| * | Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵ | Andrew Arnott | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | OAuth 1.0 service provider sample. | ||||
* | | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 2 | -1/+2 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | | | | | factory methods that return HttpRequestBase instances. | ||||
| * | 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 |
|/ | |||||
* | 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 |
| | |||||
* | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 1 | -1/+1 |
| | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | Samples now build. | Andrew Arnott | 2011-08-02 | 1 | -0/+4 |
| | |||||
* | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 1 | -0/+10 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -6/+1 |
| | | | | Nothing compiles at this point. | ||||
* | Finished implicit grant sample. Yay. | Andrew Arnott | 2011-06-21 | 4 | -4/+13 |
| | |||||
* | Fixed static field initialization. | Andrew Arnott | 2011-04-07 | 2 | -28/+11 |
| | |||||
* | Fixed non-thread-safe use of RsaCryptoServiceProvider instances. | Andrew Arnott | 2011-04-07 | 1 | -9/+26 |
| | |||||
* | Replaced OAuth2 API demands for RSAParameters with demands for ↵ | Andrew Arnott | 2011-04-06 | 2 | -2/+23 |
| | | | | | | | | RSACryptoServiceProvider. This allows for servers that have non-exportable private keys to still use those private keys for signing and decryption. Closes #16 | ||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-04-06 | 1 | -1/+1 |
| | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs | ||||
* | Replaced WCF "OriginalHttpRequestUri" property with simple Via. | Andrew Arnott | 2010-12-25 | 1 | -1/+1 |
| | | | | Thanks to Jamie Mutton for suggesting this. | ||||
* | Removed database component from the Resource Server sample. | Andrew Arnott | 2010-08-11 | 10 | -668/+42 |
| | |||||
* | Non-functional cleanup. | Andrew Arnott | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Fixed sample release compilation. | Andrew Arnott | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | Now StyleCop clean. | Andrew Arnott | 2010-08-01 | 1 | -31/+33 |
| | |||||
* | The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵ | Andrew Arnott | 2010-08-01 | 1 | -2/+2 |
| | | | | now work! | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 27 | -0/+1422 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |