summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixed $(DocIntermediatePath)Andrew Arnott2009-11-151-5/+5
| | | | |
| * | | | Fixed consumption of $(DocOutputPath).Andrew Arnott2009-11-151-6/+6
| | | | |
| * | | | Fixed typo %(RecurISveDir)Andrew Arnott2009-11-151-1/+1
| | | | |
| * | | | Fixed several drop propertiesAndrew Arnott2009-11-151-12/+12
| | | | |
| * | | | Fixed $(DropDirectory).Andrew Arnott2009-11-151-7/+7
| | | | |
| * | | | Fixed $(ToolsDirectory).Andrew Arnott2009-11-151-2/+2
| | | | |
| * | | | Fixed consumption of $(DropsRoot).Andrew Arnott2009-11-151-2/+2
| | | | |
| * | | | Fixed consumption of $(OutputPath)Andrew Arnott2009-11-153-15/+15
| | | | |
| * | | | Fixed consumption of $(ILMergeOutputAssemblyDirectory).Andrew Arnott2009-11-151-4/+4
| | | | |
| * | | | $(ProjectRoot) is now guaranteed to end in a backslash.Andrew Arnott2009-11-157-96/+96
| | | | |
| * | | | Removed magic string in sandcastle .targets file.Andrew Arnott2009-11-151-2/+4
|/ / / /
* | | | Replaced RemoveDir tasks with Purge tasks for faster incremental builds.Andrew Arnott2009-11-157-4/+100
| | | |
* | | | Updated MSBuild.Community.Tasks.Andrew Arnott2009-11-157-4/+16723
| | | |
* | | | Merged working branch that splits the RP project template into two projects: ↵Andrew Arnott2009-11-1548-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 Arnott2009-11-159-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 Arnott2009-11-154-1/+15
| | | | |
| * | | | Added a reference hintpath task so that project template's references are ↵Andrew Arnott2009-11-157-2/+70
| | | | | | | | | | | | | | | | | | | | (closer to being) found.
| * | | | Removed binaries from project template project file.Andrew Arnott2009-11-151-7/+1
| | | | |
| * | | | Rephrased how build.proj copies lib files.Andrew Arnott2009-11-151-11/+9
| | | | |
| * | | | .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-1511-177/+300
| | | | | | | | | | | | | | | | | | | | sync with their associated project files.
| * | | | Moved all the project template logic that would be common between MVC and ↵Andrew Arnott2009-11-1335-283/+502
|/ / / / | | | | | | | | | | | | web forms web sites into its own library.
* | | | Added HTML encoding anywhere that uncontrolled data is rendered to a web pgae.Andrew Arnott2009-11-134-9/+9
| | | |
* | | | 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.
* | | | Fixed up vstemplate file to be up to date with the .csproj file.Andrew Arnott2009-11-132-3/+20
| | | |
* | | | Changed OAuth authorization page redirect.Andrew Arnott2009-11-131-1/+1
| | | |
* | | | Fixed message box owner.Andrew Arnott2009-11-131-2/+2
| | | |
* | | | UI touch-ups and StyleCop fixes.Andrew Arnott2009-11-135-12/+109
| | | |
* | | | Fixed up boiler-plate text in OAuth 1.0 warning.Andrew Arnott2009-11-133-1/+40
| | | |
* | | | Merge branch 'projecttemplateOAuth'Andrew Arnott2009-11-1327-24/+2266
|\ \ \ \
| * | | | Fixed OAuth authentication module's role handling so that it doesn't get ↵Andrew Arnott2009-11-131-0/+16
| | | | | | | | | | | | | | | | | | | | overridden by the database role provider.
| * | | | StyleCop fixes.Andrew Arnott2009-11-124-7/+8
| | | | |
| * | | | Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-1212-44/+302
| | | | |
| * | | | Made the "as string" and "as int" entity properties private, since we have ↵Andrew Arnott2009-11-112-15/+11
| | | | | | | | | | | | | | | | | | | | strong-typed accessors for these properties.
| * | | | Updated entity model to latest database IDENTITY columns.Andrew Arnott2009-11-111-2/+2
| | | | |
| * | | | Removed descriptive comments to reduce diff noise in future commits.Andrew Arnott2009-11-111-15/+0
| | | | |
| * | | | Fixed PK columns to be identity columns.Andrew Arnott2009-11-111-17/+17
| | | | |
| * | | | Bug fixes and updated db creation script with new OAuth tables.Andrew Arnott2009-11-114-31/+134
| | | | |
| * | | | Fixed regression introduced in 8576d3e52d9 and added comment regarding how ↵Andrew Arnott2009-11-111-1/+4
| | | | | | | | | | | | | | | | | | | | it's broken in some IIS configurations.
| * | | | Added OAuth authorization modules so that incoming requests signed with ↵Andrew Arnott2009-11-115-0/+204
| | | | | | | | | | | | | | | | | | | | OAuth get proper delegation rights.
| * | | | Added scope to issued OAuth tokens.Andrew Arnott2009-11-103-2/+33
| | | | |
| * | | | Removed magic string.Andrew Arnott2009-11-101-2/+3
| | | | |
| * | | | Fixed calculation of web root in the OAuth SP sample.Andrew Arnott2009-11-101-1/+5
| | | | |
| * | | | Added a bunch more OAuth SP supporting code, but it's not done yet.Andrew Arnott2009-11-1015-7/+485
| | | | |
| * | | | Fixed up roles, and restricted OAuth tokens from providing access to ↵Andrew Arnott2009-11-102-2/+24
| | | | | | | | | | | | | | | | | | | | sensitive user pages.
| * | | | Split up token manager into an SP side and a consumer side.Andrew Arnott2009-11-104-155/+166
| | | | |
| * | | | Split up issued tokens into request and access token types.Andrew Arnott2009-11-106-171/+217
| | | | |
| * | | | Added initial OAuth token manager and entities.Andrew Arnott2009-11-106-6/+1089
|/ / / / | | | | | | | | | | | | Haven't checked in changes to db generating SQL yet.
* | | | Added EmailAddressVerified column to users table and code to utilize it.Andrew Arnott2009-11-0911-13/+105
| | | |
* | | | Project starter template's accountinfo.aspx page now uses the OpenIdSelector ↵Andrew Arnott2009-11-083-45/+34
| | | | | | | | | | | | | | | | so the user has a consistent interface.
* | | | Publicized the exception inner message assembling routine.Andrew Arnott2009-11-084-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 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
* | | | Added login customization to sample Yahoo button.Andrew Arnott2009-11-071-1/+1
| | | |
* | | | 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-075-54/+286
| | | | | | | | | | | | | | | | added code contracts.
* | | | Fixed up vsmdi file.Andrew Arnott2009-11-051-23/+25
| | | |
* | | | More code contracts work.Andrew Arnott2009-11-0511-63/+20
| | | |
* | | | Removed Verisign and MyOpenID from the default set of OP buttons in starter kit.Andrew Arnott2009-11-051-3/+1
| | | |
* | | | Starter project template now collects email and name of user and displays ↵Andrew Arnott2009-11-054-6/+43
| | | | | | | | | | | | | | | | that to the user when available.
* | | | 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.
* | | | Optimized pages that host login popup links so that they don't execute the ↵Andrew Arnott2009-11-041-2/+10
| | | | | | | | | | | | | | | | iframe javascript until it actually appears.
* | | | Made message "Login / Register"Andrew Arnott2009-11-031-1/+1
| | | |
* | | | Added explanatory comment to the ajaxlogin.aspx sample.Andrew Arnott2009-11-031-0/+5
| | | |
* | | | 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-0345-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.2Andrew Arnott2009-11-0320-53/+136
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-0316-43/+122
| | |\ \ | | | |/ | | | | | | | | | | | | 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
| | | |
| | | * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-158-26/+34
| | | | | | | | | | | | | | | | Fixes #129
| | | * Incremented version number.Andrew Arnott2009-09-121-1/+1
| | | |
| | * | Applied some feedback from David Christiansen.Andrew Arnott2009-10-162-4/+2
| | | |
| | * | Fixed bug where offline OP would stop listening to connections.Andrew Arnott2009-10-061-5/+10
| | | |
| | * | 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
| | | |
| * | | Fixes issue with MVC OP sample when run in IIS Integrated Pipeline mode.Andrew Arnott2009-11-031-2/+17
| | | | | | | | | | | | | | | | Resolves Trac #140.
| * | | Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵Andrew Arnott2009-11-039-78/+70
| | | | | | | | | | | | | | | | identities.
| * | | 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-026-3/+104
| | | |