This website requires JavaScript.
Explore
Help
Sign In
yv01p
/
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
555b520a0ce85b8bc3282a3b4dd076d135378b1e
Umbraco-CMS
/
src
/
Umbraco.Web
/
Install
/
InstallSteps
History
Shannon
555b520a0c
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
..
DatabaseConfigureStep.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
DatabaseInstallStep.cs
Ensures the migrations table is created on install, updates the installation to create the latest migration version once complete.
2015-06-22 19:31:34 +02:00
DatabaseUpgradeStep.cs
Fixes up some unit tests with changes to migration runner, creates unit tests for ApplicationContext.IsConfigured, updates DatabaseContext to be able to mock some methods.
2015-06-22 18:59:44 +02:00
FilePermissionsStep.cs
Fixes installer permission steps - this cannot just arbitrarily write to the umbraco xml cache file
2015-04-01 16:57:32 +11:00
MajorVersion7UpgradeReport.cs
merge
2014-03-05 20:12:45 +01:00
NewInstallStep.cs
Adds newsletter to installer
2014-04-02 11:20:35 +02:00
SetUmbracoVersionStep.cs
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
StarterKitCleanupStep.cs
Latest visual changes to installer + db validator
2014-03-05 20:03:45 +01:00
StarterKitDownloadStep.cs
Get starterkits in new way so we can support version compatibility (Fanoe is only compatible with 7.2+)
2014-11-30 15:50:55 +01:00
StarterKitInstallStep.cs
Latest visual changes to installer + db validator
2014-03-05 20:03:45 +01:00
UpgradeStep.cs
Update wording on upgrades
2014-03-16 19:37:08 +01:00
Version73FileCleanup.cs
Fixes: U4-6937 Update all web.configs in all subfolders to use MVC4 / Razor 3, U4-6938 While upgrading, delete dlls that shouldn't be there after upgrade
2015-08-20 18:41:39 +02:00