Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Matured the OAuth 1 consumer signing handler a bit. | Andrew Arnott | 2013-02-18 | 7 | -92/+466 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-16 | 14 | -48/+86 |
| | |||||
* | Lots of stylecop fixes. | Andrew Arnott | 2013-02-16 | 46 | -136/+429 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 39 | -65/+200 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 81 | -417/+622 |
| | |||||
* | Adds a delegating HTTP handler that applies OAuth 1 signatures. | Andrew Arnott | 2013-02-10 | 5 | -0/+66 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 15 | -45/+62 |
| | |||||
* | Fixes more synchronous blocks. | Andrew Arnott | 2013-02-09 | 2 | -25/+28 |
| | |||||
* | Assocations with providers when OpenID discovery yields multiple endpoints ↵ | Andrew Arnott | 2013-02-09 | 2 | -11/+29 |
| | | | | can now happen in parallel. | ||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 5 | -56/+68 |
| | |||||
* | Fixes OpenIdLogin control and sample. | Andrew Arnott | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Restores exception wrapping. | Andrew Arnott | 2013-02-09 | 1 | -16/+21 |
| | |||||
* | Adds missing reference to TestWeb. | Andrew Arnott | 2013-02-09 | 2 | -0/+3 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 48 | -95/+95 |
| | |||||
* | Retargets DNOA to MVC 4 (since async controllers require MVC 4). | Andrew Arnott | 2013-01-27 | 7 | -31/+44 |
| | |||||
* | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 4 | -38/+56 |
| | |||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | Fixes more samples. | Andrew Arnott | 2013-01-23 | 2 | -65/+51 |
| | |||||
* | OpenIdProviderWebForms now builds. | Andrew Arnott | 2013-01-23 | 1 | -7/+23 |
| | |||||
* | ApplicationBlock builds. | Andrew Arnott | 2013-01-23 | 10 | -17/+57 |
| | |||||
* | OpenIdRelyingPartyMvc sample now builds. | Andrew Arnott | 2013-01-15 | 2 | -0/+2 |
| | |||||
* | All product projects now build. | Andrew Arnott | 2013-01-14 | 19 | -127/+144 |
| | |||||
* | OpenId.Provider.UI builds now. | Andrew Arnott | 2013-01-13 | 1 | -35/+43 |
| | |||||
* | OAuth2.AuthorizationServer now builds. | Andrew Arnott | 2013-01-13 | 5 | -47/+35 |
| | |||||
* | OAuth2.ResourceServer now builds. | Andrew Arnott | 2013-01-13 | 5 | -25/+30 |
| | |||||
* | OAuth2.Client.UI now builds. | Andrew Arnott | 2013-01-13 | 1 | -10/+12 |
| | |||||
* | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 13 | -93/+168 |
| | |||||
* | OAuth.SP now builds. | Andrew Arnott | 2013-01-13 | 6 | -97/+44 |
| | |||||
* | DNOA.OAuth project now builds. | Andrew Arnott | 2013-01-13 | 12 | -70/+88 |
| | |||||
* | Made another method async for consistency. | Andrew Arnott | 2013-01-12 | 5 | -9/+9 |
| | |||||
* | OpenId.Provider now builds. | Andrew Arnott | 2013-01-12 | 19 | -194/+139 |
| | |||||
* | OpenID.RP.UI now builds, and ASP.NET control login works. | Andrew Arnott | 2013-01-12 | 11 | -142/+205 |
| | |||||
* | Adds another catch block to the logger initializer. | Andrew Arnott | 2013-01-02 | 1 | -0/+2 |
| | |||||
* | Fixes KeyNotFoundException in logging. | Andrew Arnott | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Web Forms based OpenID RPs work now. | Andrew Arnott | 2013-01-01 | 2 | -11/+31 |
| | |||||
* | OpenID RP login actually works now. | Andrew Arnott | 2013-01-01 | 6 | -34/+56 |
| | |||||
* | Fixes default ctor argument of identifier discovery services. | Andrew Arnott | 2012-12-31 | 13 | -31/+65 |
| | |||||
* | Adds HttpResponseMessage.AsActionResult extension method. | Andrew Arnott | 2012-12-31 | 1 | -0/+28 |
| | |||||
* | DNOA.OpenId.RP now builds. | Andrew Arnott | 2012-12-31 | 30 | -386/+505 |
| | |||||
* | Fixes build breaks in DNOA.OpenId. | Andrew Arnott | 2012-12-31 | 23 | -202/+885 |
| | |||||
* | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core. | Andrew Arnott | 2012-12-29 | 19 | -2461/+102 |
| | | | | Build breaks are everywhere outside of just this one project as a result. | ||||
* | Consolidating on NUnit 2.6.1 (latest supported by TeamCity). | Andrew Arnott | 2012-12-29 | 4 | -6/+8 |
| | |||||
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 5 | -0/+72 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | Retargeted web sites to .NET 4.5 | Andrew Arnott | 2012-12-28 | 2 | -293/+301 |
| | |||||
* | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 11 | -0/+21 |
| | |||||
* | Patches up the last nuget package reference for NET4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 23 | -23/+23 |
| | |||||
* | Switches out log4net 1.2.11 for 2.0.0 from NuGet. | Andrew Arnott | 2012-12-28 | 2 | -1/+3 |
| | |||||
* | Switches Moq and NUnit dependences to be NuGet packages. | Andrew Arnott | 2012-12-28 | 6 | -6/+23 |
| | |||||
* | Removes CLR4 compiler symbol. | Andrew Arnott | 2012-12-28 | 12 | -91/+0 |
| | |||||
* | Removed ClrVersion build property. | Andrew Arnott | 2012-12-28 | 4 | -781/+1 |
| | |||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 3 | -5/+3 |
| | |||||
* | Merge branch 'v4.2' | Andrew Arnott | 2012-12-28 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: src/version.txt | ||||
| * | OAuth2 NuGet packages no longer version separately. | Andrew Arnott | 2012-12-27 | 1 | -1/+0 |
| | | |||||
* | | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 25 | -0/+49 |
| | | |||||
* | | Fixes the 16 failing unit tests. | Andrew Arnott | 2012-12-27 | 1 | -1/+0 |
| | | |||||
* | | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 47 | -90/+120 |
| | | |||||
* | | Sets up NuGet package restore for builds. | Andrew Arnott | 2012-12-26 | 7 | -47/+159 |
| | | |||||
* | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 342 | -4313/+124 |
| | | |||||
* | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 316 | -433/+859 |
| | | |||||
* | | Removes all traces of MS Code Contracts. | Andrew Arnott | 2012-12-26 | 16 | -196/+43 |
| | | |||||
* | | Merge branch 'v4.2' | Andrew Arnott | 2012-12-26 | 2 | -7/+12 |
|\ \ | |/ | |||||
| * | Switches to session cookies. | Andrew Arnott | 2012-12-26 | 1 | -1/+1 |
| | | |||||
| * | Fixes build break in .NET 3.5 builds. | Andrew Arnott | 2012-12-26 | 1 | -6/+11 |
| | | |||||
* | | Fixed version. | Andrew Arnott | 2012-12-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v4.2' | Andrew Arnott | 2012-12-26 | 4 | -35/+38 |
|\ \ | |/ | |||||
| * | StyleCop fixes. | Andrew Arnott | 2012-12-26 | 4 | -35/+38 |
| | | |||||
* | | Merge branch 'v4.2' | Andrew Arnott | 2012-12-26 | 7 | -95/+168 |
|\ \ | |/ | |||||
| * | Fixes timeout in unit tests. | Andrew Arnott | 2012-12-26 | 5 | -29/+60 |
| | | |||||
| * | Whitespace fixes. | Andrew Arnott | 2012-12-25 | 1 | -61/+61 |
| | | |||||
| * | Replaces locking with thread-affinitized RNGs. | Andrew Arnott | 2012-12-25 | 1 | -17/+35 |
| | | |||||
| * | Mitigates timing attack on random number generator. | Andrew Arnott | 2012-12-25 | 2 | -5/+29 |
| | | |||||
* | | v4.2 branched off. rev'ing for 5.0. | Andrew Arnott | 2012-12-24 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'v4.1' | Andrew Arnott | 2012-12-24 | 6 | -5/+36 |
|\ | |||||
| * | Sensitive message information is now masked from logging. | Andrew Arnott | 2012-12-23 | 5 | -3/+30 |
| | | | | | | | | Fixes #243 | ||||
| * | Move the bool assignment inside the try catch to allow analysis tool to pass. | Mike Roest | 2012-12-21 | 1 | -1/+1 |
| | | |||||
| * | StyleCop fix | Andrew Arnott | 2012-12-17 | 1 | -1/+1 |
| | | |||||
| * | Add additional Exception handling to prevent a process crash on a Logger ↵ | Mike Roest | 2012-12-17 | 1 | -1/+5 |
| | | | | | | | | Exception during SendStatsAsync | ||||
* | | Replaces use of ASP.NET session id with random key. | Andrew Arnott | 2012-12-24 | 4 | -11/+82 |
| | | | | | | | | Fixes #229 | ||||
* | | Fixed stylecop errors. | Andrew Arnott | 2012-12-24 | 1 | -1/+7 |
| | | |||||
* | | Access token responses now encode expires as number. | Andrew Arnott | 2012-12-24 | 6 | -5/+60 |
| | | | | | | | | Fixes #223 | ||||
* | | Exposes MicrosoftClient.appId as a protected property. | Andrew Arnott | 2012-12-24 | 1 | -0/+7 |
| | | | | | | | | Fixes #239 | ||||
* | | CreateAccessToken reveals username to host | Andrew Arnott | 2012-12-24 | 7 | -6/+150 |
| | | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219 | ||||
* | | Fixes StyleCop errors. | Andrew Arnott | 2012-12-24 | 1 | -6/+6 |
| | | |||||
* | | Adjusts verbosity levels of HTTP error logging. | Andrew Arnott | 2012-12-24 | 1 | -5/+16 |
| | | | | | | | | Fixes #244 | ||||
* | | Verifies that client credential grants receive approved scope in response. | Andrew Arnott | 2012-12-24 | 1 | -0/+28 |
| | | | | | | | | Closes #242 | ||||
* | | Adds ability for OAuth 2 clients to accept deeper access token JSON responses. | Andrew Arnott | 2012-12-24 | 4 | -0/+27 |
| | | | | | | | | Fixes #168 | ||||
* | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 25 | -38/+334 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | Fixes NetworkCredentialApplicator on first request. | Andrew Arnott | 2012-12-02 | 1 | -1/+3 |
| | | | | | | | | Fixes #204 | ||||
| * | Incremented version | Andrew Arnott | 2012-11-28 | 1 | -1/+1 |
| | | |||||
| * | Updating Microsoft account OAuth endpoints | Ilya Grebnov | 2012-11-27 | 1 | -2/+2 |
| | | |||||
| * | More Stylecop fixes | Andrew Arnott | 2012-11-27 | 1 | -1/+0 |
| | | |||||
| * | Style fix. | Andrew Arnott | 2012-11-27 | 1 | -3/+3 |
| | | |||||
| * | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs | Jason Kulatunga | 2012-11-27 | 1 | -1/+4 |
| | | | | | | | | Retrive the facebook user's email as well as the rest of their default user data. | ||||
| * | Fixes stylecop messages. | Andrew Arnott | 2012-11-27 | 1 | -2/+7 |
| | | |||||
| * | Fix bug in the LinkedInClient not working because the token manager class ↵ | Microsoft | 2012-11-26 | 4 | -13/+112 |
| | | | | | | | | used does not persist the access token. | ||||
| * | Fixes StyleCop error | Andrew Arnott | 2012-11-12 | 1 | -1/+1 |
| | | |||||
| * | Fixes an InternalErrorException thrown when decoding corrupted access tokens. | Andrew Arnott | 2012-11-11 | 2 | -2/+2 |
| | | | | | | | | Fixes #178 | ||||
| * | Adds more token decoding tests. | Andrew Arnott | 2012-11-11 | 2 | -10/+65 |
| | | |||||
| * | Fixes another OOM exception while decoding corrupted tokens. | Andrew Arnott | 2012-11-11 | 1 | -1/+1 |
| | |