summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-1810-97/+469
|
* More warning fixes.Andrew Arnott2013-02-1614-48/+86
|
* Lots of stylecop fixes.Andrew Arnott2013-02-1646-136/+429
|
* More warning fixes.Andrew Arnott2013-02-1045-66/+221
|
* C# compiler warning fixes.Andrew Arnott2013-02-1090-604/+818
|
* Fixes up WCF OAuth 1 samples.Andrew Arnott2013-02-1019-320/+158
|
* Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-106-3/+69
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-0925-69/+94
|
* Fixes double definition in web.config file.Andrew Arnott2013-02-091-2/+1
|
* Removes unnecessary .config settings.Andrew Arnott2013-02-0912-45/+8
|
* Fixed trust level change that was committed unintentionally.Andrew Arnott2013-02-091-1/+1
|
* Fixes more synchronous blocks.Andrew Arnott2013-02-092-25/+28
|
* Assocations with providers when OpenID discovery yields multiple endpoints ↵Andrew Arnott2013-02-092-11/+29
| | | | can now happen in parallel.
* Fixes ASP.NET controls to be async.Andrew Arnott2013-02-0919-64/+120
|
* Fixes OpenIdLogin control and sample.Andrew Arnott2013-02-092-2/+2
|
* Restores exception wrapping.Andrew Arnott2013-02-091-16/+21
|
* Adds missing reference to TestWeb.Andrew Arnott2013-02-092-0/+3
|
* Fixed OpenIdOfflineProvider so it can actually launch.Andrew Arnott2013-01-282-7/+3
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-2752-104/+104
|
* Removed references to obsolete AsyncController.Andrew Arnott2013-01-274-4/+4
|
* Retargets DNOA to MVC 4 (since async controllers require MVC 4).Andrew Arnott2013-01-2713-44/+114
|
* Fixed login on OpenIdRelyingPartyMvc sample, retargeting to MVC 4.Andrew Arnott2013-01-274-8/+39
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-2711-65/+117
|
* projecttemplates now build.Andrew Arnott2013-01-2715-106/+237
|
* Samples all build now.Andrew Arnott2013-01-2716-50/+71
|
* More fixesAndrew Arnott2013-01-243-29/+32
|
* Fixed a bunch more samples.Andrew Arnott2013-01-2328-140/+195
|
* Fixes more samples.Andrew Arnott2013-01-2331-126/+140
|
* OpenIdProviderWebForms now builds.Andrew Arnott2013-01-2311-32/+125
|
* ApplicationBlock builds.Andrew Arnott2013-01-2319-304/+230
|
* OpenIdRelyingPartyMvc sample now builds.Andrew Arnott2013-01-155-3/+19
|
* All product projects now build.Andrew Arnott2013-01-1419-127/+144
|
* OpenId.Provider.UI builds now.Andrew Arnott2013-01-131-35/+43
|
* OAuth2.AuthorizationServer now builds.Andrew Arnott2013-01-135-47/+35
|
* OAuth2.ResourceServer now builds.Andrew Arnott2013-01-135-25/+30
|
* OAuth2.Client.UI now builds.Andrew Arnott2013-01-131-10/+12
|
* OAuth2.Client builds.Andrew Arnott2013-01-1313-93/+168
|
* OAuth.SP now builds.Andrew Arnott2013-01-136-97/+44
|
* DNOA.OAuth project now builds.Andrew Arnott2013-01-1312-70/+88
|
* Made another method async for consistency.Andrew Arnott2013-01-125-9/+9
|
* OpenId.Provider now builds.Andrew Arnott2013-01-1219-194/+139
|
* OpenID.RP.UI now builds, and ASP.NET control login works.Andrew Arnott2013-01-1212-143/+206
|
* Adds another catch block to the logger initializer.Andrew Arnott2013-01-021-0/+2
|
* Fixes KeyNotFoundException in logging.Andrew Arnott2013-01-011-1/+1
|
* Web Forms based OpenID RPs work now.Andrew Arnott2013-01-019-27/+46
|
* OpenID RP login actually works now.Andrew Arnott2013-01-016-34/+56
|
* Fixes default ctor argument of identifier discovery services.Andrew Arnott2012-12-3113-31/+65
|
* Adds HttpResponseMessage.AsActionResult extension method.Andrew Arnott2012-12-311-0/+28
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-3130-386/+505
|
* Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-3123-202/+885
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-2919-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 Arnott2012-12-29154-3156/+3535
|
* Fixes up some missing references.Andrew Arnott2012-12-2929-34/+162
| | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* Fixed up doc building for .NET 4.5 targeting.Andrew Arnott2012-12-2917-45/+85
|
* Target exclusively .NET Framework 4.5.Andrew Arnott2012-12-28124-51601/+454
|\
| * Fixes doc build break.Andrew Arnott2012-12-281-1/+1
| |
| * Retargeted web sites to .NET 4.5Andrew Arnott2012-12-283-295/+303
| |
| * System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-2820-22/+52
| |
| * Fixes ILMerge.Andrew Arnott2012-12-281-1/+0
| |
| * Patches up the last nuget package reference for NET4.5Andrew Arnott2012-12-281-1/+1
| |
| * Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-2825-25/+25
| |
| * Switches out log4net 1.2.11 for 2.0.0 from NuGet.Andrew Arnott2012-12-284-30206/+3
| |
| * Switches Moq and NUnit dependences to be NuGet packages.Andrew Arnott2012-12-2813-17454/+23
| |
| * Removes unused lib files.Andrew Arnott2012-12-289-2372/+0
| |
| * Removes CLR4 compiler symbol.Andrew Arnott2012-12-2813-93/+0
| |
| * Removed ClrVersion build property.Andrew Arnott2012-12-288-815/+10
| |
| * Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-2850-318/+38
|/
* Merge branch 'v4.2'Andrew Arnott2012-12-283-8/+2
|\ | | | | | | | | Conflicts: src/version.txt
| * OAuth2 NuGet packages no longer version separately.Andrew Arnott2012-12-273-8/+2
| |
* | Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-2728-1/+53
| |
* | Fixes the 16 failing unit tests.Andrew Arnott2012-12-271-1/+0
| |
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-2751-98/+128
| |
* | Sets up NuGet package restore for builds.Andrew Arnott2012-12-2611-48/+166
| |
* | Merge branch 'retargeting-contracts'Andrew Arnott2012-12-26546-18745/+1010
|\ \
| * | Removes more remnants of Code Contracts.Andrew Arnott2012-12-26352-4348/+166
| | |
| * | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-26316-433/+859
| | |
| * | Removes all traces of MS Code Contracts.Andrew Arnott2012-12-26126-14022/+43
|/ /
* | Merge branch 'v4.2'Andrew Arnott2012-12-262-7/+12
|\ \ | |/
| * Switches to session cookies.Andrew Arnott2012-12-261-1/+1
| |
| * Fixes build break in .NET 3.5 builds.Andrew Arnott2012-12-261-6/+11
| |
* | Fixed version.Andrew Arnott2012-12-261-1/+1
| |
* | Merge branch 'v4.2'Andrew Arnott2012-12-264-35/+38
|\ \ | |/
| * StyleCop fixes.Andrew Arnott2012-12-264-35/+38
| |
* | Merge branch 'v4.2'Andrew Arnott2012-12-267-95/+168
|\ \ | |/
| * Fixes timeout in unit tests.Andrew Arnott2012-12-265-29/+60
| |
| * Whitespace fixes.Andrew Arnott2012-12-251-61/+61
| |
| * Replaces locking with thread-affinitized RNGs.Andrew Arnott2012-12-251-17/+35
| |
| * Mitigates timing attack on random number generator.Andrew Arnott2012-12-252-5/+29
| |
* | v4.2 branched off. rev'ing for 5.0.Andrew Arnott2012-12-241-2/+2
|/
* Merge branch 'v4.1'Andrew Arnott2012-12-246-5/+36
|\
| * Sensitive message information is now masked from logging.Andrew Arnott2012-12-235-3/+30
| | | | | | | | Fixes #243
| * Move the bool assignment inside the try catch to allow analysis tool to pass.Mike Roest2012-12-211-1/+1
| |
| * Merge of pull request to avoid crashes when reporting and logging failes. ↵Andrew Arnott2012-12-171-1/+5
| |\ | | | | | | | | | Closes #241
| | * StyleCop fixAndrew Arnott2012-12-171-1/+1
| | |
| | * Add additional Exception handling to prevent a process crash on a Logger ↵Mike Roest2012-12-171-1/+5
| |/ | | | | | | Exception during SendStatsAsync
* | Replaces use of ASP.NET session id with random key.Andrew Arnott2012-12-244-11/+82
| | | | | | | | Fixes #229
* | Fixed stylecop errors.Andrew Arnott2012-12-241-1/+7
| |
* | Access token responses now encode expires as number.Andrew Arnott2012-12-246-5/+60
| | | | | | | | Fixes #223
* | Exposes MicrosoftClient.appId as a protected property.Andrew Arnott2012-12-241-0/+7
| | | | | | | | Fixes #239
* | CreateAccessToken reveals username to hostAndrew Arnott2012-12-247-6/+150
| | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219