summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult.Andrew Arnott2009-11-223-27/+20
| | | | | |
* | | | | | Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-2236-1210/+1018
| | | | | | | | | | | | | | | | | | | | | | | | ServiceEndpoint.
* | | | | | Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-1812-1134/+1241
| | | | | |
* | | | | | Refactored identifier discovery code into a modularized form for future ↵Andrew Arnott2009-11-1815-222/+444
|/ / / / / | | | | | | | | | | | | | | | extensibility.
* | | | | Incremented version to v3.4Andrew Arnott2009-11-171-1/+1
|/ / / /
* | | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵Andrew Arnott2009-11-171-3/+3
| | | | | | | | | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38.
* | | | Replaced RemoveDir tasks with Purge tasks for faster incremental builds.Andrew Arnott2009-11-153-0/+95
| | | |
* | | | The built project template (once again) generates a .zip file that works out ↵Andrew Arnott2009-11-155-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | of the box. The build.proj contains some magic strings we'd rather not have, but we can resolve those later.
* | | | Preparing for the library project template to include library assemblies.Andrew Arnott2009-11-151-1/+10
| | | |
* | | | Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-153-1/+62
| | | | | | | | | | | | | | | | (closer to being) found.
* | | | .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-153-0/+192
| | | | | | | | | | | | | | | | sync with their associated project files.
* | | | Moved all the project template logic that would be common between MVC and ↵Andrew Arnott2009-11-131-0/+9
| | | | | | | | | | | | | | | | web forms web sites into its own library.
* | | | Made the FriendlyIdentifierForDisplay a bit more friendly, by removing port ↵Andrew Arnott2009-11-131-1/+1
| | | | | | | | | | | | | | | | and query information.
* | | | Enter now automatically invokes the "log in immediately" button when it is ↵Andrew Arnott2009-11-131-1/+3
| | | | | | | | | | | | | | | | present.
* | | | Publicized the exception inner message assembling routine.Andrew Arnott2009-11-083-3/+3
| | | | | | | | | | | | | | | | And utilize it in the OpenIdLogin control and the project starter template.
* | | | Fixed js bug that broke logging in with OPs that provided no extension ↵Andrew Arnott2009-11-081-2/+7
| | | | | | | | | | | | | | | | responses.
* | | | Fixed bug where selector button's Image properties were not resolving when ↵Andrew Arnott2009-11-082-2/+2
| | | | | | | | | | | | | | | | lead with ~/
* | | | Added code contract.Andrew Arnott2009-11-081-0/+2
| | | |
* | | | FxCop fixes.Andrew Arnott2009-11-078-2/+54
| | | |
* | | | Fixed OpenIdAjaxTextBox behavior in scenarios where it is placed in an ↵Andrew Arnott2009-11-074-17/+42
| | | | | | | | | | | | | | | | | | | | | | | | UpdatePanel. Fixes bug reported on http://stackoverflow.com/questions/1654816/dotnetopenauth-autopostback
* | | | Suppressed a few compiler warnings.Andrew Arnott2009-11-071-0/+2
| | | |
* | | | Fixed code contract in ClaimsResponse.Andrew Arnott2009-11-071-1/+1
| | | |
* | | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-072-12/+286
| | | | | | | | | | | | | | | | added code contracts.
* | | | Fixed up vsmdi file.Andrew Arnott2009-11-051-23/+25
| | | |
* | | | More code contracts work.Andrew Arnott2009-11-0511-63/+20
| | | |
* | | | Moved InfoCardSelector control out of the OpenIdSelector and into the ↵Andrew Arnott2009-11-052-12/+44
| | | | | | | | | | | | | | | | SelectorInfoCardButton class so that ASPX pages can customize the InfoCardSelector properties more.
* | | | Fixed typo.Andrew Arnott2009-11-051-1/+1
| | | |
* | | | OpenID RP controls now delegate the creation of requests to their parent RP ↵Andrew Arnott2009-11-053-30/+49
| | | | | | | | | | | | | | | | controls, if they exist.
* | | | Added support for RP ASP.NET controls to have an Extensions sub-element that ↵Andrew Arnott2009-11-052-59/+102
| | | | | | | | | | | | | | | | | | | | | | | | carries extension requests. Also fixed some random bugs due to code contracts being used in iterator methods.
* | | | Fixed bugs in how OpenIdSelector generates hidden field names when it is in ↵Andrew Arnott2009-11-041-2/+8
| | | | | | | | | | | | | | | | an INamingContainer.
* | | | Fixed bugs in advertised property defaults.Andrew Arnott2009-11-041-3/+23
| | | |
* | | | Fixed OpenIdSelector when it's placed in an INamingContainer so that it can ↵Andrew Arnott2009-11-041-4/+5
| | | | | | | | | | | | | | | | still find its ajax text box.
* | | | Publicized the InfoCard selector control within the OpenIdSelector control, ↵Andrew Arnott2009-11-042-1/+3
| | | | | | | | | | | | | | | | so that claims and other fine-tuning can be done by the hosting RP.
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-032-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed xml doc comments.Andrew Arnott2009-11-032-2/+2
| | | |
* | | | Fixed Code Contract warning.Andrew Arnott2009-11-031-2/+0
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-0324-52/+325
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-039-18/+90
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-038-17/+88
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Fixed FxCop message.Andrew Arnott2009-10-271-0/+1
| | | |
| | | * Removed a magic string.Andrew Arnott2009-10-221-6/+6
| | | |
| | | * Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵Andrew Arnott2009-10-221-1/+9
| | | | | | | | | | | | | | | | publicly exposed.
| | | * Added license.txt file to solution items folder.Andrew Arnott2009-10-081-0/+1
| | | |
| | | * Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵Andrew Arnott2009-10-052-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | endpoint, resulting in an incorrect claimed_id value going to the OP. Fixed Trac ticket #136.
| | | * Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-253-3/+44
| | | | | | | | | | | | | | | | Fixes trac #131.
| | | * Fixed unhandled exception thrown on receipt of invalid HTTP headers.Andrew Arnott2009-09-171-1/+10
| | | |
| | | * Incremented version number.Andrew Arnott2009-09-121-1/+1
| | | |
| | * | Ported a portion of commit 75d89d4e to v3.1 to fix ticket 128.Andrew Arnott2009-09-251-1/+2
| | | |
| | * | Incremented version number.Andrew Arnott2009-09-121-1/+1
| | | |
| * | | Exposed OpenIdRelyingParty.Behaviors and OpenIdProvider.Behaviors.Andrew Arnott2009-11-034-12/+4
| | | |
| * | | Added more perf reporting for perf unit tests.Andrew Arnott2009-11-021-4/+6
| | | |
| * | | OPs can now opt out of verifying identifiers they are sending unsolicited ↵Andrew Arnott2009-11-024-10/+86
| | | | | | | | | | | | | | | | assertions for.
| * | | Added support for OP fetching of the RP icon via the UI extension.Andrew Arnott2009-11-025-3/+100
| | | |
| * | | Preparing to allow for RP discovery to yield more than just return_to endpoints.Andrew Arnott2009-11-024-6/+24
| | | |
| * | | Fixed bad message part name for 'icon' in UI extension request.Andrew Arnott2009-11-021-1/+1
| | | |
| * | | Brought the UI extensions' lang parameter up to the new UI 0.5 DRAFT spec.Andrew Arnott2009-11-023-7/+24
| | | |
| * | | Ooops... we weren't ready to make the Behaviors collections public.Andrew Arnott2009-10-292-2/+2
| | | |
| * | | Exposed ability to programmatically add behaviors to RPs and OPs.Andrew Arnott2009-10-292-2/+10
| | | |
| * | | Fixed unhandled NullReferenceException when an OpenIdButton's discovery fails.Andrew Arnott2009-10-081-2/+6
| | | |
* | | | Added more perf reporting for perf unit tests.Andrew Arnott2009-11-021-4/+6
| | | |
* | | | Fixed StyleCop messages.Andrew Arnott2009-11-013-18/+45
| | | |
* | | | Merge branch 'master' into openiduxAndrew Arnott2009-11-01201-1285/+2566
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
| * | | | Updated to Microsoft Code Contracts 1.2.21023.14Andrew Arnott2009-10-311-0/+3
| | | | |
| * | | | Deleted duplicate file in index.Andrew Arnott2009-10-311-202/+0
| | | | |
| * | | | Fixed MultipartPostPart.Invariant method's accessibility.Andrew Arnott2009-10-311-1/+1
| | | | |
| * | | | Fixed contract warning.Andrew Arnott2009-10-311-1/+1
| | | | |
| * | | | Converted some argument verification checks to contracts.Andrew Arnott2009-10-288-511/+542
| | | | |
| * | | | Merge branch 'master' into contractsAndrew Arnott2009-10-2850-200/+2597
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/GlobalSuppressions.cs src/DotNetOpenAuth/InfoCard/Token/TokenUtility.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
| * | | | | Added another contract.Andrew Arnott2009-09-231-0/+1
| | | | | |
| * | | | | More contracts work.Andrew Arnott2009-09-238-14/+89
| | | | | |
| * | | | | Finishing up contract work.Andrew Arnott2009-09-2210-51/+18
| | | | | |
| * | | | | Adjusted Code Contract settings.Andrew Arnott2009-09-204-43/+26
| | | | | |
| * | | | | Merge branch 'master' into contractsAndrew Arnott2009-09-118-3/+397
| |\ \ \ \ \
| * | | | | | More contracts work.Andrew Arnott2009-09-0616-37/+37
| | | | | | |
| * | | | | | Replaced some uses of ErrorUtilities with Code Contracts.Andrew Arnott2009-09-0411-522/+514
| | | | | | |
| * | | | | | Merge branch 'master' into contractsAndrew Arnott2009-09-038-92/+215
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
| * | | | | | | Fixed contract build break that only shows up on build machine.Andrew Arnott2009-09-011-2/+0
| | | | | | | |
| * | | | | | | Fixed failing unit test.Andrew Arnott2009-09-011-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into contractsAndrew Arnott2009-09-01120-2591/+4876
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs src/DotNetOpenAuth.Test/OpenId/Provider/OpenIdProviderTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessageReceivingEndpoint.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthServiceProviderMessageFactory.cs src/DotNetOpenAuth/OAuth/Protocol.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs src/DotNetOpenAuth/OpenId/Behaviors/PpidGeneration.cs src/DotNetOpenAuth/OpenId/NoDiscoveryIdentifier.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IDirectedIdentityIdentifierProvider.cs src/DotNetOpenAuth/OpenId/Provider/PrivatePersonalIdentifierProviderBase.cs src/DotNetOpenAuth/OpenId/Realm.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponseSnapshot.cs src/DotNetOpenAuth/OpenId/UriIdentifier.cs src/DotNetOpenAuth/OpenId/XriIdentifier.cs src/DotNetOpenAuth/Util.cs
| * | | | | | | | Fixed some contracts that were using string.Format, which is not allowed.Andrew Arnott2009-07-289-11/+17
| | | | | | | | |
| * | | | | | | | Activated a CC that isn't causing a problem any more.Andrew Arnott2009-07-022-60/+56
| | | | | | | | |
| * | | | | | | | More careful CC changes.Andrew Arnott2009-07-024-5/+5
| | | | | | | | |
| * | | | | | | | Micro CC stepAndrew Arnott2009-07-022-3/+2
| | | | | | | | |
| * | | | | | | | More CCAndrew Arnott2009-06-262-1/+43
| | | | | | | | |
| * | | | | | | | More switching to CC.Andrew Arnott2009-06-264-5/+4
| | | | | | | | |
| * | | | | | | | Some more transitioning from ErrorUtilities to Code Contracts.Andrew Arnott2009-06-2667-199/+786
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into contractsAndrew Arnott2009-06-252-1/+15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/TestBase.cs
| * | | | | | | | | Fixed up all tests so they pass.Andrew Arnott2009-06-2514-12/+35
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into contractsAndrew Arnott2009-06-25165-643/+7519
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs
| * | | | | | | | | | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-23138-708/+1084
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But some unit tests still fail, and there are other issues.
| * | | | | | | | | | Contracts fixes.Andrew Arnott2009-05-214-74/+16
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'contracts'Andrew Arnott2009-05-2143-634/+1203
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Trying to adopt latest version of Code Contracts.Andrew Arnott2009-04-221-1/+33
| | | | | | | | | | | |
| | * | | | | | | | | | Fixed build break caused by bad rebase.Andrew Arnott2009-04-221-3/+4
| | | | | | | | | | | |
| | * | | | | | | | | | More contractsAndrew Arnott2009-04-226-8/+58
| | | | | | | | | | | |
| | * | | | | | | | | | More contract work.Andrew Arnott2009-04-2233-166/+409
| | | | | | | | | | | |
| | * | | | | | | | | | More contracts.Andrew Arnott2009-04-221-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | More work on contracts.Andrew Arnott2009-04-2214-64/+213
| | | | | | | | | | | |
| | * | | | | | | | | | Changed Requires -> RequiresAlways for precondition checks.Andrew Arnott2009-04-223-7/+64
| | | | | | | | | | | |
* | | | | | | | | | | | Corrected(?) capitalization of object Param tag.Andrew Arnott2009-11-011-1/+1
| | | | | | | | | | | |