This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
759c925fa0b27d2c3ed4f433bc7bae76b2a68f06
Umbraco-CMS
/
src
/
Umbraco.Web
/
Install
T
History
Shannon
fd66f08520
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
..
Controllers
Gets the IsConfigured check checking the migration data, updates the install controller to ensure there's no infinite redirects and to use the IsUpgrading flag. Now to add entries to the table when the migrations have executed.
2015-06-22 16:22:47 +02:00
InstallSteps
Cleans up the usages of auth cookies. OWIN is in charge of auth cookies but because we have Webforms, WebApi, MVC and OWIN, they all like to deal with cookies differently. OWIN should still be solely in charge of the auth cookies, so the auth extensions are cleaned up, the renewal now works by queuing the renewal and we have custom middleware detect if a force renewal has been queued and we renew the auth cookie there. Have obsoleted a few methods that should not be used that write auth tickets directly (this is purely for backwards compat with webforms). All of these changes now ensure that the auth cookie is renewed consistently between Webforms, WebApi, MVC and OWIN. Some changes also include ensuring that OWIN is used to sign out.
2015-11-19 18:12:21 +01:00
Models
Adds newsletter to installer
2014-04-02 11:20:35 +02:00
DatabaseHelper.cs
Fixes up the dbconnection checker to work with all supported db types.
2014-03-13 20:14:56 +11:00
FilePermissionHelper.cs
working on: U4-6756 Don't ship or generate unnecessary folders
2015-07-16 15:29:46 +02:00
HttpInstallAuthorizeAttribute.cs
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
InstallAuthorizeAttribute.cs
asfsafd
2014-02-27 10:16:30 +01:00
InstallException.cs
Fixes: U4-4154 convert existing property data from XML to JSON during upgrade v6 - 7 to ensure that other data types that have this property editor are upgraded as well. Fixes some of the installer bits so that the steps are not marked as completed if they have problems.
2014-03-20 17:35:51 +11:00
InstallHelper.cs
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
InstallStatusTracker.cs
Fixes installer breaks with missing app_data/temp/installer folder
2014-03-07 10:18:08 +01:00
UmbracoInstallArea.cs
Update to MVC5
2015-07-30 17:08:39 +02:00