summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055Andrew Arnott2013-02-235-3/+16
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs
| | * | | Merge remote-tracking branch 'aarnott/v4.1' into v4.1Andrew Arnott2013-02-033-1/+9
| | |\ \ \
| | | * | | Adds another catch block to the logger initializer.Andrew Arnott2013-01-121-0/+2
| | | | | |
| | | * | | Fixes StyleCop break.Andrew Arnott2013-01-121-1/+1
| | | | | |
| | | * | | Accepted pull request #245Andrew Arnott2013-01-121-1/+2
| | | |\ \ \
| | | | * | | 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
| | | * | | Skips the UriIdentifier scheme workaround on Mono.Andrew Arnott2013-01-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono doesn't support it. Thanks to Justin Nel <dogbertuk2000@gmail.com> for helping identify this mono limitation.
| | * | | | Merge in pull request #247Andrew Arnott2013-02-031-1/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Touch up on community contribution.Andrew Arnott2013-02-031-6/+7
| | | | | |
| | | * | | Update samples/OpenIdProviderMvc/Controllers/OpenIdController.csSergey Kosivchenko2013-02-031-2/+6
| | |/ / / | | | | | | | | | | | | | | | Previous version did not work, if user had already authorized on provider, and use to authorizing on consumer ids with uppercase symbol, for example http://provider.com/user/AlGol 
| | * | | Fixes KeyNotFoundException in logging.Andrew Arnott2013-01-011-1/+1
| | | | |
| * | | | Updates Twitter URLs.Andrew Arnott2013-02-231-6/+6
| | |/ / | |/| | | | | | | | | | | | | | Thanks Christopher Cook for the tip. https://plus.google.com/116106034026223919199/posts/N422vX151Eq
| * | | Increments build version.Andrew Arnott2013-01-261-1/+1
| | | |
| * | | Adds OAuth2 packages to DotNetOpenAuth package.v4.2.1.13026Andrew Arnott2013-01-261-0/+4
| | | |
| * | | Incremented build version.Andrew Arnott2013-01-241-1/+1
| | | |
| * | | Remove the beta tag from v4.2 builds.v4.2.0.13024Andrew Arnott2013-01-241-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
| | | | |
* | | | | Merge pull request #266 from skurdiukov/fix_signless_buildAndrew Arnott2013-04-071-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fixed error when building when property SignAssembly set to False
| * | | | Fixed error when building when property SignAssembly set to FalseSergey Kurduykov2013-04-041-0/+2
|/ / / /
* | | | Consolidates two OpenID memory app storesAndrew Arnott2013-03-2828-180/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Removes some optional cancellation tokens that don't work with all server ↵Andrew Arnott2013-03-281-3/+3
| | | | | | | | | | | | | | | | configurations.
* | | | Switched version annotation from beta to alpha 1.Andrew Arnott2013-03-281-1/+1
| | | |
* | | | Fixes two unit tests that fail in Release configurations.Andrew Arnott2013-03-271-1/+1
| | | |
* | | | Avoids StyleCop messages on generated files in the IDE.Andrew Arnott2013-03-271-0/+8
| | | |
* | | | Removes broken links in sample.Andrew Arnott2013-03-271-3/+0
| | | |
* | | | Fixes OpenID discovery when multiple endpoints are found that only vary in ↵Andrew Arnott2013-03-271-8/+8
| | | | | | | | | | | | | | | | OpenID version.
* | | | Removes project templates from the nightly build.Andrew Arnott2013-03-261-4/+8
| | | |
* | | | Fixes whitespace.Andrew Arnott2013-03-261-5/+5
| | | |
* | | | Fixes MRefBuilder build break.Andrew Arnott2013-03-261-1/+6
| | | |
* | | | Fixed an assembly dependency to be a NuGet dependency.Andrew Arnott2013-03-263-1/+10
| | | | | | | | | | | | | | | | Hopefully fixes an MRefBuilder build break.
* | | | StyleCop fix for issue only caught by build server.Andrew Arnott2013-03-261-1/+7
| | | |
* | | | Last StyleCop fixes.Andrew Arnott2013-03-263-13/+18
| | | |
* | | | More StyleCop fixes.Andrew Arnott2013-03-2614-110/+69
| | | |
* | | | Lots of StyleCop fixes.Andrew Arnott2013-03-2662-260/+314
| | | |
* | | | Move to HttpClient throughout library.Andrew Arnott2013-03-26588-12696/+44777
|\ \ \ \
| * | | | Fixes last two test failures!Andrew Arnott2013-03-262-11/+30
| | | | |
| * | | | Work toward fixing the serializable test failuresAndrew Arnott2013-03-261-5/+3
| | | | |
| * | | | Fixes two more tests. 2 leftAndrew Arnott2013-03-261-3/+7
| | | | |
| * | | | Fixes two more test failures. 2 left.Andrew Arnott2013-03-262-5/+5
| | | | |
| * | | | Down to 6 test failures.Andrew Arnott2013-03-251-3/+1
| | | | |
| * | | | Just 7 failures left.Andrew Arnott2013-03-252-3/+5
| | | | |
| * | | | Fixes another test. Down to 8 failures.Andrew Arnott2013-03-251-1/+1
| | | | |
| * | | | Adds additional error checking.Andrew Arnott2013-03-251-0/+2
| | | | |
| * | | | Registered handlers now overwrite previous ones rather than getting silently ↵Andrew Arnott2013-03-252-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appended, never to be invoked. 10 test failures.
| * | | | Fixes Untrusted delegating handler faults in failing test.Andrew Arnott2013-03-241-2/+2
| | | | |
| * | | | Just 12 failures.Andrew Arnott2013-03-241-1/+1
| | | | |
| * | | | Just 13 failures.Andrew Arnott2013-03-241-4/+2
| | | | |
| * | | | Just 14 failures.Andrew Arnott2013-03-241-3/+4
| | | | |
| * | | | Just 15 failures.Andrew Arnott2013-03-242-2/+2
| | | | |
| * | | | Just 18 failuresAndrew Arnott2013-03-242-4/+4
| | | | |
| * | | | Just 21 failures.Andrew Arnott2013-03-241-1/+1
| | | | |
| * | | | Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-245-98/+117
| | | | | | | | | | | | | | | | | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures.
| * | | | Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-242-4/+3
| | | | | | | | | | | | | | | | | | | | 22 test failures remaining.
| * | | | Just 23 failuresAndrew Arnott2013-03-241-2/+2
| | | | |
| * | | | Just 24 failures.Andrew Arnott2013-03-241-9/+12
| | | | |
| * | | | Just 27 failures.Andrew Arnott2013-03-241-5/+4
| | | | |
| * | | | Just 37 failures.Andrew Arnott2013-03-244-16/+18
| | | | |
| * | | | Just 41 failuresAndrew Arnott2013-03-242-2/+4
| | | | |
| * | | | Just 44 failures.Andrew Arnott2013-03-241-0/+1
| | | | |
| * | | | Fixes unit tests. 49 failures left.Andrew Arnott2013-03-244-7/+26
| | | | |
| * | | | Fixes some OpenID redirect tests.Andrew Arnott2013-03-235-3/+65
| | | | |
| * | | | Fixes several more unit tests. 55 leftAndrew Arnott2013-03-235-35/+19
| | | | |
| * | | | Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-237-9/+85
| | | | |
| * | | | Fixes a few more testsAndrew Arnott2013-03-221-2/+2
| | | | |
| * | | | Fixes about a dozen more tests.Andrew Arnott2013-03-221-1/+1
| | | | |
| * | | | Fixes another testAndrew Arnott2013-03-221-0/+1
| | | | |
| * | | | Fixes 5 more testsAndrew Arnott2013-03-221-1/+2
| | | | |
| * | | | Fixes another unit testAndrew Arnott2013-03-221-15/+15
| | | | |
| * | | | Fixes another testAndrew Arnott2013-03-221-1/+1
| | | | |
| * | | | Fixes ~22 tests.Andrew Arnott2013-03-221-0/+4
| | | | |
| * | | | Merged CoordinatorBase into TestBase.Andrew Arnott2013-03-2229-1076/+978
| |\ \ \ \
| | * | | | Fixes remaining build breaks.Andrew Arnott2013-03-2229-1042/+936
| | | | | |
| | * | | | Moves the rest of the static methods out.Andrew Arnott2013-03-2119-118/+124
| | | | | |
| | * | | | Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-2110-53/+55
| |/ / / /
| * | | | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.TestAndrew Arnott2013-03-2014-78/+79
| | | | |
| * | | | Fixes the rest of the build breaks!Andrew Arnott2013-03-1911-183/+216
| | | | |
| * | | | Adds missing file.Andrew Arnott2013-03-171-0/+63
| | | | |
| * | | | Lots more test build break fixes.Andrew Arnott2013-03-1717-167/+157
| | | | |
| * | | | More build break fixes.Andrew Arnott2013-03-103-15/+16
| | | | |
| * | | | More unit test fixes.Andrew Arnott2013-03-1020-444/+698
| | | | |
| * | | | More test build break fixes.Andrew Arnott2013-03-0910-177/+135
| | | | |
| * | | | More test build break fixes.Andrew Arnott2013-03-094-105/+136
| | | | |
| * | | | Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-0723-578/+401
| | | | |
| * | | | Unit test build break fixes.Andrew Arnott2013-03-0635-1368/+321
| | | | |
| * | | | Revise receiver of ApplyHeaders extension method.Andrew Arnott2013-03-051-4/+3
| | | | |
| * | | | Greatly simplifies ApplyHeaders method.Andrew Arnott2013-03-051-32/+3
| | | | |
| * | | | Moved Offline OP to use controllers.Andrew Arnott2013-03-049-342/+273
| | | | |
| * | | | Switched OpenIdOfflineProvider to use HttpSelfHostServer.Andrew Arnott2013-03-046-301/+157
| | | | |
| * | | | OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-043-2/+66
| | | | |
| * | | | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-0429-806/+985
| | | | | | | | | | | | | | | | | | | | which avoids bugs in ASP.NET.
| * | | | A few more fixes.Andrew Arnott2013-03-0411-6/+12
| | | | |
| * | | | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-0459-360/+493
| | | | |
| * | | | Unit test compile error fixes.Andrew Arnott2013-03-038-116/+93
| | | | |
| * | | | Fixes up user rejection cases.Andrew Arnott2013-03-035-48/+52
| | | | |
| * | | | Adds an explicit role requirement for WebAPI clients.Andrew Arnott2013-03-031-1/+1
| | | | |
| * | | | Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-037-11/+64
| | | | |
| * | | | Merge branch 'OAuthSimple' into httpclientAndrew Arnott2013-03-0391-2466/+1575
| |\ \ \ \
| | * | | | Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-0311-184/+37
| | | | | |
| | * | | | Fixes bad logic that reports expired tokens incorrectly.Andrew Arnott2013-03-021-1/+1
| | | | | |