Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed web.config file bug in project template for IIS hosting. | Andrew Arnott | 2009-11-16 | 1 | -1/+2 |
| | |||||
* | Standardized as much as possible on msbuild properties that represent ↵ | Andrew Arnott | 2009-11-16 | 7 | -174/+176 |
|\ | | | | | | | | | | | directory paths ending with a trailing slash. Merge branch 'targetsWork' | ||||
| * | Fixed apparent typo around use of $(ChmDir) in one instance. | Andrew Arnott | 2009-11-16 | 1 | -1/+1 |
| | | |||||
| * | Revert "Fixed $(ChmDir)" | Andrew Arnott | 2009-11-16 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | This reverts commit 88591c76a735bf21cf26f3c81910f908dab0ce97. Apparently chmbuilder.exe cannot consume trailing backslashes in its /out: parameter. Conflicts: tools/sandcastle.targets | ||||
| * | Fixed some redundant definitions of properties. | Andrew Arnott | 2009-11-16 | 1 | -3/+3 |
| | | |||||
| * | Fixed $(DxRoot) | Andrew Arnott | 2009-11-15 | 1 | -6/+6 |
| | | |||||
| * | Fixed $(Presentation) | Andrew Arnott | 2009-11-15 | 1 | -5/+5 |
| | | |||||
| * | Fixed $(FxReflectionOutputPath) | Andrew Arnott | 2009-11-15 | 1 | -4/+4 |
| | | |||||
| * | Fixed $(FxReflectionIntermediatePath) | Andrew Arnott | 2009-11-15 | 1 | -5/+5 |
| | | |||||
| * | Fixed $(ProductionTransforms) | Andrew Arnott | 2009-11-15 | 1 | -13/+13 |
| | | |||||
| * | Fixed $(ProductionTools) | Andrew Arnott | 2009-11-15 | 1 | -18/+18 |
| | | |||||
| * | Fixed $(DocOutputApiPath) | Andrew Arnott | 2009-11-15 | 1 | -8/+8 |
| | | |||||
| * | Fixed $(ChmDir) | Andrew Arnott | 2009-11-15 | 1 | -14/+14 |
| | | |||||
| * | Fixed $(DocIntermediatePath) | Andrew Arnott | 2009-11-15 | 1 | -5/+5 |
| | | |||||
| * | Fixed consumption of $(DocOutputPath). | Andrew Arnott | 2009-11-15 | 1 | -6/+6 |
| | | |||||
| * | Fixed typo %(RecurISveDir) | Andrew Arnott | 2009-11-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed several drop properties | Andrew Arnott | 2009-11-15 | 1 | -12/+12 |
| | | |||||
| * | Fixed $(DropDirectory). | Andrew Arnott | 2009-11-15 | 1 | -7/+7 |
| | | |||||
| * | Fixed $(ToolsDirectory). | Andrew Arnott | 2009-11-15 | 1 | -2/+2 |
| | | |||||
| * | Fixed consumption of $(DropsRoot). | Andrew Arnott | 2009-11-15 | 1 | -2/+2 |
| | | |||||
| * | Fixed consumption of $(OutputPath) | Andrew Arnott | 2009-11-15 | 3 | -15/+15 |
| | | |||||
| * | Fixed consumption of $(ILMergeOutputAssemblyDirectory). | Andrew Arnott | 2009-11-15 | 1 | -4/+4 |
| | | |||||
| * | $(ProjectRoot) is now guaranteed to end in a backslash. | Andrew Arnott | 2009-11-15 | 7 | -96/+96 |
| | | |||||
| * | Removed magic string in sandcastle .targets file. | Andrew Arnott | 2009-11-15 | 1 | -2/+4 |
|/ | |||||
* | Replaced RemoveDir tasks with Purge tasks for faster incremental builds. | Andrew Arnott | 2009-11-15 | 7 | -4/+100 |
| | |||||
* | Updated MSBuild.Community.Tasks. | Andrew Arnott | 2009-11-15 | 7 | -4/+16723 |
| | |||||
* | Merged working branch that splits the RP project template into two projects: ↵ | Andrew Arnott | 2009-11-15 | 48 | -461/+951 |
|\ | | | | | | | | | | | a web project and a class library. Merge branch 'projecttemplateLib' | ||||
| * | The built project template (once again) generates a .zip file that works out ↵ | Andrew Arnott | 2009-11-15 | 9 | -9/+83 |
| | | | | | | | | | | | | 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 | 4 | -1/+15 |
| | | |||||
| * | Added a reference hintpath task so that project template's references are ↵ | Andrew Arnott | 2009-11-15 | 7 | -2/+70 |
| | | | | | | | | (closer to being) found. | ||||
| * | Removed binaries from project template project file. | Andrew Arnott | 2009-11-15 | 1 | -7/+1 |
| | | |||||
| * | Rephrased how build.proj copies lib files. | Andrew Arnott | 2009-11-15 | 1 | -11/+9 |
| | | |||||
| * | .vstemplates are now partially generated to remove the need to keep them in ↵ | Andrew Arnott | 2009-11-15 | 11 | -177/+300 |
| | | | | | | | | sync with their associated project files. | ||||
| * | Moved all the project template logic that would be common between MVC and ↵ | Andrew Arnott | 2009-11-13 | 35 | -283/+502 |
|/ | | | | web forms web sites into its own library. | ||||
* | Added HTML encoding anywhere that uncontrolled data is rendered to a web pgae. | Andrew Arnott | 2009-11-13 | 4 | -9/+9 |
| | |||||
* | 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. | ||||
* | Fixed up vstemplate file to be up to date with the .csproj file. | Andrew Arnott | 2009-11-13 | 2 | -3/+20 |
| | |||||
* | Changed OAuth authorization page redirect. | Andrew Arnott | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Fixed message box owner. | Andrew Arnott | 2009-11-13 | 1 | -2/+2 |
| | |||||
* | UI touch-ups and StyleCop fixes. | Andrew Arnott | 2009-11-13 | 5 | -12/+109 |
| | |||||
* | Fixed up boiler-plate text in OAuth 1.0 warning. | Andrew Arnott | 2009-11-13 | 3 | -1/+40 |
| | |||||
* | Merge branch 'projecttemplateOAuth' | Andrew Arnott | 2009-11-13 | 27 | -24/+2266 |
|\ | |||||
| * | Fixed OAuth authentication module's role handling so that it doesn't get ↵ | Andrew Arnott | 2009-11-13 | 1 | -0/+16 |
| | | | | | | | | overridden by the database role provider. | ||||
| * | StyleCop fixes. | Andrew Arnott | 2009-11-12 | 4 | -7/+8 |
| | | |||||
| * | Fixed a bunch of bugs in the project template's oauth sp implementation. | Andrew Arnott | 2009-11-12 | 12 | -44/+302 |
| | | |||||
| * | Made the "as string" and "as int" entity properties private, since we have ↵ | Andrew Arnott | 2009-11-11 | 2 | -15/+11 |
| | | | | | | | | strong-typed accessors for these properties. | ||||
| * | Updated entity model to latest database IDENTITY columns. | Andrew Arnott | 2009-11-11 | 1 | -2/+2 |
| | | |||||
| * | Removed descriptive comments to reduce diff noise in future commits. | Andrew Arnott | 2009-11-11 | 1 | -15/+0 |
| | | |||||
| * | Fixed PK columns to be identity columns. | Andrew Arnott | 2009-11-11 | 1 | -17/+17 |
| | | |||||
| * | Bug fixes and updated db creation script with new OAuth tables. | Andrew Arnott | 2009-11-11 | 4 | -31/+134 |
| | | |||||
| * | Fixed regression introduced in 8576d3e52d9 and added comment regarding how ↵ | Andrew Arnott | 2009-11-11 | 1 | -1/+4 |
| | | | | | | | | it's broken in some IIS configurations. | ||||
| * | Added OAuth authorization modules so that incoming requests signed with ↵ | Andrew Arnott | 2009-11-11 | 5 | -0/+204 |
| | | | | | | | | OAuth get proper delegation rights. | ||||
| * | Added scope to issued OAuth tokens. | Andrew Arnott | 2009-11-10 | 3 | -2/+33 |
| | | |||||
| * | Removed magic string. | Andrew Arnott | 2009-11-10 | 1 | -2/+3 |
| | | |||||
| * | Fixed calculation of web root in the OAuth SP sample. | Andrew Arnott | 2009-11-10 | 1 | -1/+5 |
| | | |||||
| * | Added a bunch more OAuth SP supporting code, but it's not done yet. | Andrew Arnott | 2009-11-10 | 15 | -7/+485 |
| | | |||||
| * | Fixed up roles, and restricted OAuth tokens from providing access to ↵ | Andrew Arnott | 2009-11-10 | 2 | -2/+24 |
| | | | | | | | | sensitive user pages. | ||||
| * | Split up token manager into an SP side and a consumer side. | Andrew Arnott | 2009-11-10 | 4 | -155/+166 |
| | | |||||
| * | Split up issued tokens into request and access token types. | Andrew Arnott | 2009-11-10 | 6 | -171/+217 |
| | | |||||
| * | Added initial OAuth token manager and entities. | Andrew Arnott | 2009-11-10 | 6 | -6/+1089 |
|/ | | | | Haven't checked in changes to db generating SQL yet. | ||||
* | Added EmailAddressVerified column to users table and code to utilize it. | Andrew Arnott | 2009-11-09 | 11 | -13/+105 |
| | |||||
* | Project starter template's accountinfo.aspx page now uses the OpenIdSelector ↵ | Andrew Arnott | 2009-11-08 | 3 | -45/+34 |
| | | | | so the user has a consistent interface. | ||||
* | Publicized the exception inner message assembling routine. | Andrew Arnott | 2009-11-08 | 4 | -5/+5 |
| | | | | 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 | ||||
* | Added login customization to sample Yahoo button. | Andrew Arnott | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -54/+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 |
| | |||||
* | Removed Verisign and MyOpenID from the default set of OP buttons in starter kit. | Andrew Arnott | 2009-11-05 | 1 | -3/+1 |
| | |||||
* | Starter project template now collects email and name of user and displays ↵ | Andrew Arnott | 2009-11-05 | 4 | -6/+43 |
| | | | | that to the user when available. | ||||
* | 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. | ||||
* | Optimized pages that host login popup links so that they don't execute the ↵ | Andrew Arnott | 2009-11-04 | 1 | -2/+10 |
| | | | | iframe javascript until it actually appears. | ||||
* | Made message "Login / Register" | Andrew Arnott | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Added explanatory comment to the ajaxlogin.aspx sample. | Andrew Arnott | 2009-11-03 | 1 | -0/+5 |
| | |||||
* | 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 | 45 | -167/+462 |
|\ \ | |/ | | | | | | | | | | | | | 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 | 20 | -53/+136 |
| |\ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-11-03 | 16 | -43/+122 |
| | |\ | | | | | | | | | | | | | | | | | 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. |