summaryrefslogtreecommitdiffstats
path: root/projecttemplates
Commit message (Collapse)AuthorAgeFilesLines
* Turned off localhost support by default for MVC template for security.Andrew Arnott2010-03-131-1/+1
|
* MVC project template now preloads discovery results for OP buttons.Andrew Arnott2010-03-133-1/+27
|
* Fixed build of project templates by giving it a slightly larger allowable ↵Andrew Arnott2010-03-131-1/+1
| | | | max path length.
* Refactored to avoid so much duplicate code in the AJAX handling.Andrew Arnott2010-03-121-1/+1
|
* Removed the last of the hard-coded embedded resource strings from the ↵Andrew Arnott2010-03-123-7/+5
| | | | project template.
* StyleCop fixes.Andrew Arnott2010-03-111-2/+2
|
* The edit account page now uses the selector to allow the user to add ↵Andrew Arnott2010-03-113-32/+56
| | | | additional auth tokens.
* Diverted localizable resources into existing resource files.Andrew Arnott2010-03-111-1/+1
|
* Moved all auth actions into their own controller to help focus the Account ↵Andrew Arnott2010-03-1012-191/+217
| | | | controller's actions.
* Replaced the rest of the HTML content with a helper method.Andrew Arnott2010-03-101-6/+6
|
* Added an HTML helper for the text box.Andrew Arnott2010-03-101-5/+1
|
* Selector buttons now drawn with HTML helpers.Andrew Arnott2010-03-101-15/+4
|
* Added the explanatory text beneath the OP buttons.Andrew Arnott2010-03-091-0/+11
|
* Fixes popup so it doesn't depend on today's relative paths.Andrew Arnott2010-03-091-3/+3
|
* Fixes UI rendering of the selector popup in IE8.Andrew Arnott2010-03-091-1/+1
|
* Moved a bunch of the <SCRIPT> tags for the MVC Selector to an HTML helper ↵Andrew Arnott2010-03-082-68/+5
| | | | method.
* Added missing project change.Andrew Arnott2010-03-082-1/+1
|
* Fixed the full-page login scenario.Andrew Arnott2010-03-087-124/+152
|
* The MVC OpenID selector now appears in a jQuery popup dialog.Andrew Arnott2010-03-0737-28/+4890
| | | | Woot.
* Updated text on the MVC project template's home page.Andrew Arnott2010-03-072-7/+11
|
* Refactored the code that facilitates MVC OpenIDSelector.Andrew Arnott2010-03-072-24/+63
|
* Trimmed down the AccountController and renamed a couple actions.Andrew Arnott2010-03-072-84/+40
|
* Added the OpenIdAjaxTestBox.css file to the MVC project template.Andrew Arnott2010-03-071-0/+1
|
* OpenIdAjaxTextBox added to the selector in the MVC project template.Andrew Arnott2010-03-071-3/+39
| | | | Asthetically it's still pretty bad. But it's functional.
* StyleCop fixes.Andrew Arnott2010-03-071-1/+1
|
* The entire login process now works, in a limited fashion.Andrew Arnott2010-03-073-2/+26
|
* AJAX login success messages are now processed.Andrew Arnott2010-03-072-37/+20
|
* Removed hard-coded path to discovery callback.Andrew Arnott2010-03-041-1/+1
|
* AJAX query works now, but has the path to the controller hard-coded.Andrew Arnott2010-03-041-2/+9
|
* Added some more scripts toward getting the OpenIdSelector working in MVC.Andrew Arnott2010-02-264-102/+137
|
* Added changes that should have gone with the last commit.Andrew Arnott2010-02-261-0/+7
|
* Some discovery work on OpenIdSelector for MVC web apps.Andrew Arnott2010-02-269-7/+133
|
* The VS Gallery VSIXs finally fit the max path requirements (again).Andrew Arnott2010-02-201-1/+1
| | | | But this time, we have the template names we want to advertise on the VS Gallery site.
* Fixes project template creation's long filenames and lib dependencies.Andrew Arnott2010-02-201-20/+18
|
* Fixed issue of unsigned satellite assemblies in drop .zip.Andrew Arnott2010-02-181-6/+7
|
* Merge branch 'v3.4' into buildprojBreakupAndrew Arnott2010-02-161-23/+27
|\ | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-131-23/+27
| |\ | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| | * Fixed StyleCop message.Andrew Arnott2010-02-121-1/+1
| | |
| | * Fixed possible unhandled exception during OAuth processing.Andrew Arnott2010-02-011-23/+27
| | |
| | * Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-0/+1
| | | | | | | | | | | | causing type resolution ambiguities.
* | | VSIX files now generated as well.Andrew Arnott2010-02-151-2/+4
| | |
* | | VSIs are now generated.Andrew Arnott2010-02-152-5/+10
| | |
* | | .zip files for VS2008 and VS2010 project templates now complete.Andrew Arnott2010-02-141-1/+41
| | |
* | | VS2008 template .zip file now fully created.Andrew Arnott2010-02-141-4/+42
| | |
* | | VS2008 Project Templates are now generated.Andrew Arnott2010-02-141-0/+24
| | |
* | | Fixed bug where dependency library's wouldn't get copied.Andrew Arnott2010-02-131-3/+7
| | |
* | | The dbproj project reference is now removed.Andrew Arnott2010-02-131-2/+2
| | | | | | | | | | | | Finished project template creation for VS2010 .zip files.
* | | Almost finished getting basic project template layout working.Andrew Arnott2010-02-131-62/+71
| | |
* | | Refactored build.proj to pull out project template building.Andrew Arnott2010-02-114-2/+151
|/ / | | | | | | VSI and VSIX is broken right now. The only thing that works is raw project template layout itself. Very much a work in progress.
* | The build is adding a bit to the SQL script.Andrew Arnott2010-02-021-0/+4
| |
* | Work toward generating VSIX files for each individual project template.Andrew Arnott2010-02-022-0/+54
| |
* | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-3118-321/+552
|\ \ | | | | | | | | | Merge branch 'master-Dev10'
| * | Made GettingStarted.htm have a space in it to flex our muscle.Andrew Arnott2010-01-156-4/+4
| | | | | | | | | | | | And added some missing Purge tasks.
| * | Removed useless attributes.Andrew Arnott2010-01-152-2/+0
| | |
| * | Updated description to include OAuth.Andrew Arnott2010-01-154-4/+4
| | |
| * | Both .vsi and .vsix files are built now!Andrew Arnott2010-01-152-27/+1
| | |
| * | Beginning of VSIX packaging, and made VSI include version number from build ↵Andrew Arnott2010-01-131-2/+2
| | | | | | | | | | | | system.
| * | VS2010 generates a slightly different database SQL generation file.Andrew Arnott2010-01-132-187/+194
| | |
| * | Upgraded MVC project template to Dev10.Andrew Arnott2010-01-082-8/+13
| | |
| * | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-081-0/+12
| | |
| * | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0855-56/+26336
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln
| * | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-085-1174/+1252
| | | |
| * | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs
| * \ \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-063-3/+0
| |\ \ \ \
| * | | | | Somehow some projects managed to not get retarged to v4.0 yet. This fixes that.Andrew Arnott2010-01-053-1152/+1140
| | | | | |
| * | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-058-189/+370
| | | | | |
* | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-081-0/+12
| |_|_|/ / |/| | | |
* | | | | Merge branch 'master' into mvcProjTemplateAndrew Arnott2010-01-082-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs src/DotNetOpenAuth.sln
| * | | | Merge branch 'v3.3'Andrew Arnott2010-01-077-46/+59
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fixed StyleCop messages created as a result of f9a8d7163Andrew Arnott2010-01-071-1/+1
| | |/
| | * Removed the fragile magic code for db creation.Andrew Arnott2010-01-022-24/+9
| | |
| | * Fixed intermittent error while executing SQL stored procedures.Andrew Arnott2010-01-015-20/+48
| | |
| | * Removed the whitelisted localhost OP in the project template.Andrew Arnott2009-12-281-1/+1
| | |
* | | Updated MVC template gettingstarted doc.origin/mvcProjTemplateAndrew Arnott2010-01-021-10/+8
| | |
* | | Removed the fragile magic code for db creation.Andrew Arnott2010-01-022-24/+9
| | |
* | | OpenID text box now gets focus by default.Andrew Arnott2010-01-021-0/+7
| | |
* | | Added capability to add and see multiple authentication tokens per user account.Andrew Arnott2010-01-028-2/+81
| | |
* | | Added way for users to review the apps they've authorized and revoke ↵Andrew Arnott2010-01-015-0/+49
| | | | | | | | | | | | permissions.
* | | Locked down account details area from OAuth clients.Andrew Arnott2010-01-011-1/+10
| | |
* | | Fixed some bugs in OAuth authorization.Andrew Arnott2010-01-012-3/+3
| | |
* | | Fixed intermittent error while executing SQL stored procedures.Andrew Arnott2010-01-015-20/+48
| | |
* | | Added (untested!) OAuth SP support.Andrew Arnott2009-12-309-6/+259
| | |
* | | Updating account info work.Andrew Arnott2009-12-304-38/+56
| | |
* | | Fixed returnUrl handling of login page.Andrew Arnott2009-12-302-1/+2
| | |
* | | Added an Account Info page.Andrew Arnott2009-12-305-32/+135
| | |
* | | Realm class now has a public static property that makes it easy to ↵Andrew Arnott2009-12-301-13/+1
| | | | | | | | | | | | auto-detect the realm.
* | | Whitespace changes.Andrew Arnott2009-12-291-6/+7
| | |
* | | Fixed username display so it uses the friendly identifier or email.Andrew Arnott2009-12-292-8/+24
| | |
* | | Removed requirement that InfoCards users log in with be self-issued.Andrew Arnott2009-12-292-2/+4
| | |
* | | Gave each project template a unique forms auth cookie name.Andrew Arnott2009-12-292-2/+2
| | |
* | | Moved login processing code from the web forms project template into the ↵Andrew Arnott2009-12-294-51/+76
| | | | | | | | | | | | library and utilize it now in both templates.
* | | Added privacy policy to sreg request.Andrew Arnott2009-12-295-9/+38
| | |
* | | In the MVC project template, OpenIdRelyingParty now has a wrapping interface ↵Andrew Arnott2009-12-297-71/+129
| | | | | | | | | | | | | | | | | | to allow for easier unit testability. I also made a rash of StyleCop fixes.
* | | Some small code improvements to the MVC project template AccountController ↵Andrew Arnott2009-12-291-34/+97
| | | | | | | | | | | | and added a bunch of comments.
* | | Added XSRF protection to login page, and fixed display of error messages.Andrew Arnott2009-12-282-3/+4
| | |
* | | MVC project template now has basic OpenID login support:Andrew Arnott2009-12-2811-535/+546
| | | | | | | | | | | | | | | | | | | | | This includes: * A database, and bootstrapping code * Removed all the username/password gunk * Added a web site logger
* | | Added the files necessary so the MVC project template builds properly into ↵Andrew Arnott2009-12-275-0/+68
| | | | | | | | | | | | the .vsi file.
* | | Added initial project template for ASP.NET MVC.Andrew Arnott2009-12-2728-0/+25501
|/ /
* | Merge branch 'v3.3'Andrew Arnott2009-12-2712-51/+158
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs