Warren Buckley
40ea54007f
Update the usage of GetUrl - to just use the raw string value as opposed to a JSON object. Updated related JS object mock as well
2017-01-18 12:34:58 +00:00
Warren Buckley
fc5bf81991
Returns a string as opposed to a Dynamic object - however cannot return a string object from this method as the result is wrapped in quotes hence we use a HttpResponseMessage & StringContent to return a raw string from the API endpoint
2017-01-18 12:33:43 +00:00
Mads Rasmussen
698f0e975a
remove option to open media items in mini editor
2017-01-17 23:01:40 +01:00
Mads Rasmussen
c6ed4eaff6
only sort lists with more than one item
2017-01-17 21:27:24 +01:00
Mads Rasmussen
2964f9a1c7
clean up redundant code
2017-01-17 20:48:00 +01:00
Mads Rasmussen
4612183b13
fix unit test typo
2017-01-17 19:27:39 +01:00
Mads Rasmussen
4fe12d8930
clean up dependencies in content picker controller
2017-01-17 19:26:00 +01:00
Mads Rasmussen
a54f4aeffd
added documentation for umb-node-preview component
2017-01-17 19:10:22 +01:00
Mads Rasmussen
907afa11ad
combine "open" end "edit" prevalues into one setting (open in dialog) + remove "show path on hover" setting because it is not used anymore
2017-01-17 11:11:20 +01:00
Mads Rasmussen
bf4ad25cad
remove ng-title
2017-01-16 21:16:31 +01:00
Mads Rasmussen
c58957dc7b
fix unit tests
2017-01-16 20:52:07 +01:00
Mads Rasmussen
7b616cf719
add a bit padding on the sides
2017-01-16 20:50:56 +01:00
Mads Rasmussen
cca0f4c293
clean up
2017-01-16 20:13:43 +01:00
Mads Rasmussen
bbe68cc224
better styling of mini editor
2017-01-16 20:13:17 +01:00
Mads Rasmussen
3bdc2e63ab
get url for items + set published/unpublished state
2017-01-16 14:45:50 +01:00
Mads Rasmussen
198edec4f4
add fallback icons
2017-01-16 10:09:53 +01:00
Mads Rasmussen
361f5093c7
align width with input fields
2017-01-13 14:42:36 +01:00
Mads Rasmussen
4fa36cd424
fine tuning
2017-01-13 13:16:47 +01:00
Mads Rasmussen
eba8181d0c
use new umb node preview component in member picker
2017-01-13 11:17:28 +01:00
Mads Rasmussen
21714f0eac
use new umb node preview component in member group picker
2017-01-13 11:16:59 +01:00
Mads Rasmussen
8e79e15c71
use new umb node preview component in content picker
2017-01-13 11:16:15 +01:00
Mads Rasmussen
0c709d144b
move mini editor launch logic to helper service so we can open it without the directive - it is needed for the content picker
2017-01-13 10:40:03 +01:00
Mads Rasmussen
4e7d2f668b
add node preview component
2017-01-13 10:26:43 +01:00
Mads Rasmussen
0a53f7636c
remove orange color from discard changes button
2017-01-10 15:01:45 +01:00
Mads Rasmussen
6e6d552441
Merge pull request #1662 from marcemarc/patch-2
...
Add some green to 'stay' option - U4-9323
2017-01-10 14:59:08 +01:00
Sebastiaan Janssen
358dd7f32b
Move ImageProcessor.Web.Config to not be in the .Core NuGet, it's not a dll
2017-01-10 07:30:35 +01:00
Shannon
6531d027fc
fixes error with server side validation + data tyep editor
2017-01-10 11:55:36 +11:00
Shannon
d11e787624
updates Nuspec with IP version
2017-01-10 11:37:31 +11:00
Shannon
055ae0d126
updates latest IP mem leak fixes
2017-01-10 11:36:35 +11:00
Sebastiaan Janssen
52b1a08912
Merge pull request #1671 from umbraco/temp-U4-9337
...
Perf improvements especially around URLs and node path
2017-01-09 16:12:26 +01:00
Stephan
9ba08f275e
Merge branch 'temp-U4-9337' of https://github.com/umbraco/Umbraco-CMS into temp-U4-9337
2017-01-06 09:15:43 +01:00
Stephan
aadd0c9129
U4-9337 - asymmetric route caching
2017-01-06 09:12:25 +01:00
Shannon
b3b79a792f
Merge branch 'refs/heads/dev-v7' into temp-U4-9337
2017-01-06 17:40:40 +11:00
Shannon
59cd4b5c5c
Fixes more allocations at the config level
2017-01-06 17:40:03 +11: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
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
Stephan
89be1cf5d2
U4-9337 - with missing file...
2017-01-05 10:50:03 +01:00
Stephan
2041e85b9e
U4-9337 - add doc and test
2017-01-05 10:46:40 +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
Stephan
d5e66252dc
U4-9337 - minor simplification
2017-01-05 09:25:30 +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
Stephan
0e31fcf3db
U4-9337 - fix tests
2017-01-04 15:36:29 +01:00