Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced RemoveDir tasks with Purge tasks for faster incremental builds. | Andrew Arnott | 2009-11-15 | 3 | -0/+95 |
| | |||||
* | The built project template (once again) generates a .zip file that works out ↵ | Andrew Arnott | 2009-11-15 | 5 | -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 Arnott | 2009-11-15 | 1 | -1/+10 |
| | |||||
* | Added a reference hintpath task so that project template's references are ↵ | Andrew Arnott | 2009-11-15 | 3 | -1/+62 |
| | | | | (closer to being) found. | ||||
* | .vstemplates are now partially generated to remove the need to keep them in ↵ | Andrew Arnott | 2009-11-15 | 3 | -0/+192 |
| | | | | sync with their associated project files. | ||||
* | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 1 | -0/+9 |
| | | | | web forms web sites into its own library. | ||||
* | Made the FriendlyIdentifierForDisplay a bit more friendly, by removing port ↵ | Andrew Arnott | 2009-11-13 | 1 | -1/+1 |
| | | | | and query information. | ||||
* | Enter now automatically invokes the "log in immediately" button when it is ↵ | Andrew Arnott | 2009-11-13 | 1 | -1/+3 |
| | | | | present. | ||||
* | Publicized the exception inner message assembling routine. | Andrew Arnott | 2009-11-08 | 3 | -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 Arnott | 2009-11-08 | 1 | -2/+7 |
| | | | | responses. | ||||
* | Fixed bug where selector button's Image properties were not resolving when ↵ | Andrew Arnott | 2009-11-08 | 2 | -2/+2 |
| | | | | lead with ~/ | ||||
* | Added code contract. | Andrew Arnott | 2009-11-08 | 1 | -0/+2 |
| | |||||
* | FxCop fixes. | Andrew Arnott | 2009-11-07 | 8 | -2/+54 |
| | |||||
* | Fixed OpenIdAjaxTextBox behavior in scenarios where it is placed in an ↵ | Andrew Arnott | 2009-11-07 | 4 | -17/+42 |
| | | | | | | UpdatePanel. Fixes bug reported on http://stackoverflow.com/questions/1654816/dotnetopenauth-autopostback | ||||
* | Suppressed a few compiler warnings. | Andrew Arnott | 2009-11-07 | 1 | -0/+2 |
| | |||||
* | Fixed code contract in ClaimsResponse. | Andrew Arnott | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵ | Andrew Arnott | 2009-11-07 | 2 | -12/+286 |
| | | | | added code contracts. | ||||
* | Fixed up vsmdi file. | Andrew Arnott | 2009-11-05 | 1 | -23/+25 |
| | |||||
* | More code contracts work. | Andrew Arnott | 2009-11-05 | 11 | -63/+20 |
| | |||||
* | Moved InfoCardSelector control out of the OpenIdSelector and into the ↵ | Andrew Arnott | 2009-11-05 | 2 | -12/+44 |
| | | | | SelectorInfoCardButton class so that ASPX pages can customize the InfoCardSelector properties more. | ||||
* | Fixed typo. | Andrew Arnott | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | OpenID RP controls now delegate the creation of requests to their parent RP ↵ | Andrew Arnott | 2009-11-05 | 3 | -30/+49 |
| | | | | controls, if they exist. | ||||
* | Added support for RP ASP.NET controls to have an Extensions sub-element that ↵ | Andrew Arnott | 2009-11-05 | 2 | -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 Arnott | 2009-11-04 | 1 | -2/+8 |
| | | | | an INamingContainer. | ||||
* | Fixed bugs in advertised property defaults. | Andrew Arnott | 2009-11-04 | 1 | -3/+23 |
| | |||||
* | Fixed OpenIdSelector when it's placed in an INamingContainer so that it can ↵ | Andrew Arnott | 2009-11-04 | 1 | -4/+5 |
| | | | | still find its ajax text box. | ||||
* | Publicized the InfoCard selector control within the OpenIdSelector control, ↵ | Andrew Arnott | 2009-11-04 | 2 | -1/+3 |
| | | | | so that claims and other fine-tuning can be done by the hosting RP. | ||||
* | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 2 | -2/+2 |
|\ | |||||
| * | Fixed xml doc comments. | Andrew Arnott | 2009-11-03 | 2 | -2/+2 |
| | | |||||
* | | Fixed Code Contract warning. | Andrew Arnott | 2009-11-03 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 24 | -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.2 | Andrew Arnott | 2009-11-03 | 9 | -18/+90 |
| |\ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-03 | 8 | -17/+88 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | Fixed FxCop message. | Andrew Arnott | 2009-10-27 | 1 | -0/+1 |
| | | | | |||||
| | | * | Removed a magic string. | Andrew Arnott | 2009-10-22 | 1 | -6/+6 |
| | | | | |||||
| | | * | Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵ | Andrew Arnott | 2009-10-22 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | publicly exposed. | ||||
| | | * | Added license.txt file to solution items folder. | Andrew Arnott | 2009-10-08 | 1 | -0/+1 |
| | | | | |||||
| | | * | Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵ | Andrew Arnott | 2009-10-05 | 2 | -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 Arnott | 2009-09-25 | 3 | -3/+44 |
| | | | | | | | | | | | | | | | | Fixes trac #131. | ||||
| | | * | Fixed unhandled exception thrown on receipt of invalid HTTP headers. | Andrew Arnott | 2009-09-17 | 1 | -1/+10 |
| | | | | |||||
| | | * | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | Ported a portion of commit 75d89d4e to v3.1 to fix ticket 128. | Andrew Arnott | 2009-09-25 | 1 | -1/+2 |
| | | | | |||||
| | * | | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Exposed OpenIdRelyingParty.Behaviors and OpenIdProvider.Behaviors. | Andrew Arnott | 2009-11-03 | 4 | -12/+4 |
| | | | | |||||
| * | | | Added more perf reporting for perf unit tests. | Andrew Arnott | 2009-11-02 | 1 | -4/+6 |
| | | | | |||||
| * | | | OPs can now opt out of verifying identifiers they are sending unsolicited ↵ | Andrew Arnott | 2009-11-02 | 4 | -10/+86 |
| | | | | | | | | | | | | | | | | assertions for. | ||||
| * | | | Added support for OP fetching of the RP icon via the UI extension. | Andrew Arnott | 2009-11-02 | 5 | -3/+100 |
| | | | | |||||
| * | | | Preparing to allow for RP discovery to yield more than just return_to endpoints. | Andrew Arnott | 2009-11-02 | 4 | -6/+24 |
| | | | | |||||
| * | | | Fixed bad message part name for 'icon' in UI extension request. | Andrew Arnott | 2009-11-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Brought the UI extensions' lang parameter up to the new UI 0.5 DRAFT spec. | Andrew Arnott | 2009-11-02 | 3 | -7/+24 |
| | | | | |||||
| * | | | Ooops... we weren't ready to make the Behaviors collections public. | Andrew Arnott | 2009-10-29 | 2 | -2/+2 |
| | | | | |||||
| * | | | Exposed ability to programmatically add behaviors to RPs and OPs. | Andrew Arnott | 2009-10-29 | 2 | -2/+10 |
| | | | | |||||
| * | | | Fixed unhandled NullReferenceException when an OpenIdButton's discovery fails. | Andrew Arnott | 2009-10-08 | 1 | -2/+6 |
| | | | | |||||
* | | | | Added more perf reporting for perf unit tests. | Andrew Arnott | 2009-11-02 | 1 | -4/+6 |
| | | | | |||||
* | | | | Fixed StyleCop messages. | Andrew Arnott | 2009-11-01 | 3 | -18/+45 |
| | | | | |||||
* | | | | Merge branch 'master' into openidux | Andrew Arnott | 2009-11-01 | 201 | -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.14 | Andrew Arnott | 2009-10-31 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Deleted duplicate file in index. | Andrew Arnott | 2009-10-31 | 1 | -202/+0 |
| | | | | | |||||
| * | | | | Fixed MultipartPostPart.Invariant method's accessibility. | Andrew Arnott | 2009-10-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixed contract warning. | Andrew Arnott | 2009-10-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Converted some argument verification checks to contracts. | Andrew Arnott | 2009-10-28 | 8 | -511/+542 |
| | | | | | |||||
| * | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-10-28 | 50 | -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 Arnott | 2009-09-23 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | More contracts work. | Andrew Arnott | 2009-09-23 | 8 | -14/+89 |
| | | | | | | |||||
| * | | | | | Finishing up contract work. | Andrew Arnott | 2009-09-22 | 10 | -51/+18 |
| | | | | | | |||||
| * | | | | | Adjusted Code Contract settings. | Andrew Arnott | 2009-09-20 | 4 | -43/+26 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-11 | 8 | -3/+397 |
| |\ \ \ \ \ | |||||
| * | | | | | | More contracts work. | Andrew Arnott | 2009-09-06 | 16 | -37/+37 |
| | | | | | | | |||||
| * | | | | | | Replaced some uses of ErrorUtilities with Code Contracts. | Andrew Arnott | 2009-09-04 | 11 | -522/+514 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-03 | 8 | -92/+215 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs | ||||
| * | | | | | | | Fixed contract build break that only shows up on build machine. | Andrew Arnott | 2009-09-01 | 1 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | Fixed failing unit test. | Andrew Arnott | 2009-09-01 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-01 | 120 | -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 Arnott | 2009-07-28 | 9 | -11/+17 |
| | | | | | | | | | |||||
| * | | | | | | | | Activated a CC that isn't causing a problem any more. | Andrew Arnott | 2009-07-02 | 2 | -60/+56 |
| | | | | | | | | | |||||
| * | | | | | | | | More careful CC changes. | Andrew Arnott | 2009-07-02 | 4 | -5/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Micro CC step | Andrew Arnott | 2009-07-02 | 2 | -3/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | More CC | Andrew Arnott | 2009-06-26 | 2 | -1/+43 |
| | | | | | | | | | |||||
| * | | | | | | | | More switching to CC. | Andrew Arnott | 2009-06-26 | 4 | -5/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Some more transitioning from ErrorUtilities to Code Contracts. | Andrew Arnott | 2009-06-26 | 67 | -199/+786 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-06-25 | 2 | -1/+15 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/TestBase.cs | ||||
| * | | | | | | | | | Fixed up all tests so they pass. | Andrew Arnott | 2009-06-25 | 14 | -12/+35 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-06-25 | 165 | -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 Arnott | 2009-05-23 | 138 | -708/+1084 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But some unit tests still fail, and there are other issues. | ||||
| * | | | | | | | | | | Contracts fixes. | Andrew Arnott | 2009-05-21 | 4 | -74/+16 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'contracts' | Andrew Arnott | 2009-05-21 | 43 | -634/+1203 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Trying to adopt latest version of Code Contracts. | Andrew Arnott | 2009-04-22 | 1 | -1/+33 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Fixed build break caused by bad rebase. | Andrew Arnott | 2009-04-22 | 1 | -3/+4 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | More contracts | Andrew Arnott | 2009-04-22 | 6 | -8/+58 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | More contract work. | Andrew Arnott | 2009-04-22 | 33 | -166/+409 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | More contracts. | Andrew Arnott | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | More work on contracts. | Andrew Arnott | 2009-04-22 | 14 | -64/+213 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Changed Requires -> RequiresAlways for precondition checks. | Andrew Arnott | 2009-04-22 | 3 | -7/+64 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Corrected(?) capitalization of object Param tag. | Andrew Arnott | 2009-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Added capability for the YUI download to be turned off at the selector level. | Andrew Arnott | 2009-11-01 | 2 | -5/+30 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Added capability for OP buttons to NOT do background auth, for cases like ↵ | Andrew Arnott | 2009-10-31 | 2 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verisign currently that misbehaves when receiving checkid_immediate messages. | ||||
* | | | | | | | | | | | | Fixed some small rendering issues in Chrome on the account management page ↵ | Andrew Arnott | 2009-10-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the project template. | ||||
* | | | | | | | | | | | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8. | Andrew Arnott | 2009-10-29 | 4 | -24/+28 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Added a login button to make it clear how to use the ajax text box in the ↵ | Andrew Arnott | 2009-10-29 | 4 | -17/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selector control. | ||||
* | | | | | | | | | | | | Fixed copyright and file name of .js file. | Andrew Arnott | 2009-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | |