summaryrefslogtreecommitdiffstats
path: root/projecttemplates
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'reports' into v3.3Andrew Arnott2009-12-2659-294/+1467
| |\ | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs
| | * Fixed template so it doesn't download needless .js for logged in users.Andrew Arnott2009-12-241-10/+12
| | |
| | * Fixed stored proc execution that is missing a contextual transaction, ↵Andrew Arnott2009-12-162-21/+22
| | | | | | | | | | | | leading to runtime errors.
| | * Added a logging table to the project template database.Andrew Arnott2009-12-165-14/+87
| | |
| | * Fixed db generation in the project template.Andrew Arnott2009-12-151-3/+4
| | | | | | | | | | | | I can only imagine this was a mis-rebase because I KNOW I had it this way before.
| | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-141-1/+1
| | |
| | * Added page title to home page.Andrew Arnott2009-12-131-1/+1
| | |
| | * Added privacy policy to sreg requests so Yahoo! doesn't show warning to users.Andrew Arnott2009-12-133-0/+16
| | |
| | * Fixed compile-time error after 95e5314971.Andrew Arnott2009-12-131-1/+1
| | |
| * | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-0/+14
| | |
* | | Fixed compile-time error after 95e5314971.Andrew Arnott2009-12-131-1/+1
| | |
* | | Merge branch 'v3.3'Andrew Arnott2009-12-1363-342/+1422
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | Fixed release build to update the project template .sql script.Andrew Arnott2009-12-131-1/+1
| | |
| * | Added missing verisign image from project.Andrew Arnott2009-12-131-0/+1
| | |
| * | Fixed database filename so it matches what the web project expects.Andrew Arnott2009-12-123-4/+4
| | |
| * | Database script in project template now comes from the dbproj.Andrew Arnott2009-12-127-253/+695
| | |
| * | Fixed db proj schema for project template as well.Andrew Arnott2009-12-123-3/+3
| | |
| * | Added a db project for the project template db schema.Andrew Arnott2009-12-1248-0/+637
| |/
| * Fixed name of logger in project template.Andrew Arnott2009-12-101-1/+1
| |
| * Revert "Added XML doc file generation to project template class library."Andrew Arnott2009-12-101-2/+0
| | | | | | | | | | This reverts commit c8c2b86c4c1bea9cce4dc7c1147b358e31ba6923. XML doc comments are available across project references anyway, and this gives us freedom to NOT document some members.
| * Fixed case sensitivity on security-critical columns in the database of the ↵Andrew Arnott2009-12-091-3/+3
| | | | | | | | project template.
| * Added XML doc file generation to project template class library.Andrew Arnott2009-12-091-0/+2
| |
| * Fixed entity set names to take their plural form consistently.Andrew Arnott2009-12-0911-97/+97
| |
* | Reverted unintentional change in 17705cbe that breaks project template ↵Andrew Arnott2009-12-121-4/+1
| | | | | | | | expansion.
* | Merge branch 'v3.3'Andrew Arnott2009-12-016-6/+22
|\ \ | |/
| * The name of the database in the project template is now based on the name of ↵Andrew Arnott2009-12-014-5/+5
| | | | | | | | the created project.
| * Fixed the project template so that it once again displays the ↵Andrew Arnott2009-12-011-1/+3
| | | | | | | | GettingStarted.htm page.
| * Project templates now build as a .vsi file instead of a raw .zip file.Andrew Arnott2009-11-241-0/+14
| | | | | | | | Thanks to John Kirk (http://johnckirk.livejournal.com/289696.html) for suggesting use of a .vsi file.
* | Merge branch 'master' into extensibleDiscoveryAndrew Arnott2009-11-2710-11/+899
|\ \ | |/ | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
| * Added custom database store for nonces and associations and wired it up to ↵Andrew Arnott2009-11-1810-11/+899
| | | | | | | | the OAuth SP and OpenID RP in the project template.
* | Removed unused using statements from project template.Andrew Arnott2009-11-243-3/+0
| |
* | Further refactoring of discovery results.Andrew Arnott2009-11-231-1/+4
|/
* StyleCop fix.Andrew Arnott2009-11-171-1/+1
|
* Fixed the no-redirect issue when users navigate to /login.aspx to log into ↵Andrew Arnott2009-11-164-6/+11
| | | | the RP template.
* Fixed unhandled exception for returning users introduced by UTC date/time ↵Andrew Arnott2009-11-165-14/+14
| | | | enforcement code that was recently introduced.
* Uncommented customErrors config setting.Andrew Arnott2009-11-161-6/+2
|
* oops. forgot to fix the stored proc for the renamed columns.Andrew Arnott2009-11-161-1/+1
|
* StyleCop fixes.Andrew Arnott2009-11-161-3/+3
|
* Added a few new columns to the project template's database.Andrew Arnott2009-11-1612-300/+506
|
* Fixed web.config file bug in project template for IIS hosting.Andrew Arnott2009-11-161-1/+2
|
* Removed binaries from project template project file.Andrew Arnott2009-11-151-7/+1
|
* .vstemplates are now partially generated to remove the need to keep them in ↵Andrew Arnott2009-11-154-156/+45
| | | | sync with their associated project files.
* Moved all the project template logic that would be common between MVC and ↵Andrew Arnott2009-11-1334-283/+493
| | | | 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
|
* 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
|
* 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
|
* 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-123-7/+7
|
* Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-1210-44/+192
|
* 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
|
* 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
|
* 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-081-2/+2
| | | | And utilize it in the OpenIdLogin control and the project starter template.
* 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.
* 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
|
* Updated project template for new login UX.Andrew Arnott2009-11-012-2/+49
|
* Shrunk size of iframe HTML slightly.Andrew Arnott2009-11-011-6/+0
|
* Added missing RP discovery endpoint for account info page.Andrew Arnott2009-11-011-0/+1
|
* Added capability for OP buttons to NOT do background auth, for cases like ↵Andrew Arnott2009-10-311-1/+1
| | | | Verisign currently that misbehaves when receiving checkid_immediate messages.
* Gets rid of the Add Identifier button in the account management page.Andrew Arnott2009-10-293-18/+5
|
* Increased height of popup slightly to avoid occasional vertical scrollbars ↵Andrew Arnott2009-10-292-2/+2
| | | | appearing in Chrome.
* Refactored the three OpenID selector button types into separate classes.Andrew Arnott2009-10-282-7/+8
|
* Renamed OpenIdButtonPanel to OpenIdSelector.Andrew Arnott2009-10-283-17/+17
|
* Lots of StyleCop fixes.Andrew Arnott2009-10-282-33/+34
|
* Added trivial user database display in admin area.Andrew Arnott2009-10-273-0/+47
|
* Fixed typo.Andrew Arnott2009-10-271-1/+1
|
* Fixed bug in database generation.Andrew Arnott2009-10-271-1/+1
|
* Added comment hinting at the appropriate popup dialog height for one row of ↵Andrew Arnott2009-10-261-1/+1
| | | | OP buttons.
* Fixed display of error message in IE.Andrew Arnott2009-10-261-1/+1
|
* RP can now receive unsolicited assertions.Andrew Arnott2009-10-262-7/+10
|
* Merge branch 'master' into openiduxAndrew Arnott2009-10-261-1/+1
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
| * Fixed bad comment and StyleCop message.Andrew Arnott2009-10-261-1/+1
| |
* | Added commented out trace switch.Andrew Arnott2009-10-251-0/+4
| |
* | Errors while processing authentication are now displayed to the user.Andrew Arnott2009-10-233-1/+50
| |
* | Fixed RP discovery.Andrew Arnott2009-10-234-1/+27
| |
* | Fixed swallowed SQL exceptions.Andrew Arnott2009-10-221-0/+2
| |
* | Changed jQuery script links to use Google instead of local copy except when ↵Andrew Arnott2009-10-224-19/+14
| | | | | | | | accessed from localhost.
* | Added InfoCard Selector to login. Woot!Andrew Arnott2009-10-214-6/+6
| |
* | Added Verisign as a well-known Provider.Andrew Arnott2009-10-212-0/+1
| |
* | Removed hard-coded _top target from the OpenIdButtonPanel.Andrew Arnott2009-10-211-1/+1
| |
* | Set loginframe.aspx's validateRequest="false"Andrew Arnott2009-10-211-1/+2
| |
* | Finished wiring up the redirect following a login so that the user ↵Andrew Arnott2009-10-203-1/+31
| | | | | | | | experience works for popup logins and redirect full page based logins.
* | Integrated login page so it actually has the behavior in the site it should ↵Andrew Arnott2009-10-201-3/+41
| | | | | | | | | | | | for the full page redirect scenario. Still missing InfoCard.
* | OpenIdButtonPanel now handles its own login messages and fires the LoggedIn ↵Andrew Arnott2009-10-193-27/+5
| | | | | | | | event.