Stephan
|
b26b415096
|
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
|
2016-11-03 10:31:44 +01:00 |
|
Stephan
|
b7ef002da5
|
Cleanup SignalR
|
2016-10-19 15:35:25 +02:00 |
|
Stephan
|
20fc78419e
|
Refactor / fix SignalR integration, add nuspec dependency
|
2016-10-19 15:07:48 +02:00 |
|
Stephan
|
341e817fd5
|
Get tests to run, troubleshoot
|
2016-10-17 11:00:18 +02:00 |
|
Stephan
|
5c2232aa3b
|
Refactor logging and profiling, boot reporting
|
2016-09-19 16:33:47 +02:00 |
|
Stephan
|
0597eea72b
|
Resvolution - Components, Runtime & Booting
|
2016-09-19 16:33:43 +02:00 |
|
Stephan
|
bda2dbfb88
|
Resvolution - Refactor
|
2016-09-19 16:30:30 +02:00 |
|
Shannon
|
893c2a99be
|
adds some comments
|
2016-09-08 09:30:13 +02:00 |
|
Shannon
|
2ff3ce933b
|
U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager
|
2016-08-12 12:20:00 +02:00 |
|
Stephan
|
74b8e5ba36
|
Cleanup - UmbracoContext and injection
|
2016-07-20 19:28:17 +02:00 |
|
Stephan
|
7c5542dca3
|
Facade - Cleanup access to 'current'
|
2016-07-20 19:23:09 +02:00 |
|
Stephan
|
77c2766d55
|
Merge branch origin/dev-v7 into dev-v8
|
2016-07-18 14:42:06 +02:00 |
|
Shannon
|
e3b9a45435
|
Updates public APIs to enable umbraco cookie auth so devs can specify their own cookie options if required.
|
2016-07-18 10:09:46 +02:00 |
|
Stephan
|
8c33a31f37
|
U4-8447 - fix services setup
|
2016-05-30 17:56:25 +02:00 |
|
Shannon
|
8127731f72
|
Namespace and file cleanup - Profiling --> Logging, root cache stuff moved to Cache, XmlHelper --> Xml, TypeFinder, etc.. --> Plugins
|
2016-05-18 23:34:56 +02:00 |
|
Shannon
|
06ce26989a
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
Conflicts:
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/PropertyEditors/RelatedLinksPropertyEditor.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebApi/Filters/DisableBrowserCacheAttribute.cs
|
2016-04-12 15:16:19 +02:00 |
|
Shannon
|
506ed9f866
|
U4-8286 Add OWIN startup events to the UmbracoDefaultOwinStartup class
|
2016-04-07 17:51:09 +02:00 |
|
Shannon
|
295368fc2b
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
Conflicts:
.gitignore
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
|
2016-03-23 11:04:06 +01:00 |
|
Shannon
|
9e3d7a1cce
|
updates default pipeline marker stage for the preview middleware, updates MembershipHelper to not throw an exception if the Role manager is disabled.
|
2016-03-18 11:05:39 +01:00 |
|
Shannon
|
88504306ca
|
fixes merge
|
2016-03-16 15:14:00 +01:00 |
|
Shannon
|
d37d31246e
|
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
Conflicts:
src/Umbraco.Core/Persistence/Migrations/MigrationRunner.cs
src/Umbraco.Core/Persistence/Querying/BaseExpressionHelper.cs
src/Umbraco.Tests/Persistence/SyntaxProvider/MySqlSyntaxProviderTests.cs
src/Umbraco.Web.UI/umbraco/create/content.ascx
src/Umbraco.Web.UI/umbraco/create/member.ascx
src/Umbraco.Web.UI/umbraco/create/nodeType.ascx
src/Umbraco.Web/PropertyEditors/TrueFalsePropertyEditor.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/Security/Identity/BackOfficeCookieManager.cs
src/Umbraco.Web/Strategies/Migrations/ClearMediaXmlCacheForDeletedItemsAfterUpgrade.cs
src/Umbraco.Web/Strategies/Migrations/PublishAfterUpgradeToVersionSixth.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/umbraco/settings/stylesheet/editstylesheet.aspx.cs
|
2016-03-16 15:02:53 +01:00 |
|
Shannon
|
2f9b526465
|
Only apply preview auth if Umbraco is fully configured
|
2016-03-16 10:41:33 +01:00 |
|
Shannon
|
f6f54fd057
|
Merge branch 'master-v7' into dev-v8
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSeven/UpdateRelatedLinksData.cs
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DataTypeDefinitionRepository.cs
src/Umbraco.Core/Persistence/Repositories/DictionaryRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/EntityContainerRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/RepositoryBase.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorValueConvertersResolver.cs
src/Umbraco.Core/Services/ContentTypeService.cs
src/Umbraco.Core/Services/FileService.cs
src/Umbraco.Core/Services/LocalizationService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Tests/Persistence/Querying/ContentTypeSqlMappingTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/DataTypeDefinitionRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/DictionaryRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/Web/Mvc/UmbracoViewPageTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/web.Template.config
src/Umbraco.Web/Models/Mapping/ContentModelMapper.cs
src/Umbraco.Web/Models/Mapping/ContentTypeModelMapper.cs
src/Umbraco.Web/PropertyEditors/ImageCropperPropertyValueEditor.cs
src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
src/Umbraco.Web/Services/ApplicationTreeService.cs
src/Umbraco.Web/Services/SectionService.cs
src/Umbraco.Web/Trees/MemberTreeController.cs
src/Umbraco.Web/UI/Pages/ClientTools.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadNodeTypes.cs
src/Umbraco.Web/umbraco.presentation/umbraco/channels/api.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasksBase.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/exportDocumenttype.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/protectPage.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/templateControls/ItemRenderer.cs
src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/MediaExtensions.cs
src/umbraco.businesslogic/BasePages/ClientTools.cs
src/umbraco.businesslogic/UmbracoSettings.cs
src/umbraco.cms/businesslogic/CMSNode.cs
src/umbraco.cms/businesslogic/Content.cs
src/umbraco.cms/businesslogic/cache/Cache.cs
src/umbraco.cms/businesslogic/datatype/DataTypeDefinition.cs
src/umbraco.cms/businesslogic/propertytype/propertytype.cs
src/umbraco.cms/businesslogic/web/Document.cs
src/umbraco.cms/helpers/DeepLink.cs
src/umbraco.editorControls/tinyMCE3/TinyMCE.cs
|
2016-03-10 19:20:15 +01:00 |
|
Shannon
|
af1fe425a2
|
udpates ext method to specify an explicit marker stage, updates UmbracoDefaultOwinStartup to be more flexible with the methods to override.
|
2016-03-09 19:37:37 +01:00 |
|
Shannon
|
22385d40db
|
U4-4219 Can't Preview protected pages
|
2016-03-09 17:35:50 +01:00 |
|
Sebastiaan Janssen
|
42a68cb770
|
U4-7494 Installation Fails for 7.3.3 - Intermittent - Value cannot be null. Parameter name: sqlSyntax
|
2016-02-16 14:00:28 +01:00 |
|
Shannon
|
e423864781
|
Merge remote-tracking branch 'origin/master-v7' into dev-v7
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicy.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicyFactory.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Cache/FullDataSetCachePolicyTests.cs
src/Umbraco.Web.UI.Client/src/common/directives/components/grid/grid.rte.directive.js
src/Umbraco.Web.UI.Client/src/less/hacks.less
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/WebBootManager.cs
|
2016-02-03 12:30:11 +01:00 |
|
Shannon
|
6583ff4439
|
U4-7821 KeepUserLoggedIn with a long umbracoTimeOutInMinutes has logout issues
|
2016-02-02 12:12:51 +01:00 |
|
Shannon
|
dca6f2b42a
|
fixes build
|
2016-01-06 10:47:58 +01:00 |
|
Shannon
|
b0060a9592
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
build/InstallGit.cmd
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/config/lang/nb.xml
src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs
src/Umbraco.Web/Security/Identity/UmbracoBackOfficeCookieAuthOptions.cs
src/Umbraco.Web/WebServices/SaveFileController.cs
|
2016-01-06 10:46:38 +01:00 |
|
Shannon
|
d08f4230c8
|
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
|
2016-01-05 12:35:06 +01:00 |
|
Shannon
|
73cc4b4e3f
|
Web proj is building
|
2015-12-18 14:58:22 +01:00 |
|
Shannon
|
3f796791cc
|
uses the main property value instead of the param
|
2015-12-15 17:17:11 +01:00 |
|
Shannon
|
b74cab6f0b
|
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
|
2015-12-15 16:56:31 +01:00 |
|
Shannon
|
87100feb3d
|
Fixes: U4-7467 Umbraco 7.3.2 Clean install, OWIN error after database creation and bumps version
|
2015-11-27 21:23:24 +01:00 |
|
Shannon
|
c4860a490f
|
Ensures that GetUserSecondsMiddleWare uses the SystemClock for UTC Now, ensures that it only extends the ticket when necessary and not everytime this middleware is called - the same logic that OWIN normally renews tickets with, this means the cookie is not written everytime this request is made.
|
2015-11-27 16:43:02 +01:00 |
|
Shannon
|
8e6bbc3df9
|
Ensures that written cookies are done so consistently based on the UmbracoBackOfficeCookieAuthOptions. Ensures that when a webforms page requests token renewal that the token is not always renewed for the request, it checks if the tokens expiry correctly and only renews when necessary so the cookie is not written each time. Fixes the ForceRenewalCookieAuthenticationHandler to only write a cookie if the request is for a request that is not normally auth'd (i.e. is a webforms form that exists outside the normal /umbraco path ... legacy).
|
2015-11-27 16:25:39 +01:00 |
|
Shannon
|
6d0aa824ad
|
U4-7307 Windows Authentication prompts for Windows login after Umbraco login
|
2015-11-24 16:31:18 +01:00 |
|
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 |
|
Shannon
|
71ec09486d
|
Reverts the 'fix' from U4-7118 since it is incorrect. Updates the sliding expiration of the cookie/ticket when the user is supposed to be always logged in to 30 minutes in case the timeout is actually set very low in config.
|
2015-11-19 14:17:06 +01:00 |
|
Stephan
|
f5f9cb676c
|
Fix CultureInfo leak in UmbracoApplicationBase too.
|
2015-11-17 16:54:24 +01:00 |
|
Shannon
|
bbbea99ced
|
removes redundant null check.
|
2015-11-09 10:56:07 +01:00 |
|
Shannon
|
3d213342bf
|
Fixes: U4-7353 OAuth providers for the back office require more flexibility with Challenge Results
|
2015-11-09 10:42:15 +01:00 |
|
Stephan
|
cfab30a1ef
|
Fix thread CultureInfo issue breaking PetaPoco
|
2015-10-31 12:47:03 +01:00 |
|
m_stodd
|
7abbfbcfcc
|
Setting UMB_CONTEXT with Domain "FALSE"
Running Umbraco on localhost, Chrome does not handle received 'Set Cookie's with no domain. "FALSE" works as noted here: http://stackoverflow.com/questions/1134290/cookies-on-localhost-with-explicit-domain
|
2015-09-18 02:13:12 -05:00 |
|
Shannon
|
779dd26527
|
Fixes: U4-6969 Property label localization in 7.3 always uses en-US locale
|
2015-09-16 15:22:40 +02:00 |
|
Shannon
|
b0fb892b16
|
Fixes: U4-6736 Log "logout" from Umbraco and also ensures logging is occuring on timeout, logout, login all with Identity stuff.
|
2015-07-23 12:03:50 +02:00 |
|
Shannon
|
53a0c55b14
|
Implements SignInManager, implements lock out policy for user manager, allows for better implementation of 2 factor auth for developers. Updates to latest owin libs.
|
2015-07-01 17:07:29 +02:00 |
|
Shannon
|
56315768e9
|
updates method name
|
2015-06-26 17:04:40 +02:00 |
|
Shannon
|
b42959f663
|
Gets U4-6753 Identity support must have an option to enable auto-linked accounts working
|
2015-06-26 16:59:40 +02:00 |
|