Niels Hartvig
14e402878a
Merge conflict fixes
2017-01-10 14:49:19 +01:00
Niels Hartvig
5a2687d520
Merge of temp-template-editor
2017-01-10 14:47:33 +01:00
Mads Rasmussen
c46f38c73b
Merge pull request #1673 from umbraco/temp-U4-9324
...
Fixes: U4-9324 New template editor is lacking all validation (both client side and server side)
2017-01-10 12:23:35 +01:00
Mads Rasmussen
9718324e6e
add check for master not being equal to template
2017-01-10 12:22:18 +01:00
Mads Rasmussen
4c461a733b
remove inline validation on name
2017-01-10 12:16:12 +01:00
Mads Rasmussen
82ab7c4a01
Merge branch 'temp-template-editor' into temp-U4-9324
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/templates/edit.controller.js
2017-01-10 11:52:03 +01:00
Shannon
77d47f0b28
fixes error with server side validation + data tyep editor, ensures template controller and data type controller inherit from BackOfficeNotificationsController, ensures BackOfficeNotificationsController is attributed with PrefixlessBodyModelValidator
2017-01-10 12:29:30 +11:00
Shannon
d66c57cfd0
Ensures that the Name field shows validation correctly with server side validation - needs Mads to verify this is ok.
2017-01-10 12:05:48 +11:00
Niels Hartvig
4c330c8654
Implements CodeFileController
2017-01-09 22:54:28 +01:00
Warren Buckley
b2815d5e63
Remove commented code
2017-01-09 13:34:20 +00:00
Warren Buckley
5b88c57d94
Replace RequiredForPersistance with Required
2017-01-09 13:05:20 +00:00
Shannon
f5f9ff29ce
Discovered we are not passing the ISqlSyntaxProvider correctly to where so it defaults to the global one which causes some issues for libraries such as UmbracoIdentity
2017-01-06 14:32:56 +11:00
Sebastiaan Janssen
a10b59d03b
Revert "Fixes: U4-9217 - Sanitize tags before storing them in the database"
...
This reverts commit 47c8e6854e .
2017-01-05 17:14:14 +01:00
Sebastiaan Janssen
e6b1ecb851
Better way of cleaning the file extension to prevent XSS attacks
2017-01-05 11:52:06 +01:00
Per Ploug
12e48d069b
Fixes issue with DateTime values and strongly typed queries
2017-01-05 11:34:38 +01:00
Sebastiaan Janssen
69d6609a3b
Merge pull request #1675 from umbraco/temp-U4-9339
...
Trim the file name so that it doesn't get accepted by the server if i…
2017-01-05 11:34:23 +01:00
Claus
2196ab3713
changing this to use ToSafeFileName instead of just trimming for blank characters.
...
issuing a request with any character not allowed in a file path, appended to the filename - allows you to trick the validation like with the blank characters appended.
2017-01-05 11:10:21 +01:00
Claus
6c2f0e404f
Merge pull request #1672 from umbraco/temp-U4-9336
...
U4-9336 Deleting a node with an incorrect path of -1 will unpublish every node in the entire site
2017-01-05 10:17:50 +01:00
Per Ploug
dbdb1cbd06
Merge branch 'temp-template-editor' of https://github.com/umbraco/Umbraco-CMS into temp-template-editor
2017-01-05 08:45:28 +01:00
Per Ploug
8b479b57e5
Change query condition from name to alias
2017-01-05 08:45:04 +01:00
Shannon
c2359a96f8
missed nuspec update
2017-01-05 17:09:37 +11:00
Shannon
1df65bc3ce
Updates to latest ImageProcessor.Web to fix mime types when stored outside web root
2017-01-05 16:00:45 +11:00
Shannon
530a80d7ea
Adds a check to validate the NodeDto when persisting the item to validate that it's path is correct this should prevent any data corruption in the future - if the data corruption actually came from Core
2017-01-05 10:43:33 +11:00
Shannon
8be0f68390
Adds logic to validate an entity's path when it is used to GetDescendants, adds logic to fix an entity's path when it's state is going to be persisted when GetDescendants is used (i.e. MoveToRecycleBin), added this logic to Media too, adds unit tests to support
2017-01-05 10:29:03 +11:00
Sebastiaan Janssen
05cb30d79c
Trim the file name so that it doesn't get accepted by the server if it's a disallowed file
2017-01-04 17:01:26 +01:00
Sebastiaan Janssen
c472d4975e
Add some extra logging to ScheduledPublishing to more easily see where errors are coming from
2017-01-04 16:31:55 +01:00
Warren Buckley
663b0f3931
Merge pull request #1674 from umbraco/temp-U4-9338
...
fixes: U4-9338 Add focus to code editor on load and after closing dia…
2017-01-04 15:17:13 +00:00
Warren Buckley
1300764770
Adding in server side validation - but need to clarify that this is the 'right' way to do it that wires up correctly/magically back to the UI components
2017-01-04 14:12:45 +00:00
Mads Rasmussen
18d8223d7e
fixes: U4-9338 Add focus to code editor on load and after closing dialogs
2017-01-04 13:04:48 +01:00
Warren Buckley
1a215f3176
Merge pull request #1648 from umbraco/temp-U4-9273
...
Fixes: U4-9273 Add date picker to query builder
2017-01-04 11:16:10 +00:00
Claus
f200ab423d
updated test to fail and updated notes.
2017-01-04 11:59:07 +01:00
Mads Rasmussen
42841824bf
add client side validation
2017-01-04 11:31:46 +01:00
Mads Rasmussen
ddad642a88
fix callbacks
2017-01-04 10:45:40 +01:00
Mads Rasmussen
339957bd91
remove unnecessary dependencies
2017-01-04 10:43:56 +01:00
Shannon
d889d3e385
adds test
2017-01-04 20:00:30 +11:00
Sebastiaan Janssen
0bf27fa319
Merge pull request #1669 from umbraco/temp-U4-9335
...
U4-9335 UmbracoExamine needs to ignore the useTempStorage option if a…
2017-01-04 09:42:01 +01:00
Shannon
a92d255e4b
adds notes, obsoletes a few classes that shouldn't have really been there
2017-01-04 17:10:48 +11:00
Sebastiaan Janssen
dc62272e6e
Revert "Add Microsoft.IO.RecyclableMemoryStream to the nuspec, update to the latest version (1.2.1)"
...
Keep the version the same as what ImageProcessor relies on to avoid confusion and conflicts
This reverts commit 56d2230251 .
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
2017-01-03 17:04:38 +01:00
Niels Hartvig
60f6a60ca9
Update install post url to https
2017-01-03 16:11:32 +01:00
Sebastiaan Janssen
eef8d21112
Merge pull request #1667 from umbraco/U-9333
...
Makes EXIF data in resized images default
2017-01-03 15:59:43 +01:00
Sebastiaan Janssen
6a374cbfa6
Make the NuGet install and upgrade work
2017-01-03 15:57:21 +01:00
Sebastiaan Janssen
ccb8ac4cfc
Merge branch 'dev-v7' into U-9333
...
# Conflicts:
# src/Umbraco.Web.UI/packages.config
2017-01-03 14:19:43 +01:00
Per Ploug
051801f337
Couple of copy updates for the render section
2017-01-03 13:10:54 +01:00
hartvig
5de21734c0
Merge pull request #1650 from Bitmapped/U4-9298
...
Fix U4-9298
2017-01-03 12:56:46 +01:00
Sebastiaan Janssen
18deb8ad99
Merge pull request #1666 from defsteph/patch-1
...
Fixes issue U4-9332
2017-01-03 12:54:09 +01:00
Claus
3426ae3722
Merge pull request #1668 from umbraco/temp-U4-9318
...
U4-9318 Examine indexes inherited unpublished nodes on index rebuild
2017-01-03 11:44:33 +01:00
Sebastiaan Janssen
d04510f5f2
Merge pull request #1661 from umbraco/temp-U4-9319
...
U4-9319 Update to latest ImageProcessor v2.5.0 and ImageProcessor.Web…
2017-01-03 10:21:26 +01:00
Sebastiaan Janssen
84c0682f16
Not necessary to install Microsoft.IO.RecyclableMemoryStream, the ImageProcessor dependency will do that for us
2017-01-03 10:20:22 +01:00
Shannon
53bbc5f922
U4-9335 UmbracoExamine needs to ignore the useTempStorage option if an IDirectoryFactory config option is supplied by the indexer
2017-01-03 19:39:34 +11:00
Sebastiaan Janssen
56d2230251
Add Microsoft.IO.RecyclableMemoryStream to the nuspec, update to the latest version (1.2.1)
2017-01-03 09:25:10 +01:00