summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-19/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Fix changes made in previous commits to actually adhere to StyleCop rules, ↵lcalabrese2015-08-071-1/+1
| | | | so the project even builds in Release mode
* #365David Christiansen2015-01-053-0/+490
|
* Test greenDavid Christiansen2015-01-057-401/+2237
| | | | - Packages update
* Resolves #363David Christiansen2015-01-052-3/+5
|
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-0417-1838/+1502
|
* Moves all MVC dependencies from core assemblies to a separate assembly.Andrew Arnott2013-10-193-71/+0
| | | | I still need to add DNOA.Mvc to some build and package authoring.
* Updates NuGet packages.Andrew Arnott2013-10-192-29/+43
|
* Removes a few more references to the DNOA.AspNet projects.Andrew Arnott2013-06-161-4/+0
|
* Removes InfoCard support from the library.Andrew Arnott2013-06-162-16/+0
| | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead.
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-152-25/+25
|
* Revert "Fixes the OAuthServiceProvider sample issue with recognizing ↵Andrew Arnott2013-06-091-18/+0
| | | | | | protected resource requests:" This reverts commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192.
* Fixes the CopyHeadersFrom helper method as a better approach to replace ↵Andrew Arnott2013-06-091-2/+7
| | | | commit da9e554cd6364ac1bcf7ab23a8b5fe20e8a26192.
* Fixes the OAuthServiceProvider sample issue with recognizing protected ↵Andrew Arnott2013-06-091-0/+18
| | | | | | | | resource requests: Expected message DotNetOpenAuth.OAuth.Messages.AccessProtectedResourceRequest but received DotNetOpenAuth.OAuth.Messages.UserAuthorizationRequest instead. The issue was that in converting a WCF message to an HttpRequestMessage, the Authorization header was truncated (sort of), but in a way we could reassemble the original message.
* Fixes compiler warning.Andrew Arnott2013-06-091-1/+1
|
* Removes TODOAndrew Arnott2013-06-091-1/+1
|
* Identifies a couple of TODO comments as being new in 5.0 that need to be ↵Andrew Arnott2013-06-091-1/+1
| | | | resolved.
* Merge branch 'v4.3'Andrew Arnott2013-06-021-3/+3
|\
| * Replaces hard-coded algorithms for parameterized ones.Andrew Arnott2013-05-311-3/+3
| | | | | | | | Closes #285
* | Merge branch 'v4.3'Andrew Arnott2013-05-271-5/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'v4.2' into v4.3Andrew Arnott2013-04-221-4/+7
| |\
| | * Use only web safe characters in client state argAndrew Arnott2013-04-111-4/+7
| | | | | | | | | | | | Fixes #268
| * | Merge branch 'v4.2' into v4.3Andrew Arnott2013-04-112-1/+3
| |\ \ | | |/ | | | | | | | | | Conflicts: src/version.txt
| | * Merge branch 'v4.1' into v4.2Andrew Arnott2013-04-111-0/+2
| | |\
| | | * Adds Content-Length header to direct responses.Andrew Arnott2013-03-091-0/+2
| | | |
| | * | Fix Error LoggingJohn McKim2013-02-261-1/+1
| | | |
| * | | Adds DelegatingHandler implementations for OAuth 1 consumers that sign ↵Andrew Arnott2013-02-231-6/+36
| |/ / | | | | | | | | | outgoing requests.
| * | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055Andrew Arnott2013-02-233-2/+5
| |\ \ | | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs
| | * Adds another catch block to the logger initializer.Andrew Arnott2013-01-121-0/+2
| | |
| | * Fixes StyleCop break.Andrew Arnott2013-01-121-1/+1
| | |
| | * Update to support Front_End_Https header used by some loadbalancers for SSL ↵Mike Roest2013-01-121-1/+2
| | | | | | | | | | | | terminiation. As Per http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_headers
| | * Fixes KeyNotFoundException in logging.Andrew Arnott2013-01-011-1/+1
| | |
* | | Merge pull request #265 from skurdiukov/nlog_supportAndrew Arnott2013-04-074-1/+229
|\ \ \ | | | | | | | | Added support for NLog2 logger.
| * | | Added support for NLog2 logger.Sergey Kurduykov2013-04-044-1/+229
| | | |
* | | | Fixed error when building when property SignAssembly set to FalseSergey Kurduykov2013-04-041-0/+2
|/ / /
* | | Consolidates two OpenID memory app storesAndrew Arnott2013-03-284-9/+149
| | | | | | | | | | | | | | | | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* | | More StyleCop fixes.Andrew Arnott2013-03-261-13/+0
| | |
* | | Lots of StyleCop fixes.Andrew Arnott2013-03-264-13/+34
| | |
* | | Fixes two more test failures. 2 left.Andrew Arnott2013-03-261-4/+4
| | |
* | | Fixes several more unit tests. 55 leftAndrew Arnott2013-03-231-31/+14
| | |
* | | Fixes a few more testsAndrew Arnott2013-03-221-2/+2
| | |
* | | Fixes another testAndrew Arnott2013-03-221-0/+1
| | |
* | | Fixes another testAndrew Arnott2013-03-221-1/+1
| | |
* | | Fixes the rest of the build breaks!Andrew Arnott2013-03-192-22/+16
| | |
* | | More unit test fixes.Andrew Arnott2013-03-102-0/+31
| | |
* | | Unit test build break fixes.Andrew Arnott2013-03-062-6/+15
| | |
* | | Revise receiver of ApplyHeaders extension method.Andrew Arnott2013-03-051-4/+3
| | |
* | | Greatly simplifies ApplyHeaders method.Andrew Arnott2013-03-051-32/+3
| | |
* | | OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-042-2/+59
| | |
* | | A few more fixes.Andrew Arnott2013-03-041-6/+0
| | |
* | | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-043-131/+118
| | |
* | | Removes the memory crypto key store from the sample.Andrew Arnott2013-03-022-0/+99
| | | | | | | | | | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table.
* | | Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-0/+9
| | |
* | | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-254-1/+368
| | | | | | | | | | | | Build breaks in other projects, however.
* | | StyleCop fixes.Andrew Arnott2013-02-211-0/+2
| | |
* | | Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-0/+18
| | |
* | | More warning fixes.Andrew Arnott2013-02-164-5/+48
| | |
* | | Lots of stylecop fixes.Andrew Arnott2013-02-167-21/+134
| | |
* | | More warning fixes.Andrew Arnott2013-02-103-12/+23
| | |
* | | C# compiler warning fixes.Andrew Arnott2013-02-1011-18/+62
| | |
* | | Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-092-33/+33
| | |
* | | Assocations with providers when OpenID discovery yields multiple endpoints ↵Andrew Arnott2013-02-091-0/+18
| | | | | | | | | | | | can now happen in parallel.
* | | Fixes ASP.NET controls to be async.Andrew Arnott2013-02-091-10/+6
| | |
* | | Restores exception wrapping.Andrew Arnott2013-02-091-16/+21
| | |
* | | Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
| | |
* | | Retargets DNOA to MVC 4 (since async controllers require MVC 4).Andrew Arnott2013-01-272-15/+14
| | |
* | | Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-25/+0
| | |
* | | Fixed a bunch more samples.Andrew Arnott2013-01-231-1/+1
| | |
* | | OpenIdProviderWebForms now builds.Andrew Arnott2013-01-231-7/+23
| | |
* | | ApplicationBlock builds.Andrew Arnott2013-01-234-5/+48
| | |
* | | OpenIdRelyingPartyMvc sample now builds.Andrew Arnott2013-01-151-0/+1
| | |
* | | OAuth2.ResourceServer now builds.Andrew Arnott2013-01-132-6/+3
| | |
* | | OAuth2.Client builds.Andrew Arnott2013-01-131-0/+42
| | |
* | | DNOA.OAuth project now builds.Andrew Arnott2013-01-133-19/+21
| | |
* | | 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-011-11/+19
| | |
* | | OpenID RP login actually works now.Andrew Arnott2013-01-015-32/+50
| | |
* | | Fixes default ctor argument of identifier discovery services.Andrew Arnott2012-12-317-11/+46
| | |
* | | Adds HttpResponseMessage.AsActionResult extension method.Andrew Arnott2012-12-311-0/+28
| | |
* | | DNOA.OpenId.RP now builds.Andrew Arnott2012-12-315-99/+85
| | |
* | | Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-315-46/+102
| | |
* | | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-2915-2304/+101
| | | | | | | | | | | | Build breaks are everywhere outside of just this one project as a result.
* | | Fixes up some missing references.Andrew Arnott2012-12-292-0/+32
| | | | | | | | | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* | | System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-282-0/+3
| | |
* | | Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
| | |
* | | Switches out log4net 1.2.11 for 2.0.0 from NuGet.Andrew Arnott2012-12-282-1/+3
| | |
* | | Removes CLR4 compiler symbol.Andrew Arnott2012-12-288-75/+0
| | |
* | | Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
| | |
* | | Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-2/+3
| | |
* | | Removes more remnants of Code Contracts.Andrew Arnott2012-12-2666-1156/+62
| | |
* | | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2654-320/+242
| | |
* | | Removes all traces of MS Code Contracts.Andrew Arnott2012-12-267-42/+14
|/ /
* | Fixes build break in .NET 3.5 builds.Andrew Arnott2012-12-261-6/+11
| |
* | StyleCop fixes.Andrew Arnott2012-12-262-35/+35
| |
* | Fixes timeout in unit tests.Andrew Arnott2012-12-261-1/+20
| |
* | 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-251-4/+28
| |
* | Merge branch 'v4.1'Andrew Arnott2012-12-244-3/+34
|\ \ | |/