Shannon
416dcdf90f
Updates NotFoundHandlerHelper to use IDomainService and fixes IDomainRepository with the Exists and GetByName methods (with tests)
2015-05-13 16:45:08 +10:00
Shannon
64cbeb4c9d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Services/EntityService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
src/Umbraco.Web/Cache/TemplateCacheRefresher.cs
src/umbraco.cms/businesslogic/template/Template.cs
2015-05-13 12:20:43 +10:00
Shannon
433950dd59
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-05-12 12:39:57 +10:00
Shannon
ad8926668e
Fixes: U4-6588 UmbracoSettings Error404 support Guids and Xpath - To achieve this, had to create an Id -> Key and Key -> Id method on EntityService including a cache for it which means updating all relavent cache refreshers to clear this cache when things are removed. Moved the logic for parsing an Umbraco XPath query (with tokens) to a stand-alone testable class (though haven't written tests), move the logic for looking up a not found page to the NotFoundHandlerHelper (instead of legacy 'library'). Fixes the $root query, since I don't think that ever worked. I've tested $root now for both MNTP and for the not found handler and it works.
2015-05-12 12:39:46 +10:00
Sebastiaan Janssen
4ebc0fe4cf
U4-6383 Download all translation tasks as XML Error
...
#U4-6383 Fixed Due in version 7.2.5
2015-05-11 21:33:52 +02:00
Shannon
d2deaf0375
Fixes MVC references and updates to 4.0.0.1
2015-05-11 12:43:45 +10:00
Shannon
95ff94c532
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
src/Umbraco.Web/Editors/AuthenticationController.cs
src/Umbraco.Web/packages.config
2015-05-11 12:26:53 +10:00
Shannon
d94b334375
Moves login logging to the provider level
2015-05-11 12:22:56 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Sebastiaan Janssen
c34605937c
U4-6603 Log failed login attempts
...
#U4-6603 Fixed
2015-05-10 17:47:32 +02:00
Shannon
11b5123bbb
fixes datatokens dictionary check and ensures that webapi is initialized at the very end of the boot cycle.
2015-05-08 19:13:58 +10:00
Shannon
3be1cd8b0d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/packages.config
2015-05-07 16:24:29 +10:00
Shannon
fec9d066f0
Merge branch 'property-editor-fixes' of https://github.com/pynej/Umbraco-CMS into pynej-property-editor-fixes
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/markdowneditor/markdowneditor.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html
src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs
2015-05-07 13:24:59 +10:00
Shannon Deminick
3a726348d2
Merge pull request #673 from kgiszewski/dev-v7
...
Fix for U4-6530
2015-05-07 10:21:42 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Stephan
e358390211
Bugfix Xml cache - bad, bad Stephan
2015-05-06 11:10:04 +02:00
Shannon
e8d4777d74
re-formatted some of the PR
2015-05-06 17:36:46 +10:00
Shannon
781ca34e34
Merge branch 'U4-5480' of https://github.com/Jeavon/Umbraco-CMS into Jeavon-U4-5480
2015-05-06 17:34:59 +10:00
Shannon
821daa82c4
Fixes: U4-6474 Update to latest examine v0.1.63
2015-05-06 17:14:10 +10:00
Shannon
7134373933
Fixes: U4-6484 Don't cast to specific Examine types - only interfaces like ISearcher/IIndexer
2015-05-06 13:25:24 +10:00
Shannon
8fa838e8fb
Fixes merge and re-code's the XmlCacheFilePersister to use ILogger
2015-05-05 12:44:19 +10:00
Shannon
2f9753cc12
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/umbraco.presentation/content.cs
src/umbraco.macroRenderings/app.config
2015-05-05 12:27:01 +10:00
Shannon
425df19c5c
adds long overloads to interfaces
2015-05-04 14:36:46 +10:00
Shannon
cd2f512284
moves auth server classes to the identity extensions sln
2015-05-04 11:02:23 +10:00
Sebastiaan Janssen
be065b2fa3
Generate symbols nupkg (apparently you can create it from an existing NuSpec file, very cool)
...
Making sure that all pdbs ARE actually generated in Release mode (the AllBinaries file was missing loads of files)
Generate all and include all xml doc files too
Corrects WebPI zip, also shouldn't include dotLess.Core.dll
2015-05-01 14:27:26 +02:00
Shannon
624975b4c9
Updates to WebApi2, fixes nuspec to include the correct dependencies (and simplifies them)
2015-05-01 14:03:59 +10:00
Shannon
85cdc79fd2
Need to publicize some things for the REST service to work
2015-04-30 16:39:41 +10:00
Shannon
550d690a31
Fixes: U4-6559 ServerVariables parsing - An Item with the same key has already been added
2015-04-27 12:41:19 +10:00
Sebastiaan Janssen
d607041ca4
U4-6450 Creating Partial View Macro without 'Create Macro' selected still tries to create a macro
...
#U4-6450 Fixed
2015-04-23 14:55:57 +02:00
kgiszewski
dc3e144493
Fix for U4-6530
2015-04-20 10:28:35 -04:00
Stephan
c4aa87d73d
Backport Xml concurrency fixes
2015-04-13 19:12:03 +02:00
Shannon
f87764f9d5
a bit better support for unit testing controllers with ctor overloads
2015-04-13 20:13:57 +10:00
Shannon
9d4e0f1e3d
Changes UmbracoApiControllerBase to lazily create properties which helps with unit testing
2015-04-13 16:08:34 +10:00
Shannon
800b8b5f7e
updates nuspec, creates new UmbracoApiControllerBase which is not auto-routed but contains the base services
2015-04-13 15:06:40 +10:00
Shannon
c3ca651e4a
Renames a few things to shorten names
2015-04-10 16:55:04 +10:00
Shannon
f2e319a01f
Updates the UmbracoBackOfficeIdentity to have better support for claims and adds unit tests for it. Creates OwinLogger's and methods to apply them. Updates security methods to ensure that a UmbracoBackOfficeIdentity is returned even from a normal ClaimsIdentity which will be the case with bearer tokens. Updates the angular anti-forgery checker to be ignore if the auth type is not cookie based. Adds a simple token server provider that people can use if they want. Now token authentication is working.
2015-04-10 14:22:09 +10:00
Shannon
c78b371965
updates the BackgroundTaskRunnerAwaiter so that it exits if the runner is not running when it is ctor'd, adds diags.
2015-04-09 17:59:34 +10:00
Shannon
e29668a01b
Changes DebugDiagnosticsLogger to not output Fail since that launches a debug entry window, adds some diagnostics to the background task runner stuff since the awaiter is waiting for every in very random cases.
2015-04-09 17:49:17 +10:00
Shannon
757108446d
fixes tests
2015-04-09 17:18:47 +10:00
Shannon
19715ef45f
Fixes build, updated BackgroundTaskRunner to get an ILogger injected
2015-04-09 17:12:52 +10:00
Shannon
a1c7352da1
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Integration/GetCultureTests.cs
src/Umbraco.Tests/Models/ContentTests.cs
src/Umbraco.Tests/Models/ContentTypeTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/Services/ContentTypeServiceTests.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/Mvc/SurfaceController.cs
2015-04-09 16:50:07 +10:00
Shannon
c525be3e44
Completes: U4-6474 Update to latest examine v0.1.62
2015-04-09 15:33:58 +10:00
Shannon
cc804bd3bd
removes duplicate test
2015-04-08 17:57:00 +10:00
Shannon
24dc8309f1
sets ConfigureAwait(false) for XmlCacheFilePersister await calls and BackgroundTaskRunner await calls since these are always on background threads, no synchronizing with any context.
2015-04-08 17:15:21 +10:00
Shannon
147cc92ac5
Updates BackgroundTaskRunner & tests: removes the need for most Thread.Sleep which is error prone, this is done by updating the GetAwaiter() method to be a custom awaiter so we can await the entire background task running operations. We then add a property called CurrentThraedingTask which then allows awaiting the current Task instance. Adds error handling to all event handlers for the task runner. Changes events to be TypedEventHandlers
2015-04-08 16:28:42 +10:00
Shannon
d5e735ac14
Fixes singleton accessors and adds ctor which would allow unit testability.
2015-04-07 12:07:54 +10:00
Shannon Deminick
8d841d3537
Merge pull request #667 from AndyButland/u4-1733
...
U4-1733 - Added overloads to RedirectToUmbracoPage methods to allow passing of a querystring
2015-04-07 11:05:05 +10:00
Sebastiaan Janssen
5f175874b2
Fixes tests and adds a few
2015-04-02 17:52:59 +02:00
Sebastiaan Janssen
fa053426c3
Don't disableFindContentByIdPath when in preview mode
2015-04-02 17:16:56 +02:00
Shannon
a321d4d1b8
Allows the ability to use external logins to login to authorize upgrades, this means being able to add reserved paths at startup dynamically which is now built in as part of the AuthenticationOptionsExtensions for registering external logins for the back office.
2015-04-02 14:46:53 +11:00