Sebastiaan Janssen
|
d66e951b68
|
Updating code style, removes obsolete files, now we can move the tree to the Translation section
|
2018-06-13 20:20:21 +02:00 |
|
Dave Woestenborghs
|
9c33f1b1c9
|
U4-5683 Migrate Dictionary tree & editor to angular (#2159)
|
2018-06-13 20:19:18 +02:00 |
|
Robert
|
9384cd0f27
|
Merge pull request #2574 from umbraco/temp-U4-11195
fixes U4-11195 Mapping complex properties slow down some queries
|
2018-04-19 12:22:12 +02:00 |
|
Robert
|
0262b4aa76
|
Changed ContentPropertyDto modifier back to override which rendered content with tags unable to be saved
|
2018-04-19 12:10:39 +02:00 |
|
Claus
|
0c191a3ef7
|
updating to use includeProperties, fixing modifier keywords for methods, and passing includeProperties from list views.
|
2018-04-17 08:36:36 +02:00 |
|
Claus
|
5380b62504
|
fixes U4-11195 Mapping complex properties slow down some queries
|
2018-04-09 15:43:17 +02:00 |
|
Dave Woestenborghs
|
fa171e4553
|
Added culture property to Backoffice tour
|
2018-03-23 15:33:42 +01:00 |
|
Shannon
|
96c6a17d03
|
Merge branch 'dev-v7' into dev-v7.10
|
2018-03-21 12:36:55 +11:00 |
|
Shannon Deminick
|
64fd6ee7c5
|
Merge pull request #2477 from Shazwazza/U4-10992
U4-10992 (UDUF) TourController Object reference not set to an instance of an…
|
2018-03-21 12:24:50 +11:00 |
|
Shannon
|
05c38db54c
|
updates naming of the extending preview property and fixes the angular rendering on ng-init
|
2018-03-14 15:24:30 +11:00 |
|
Shannon
|
3e2fa64820
|
Changes the Preview Index.cshtml to use a real model instead of viewdata, adds the correct razor web.config for these preview views, changes the enabled feature to be able to inject a razor view instead of strings
|
2018-03-14 13:56:49 +11:00 |
|
Shannon
|
89edfe5782
|
refactors a bit - merges the 2 new resolvers into one and renames with code comments. Updates the ContentPropertyBasic to include a new IsSensitive property for mapping, updates the UI to check for this, updats the mapping to map with UmbracoContext,
|
2018-03-13 11:23:44 +11:00 |
|
Robert
|
8749b030cf
|
Added custom resolver to deal with sensitive values on member list view, some cleanup
|
2018-03-12 12:04:54 +01:00 |
|
Shannon
|
ccfb643055
|
U4-11019 Member 'Locked out' marked as sensitive throws an error
|
2018-03-01 17:15:47 +11:00 |
|
Stephan
|
cec71f5651
|
Fix tabs issue
|
2018-02-27 14:52:12 +01:00 |
|
Shannon
|
34506664df
|
Moves the member export to happen on action click, adds a helper method to download a file via XHR
|
2018-02-26 23:09:29 +11:00 |
|
Shannon
|
7019c9433b
|
U4-10991 TourController Object reference not set to an instance of an object - when loading an invalid tour
|
2018-02-23 16:40:29 +10:00 |
|
Sebastiaan Jansssen
|
a5caf361e0
|
Update DateTime.Now usages to be UtcNow to be independent of local datetime
|
2018-02-15 15:55:40 +01:00 |
|
Shannon
|
caa3a3319f
|
Fixes issue with user groups being dirty and resetting dirty events
|
2018-02-13 18:54:13 +11:00 |
|
Shannon
|
c4fa3aa649
|
Fixes issue with AffectedUser vs PerformingUser, updates the log formatting and uses the affectedDetails better, fixes the double event calling for auth stuff, fixes the change password event raising, fixes reporting the changed property values for members
|
2018-02-13 00:15:04 +11:00 |
|
Sebastiaan Jansssen
|
fc43d3cdee
|
Merge branch 'dev-v7.8' into dev-v7.9
|
2018-01-31 17:03:19 +01:00 |
|
Shannon
|
1ec09e15cf
|
fixes tests
|
2018-01-29 12:02:20 -06:00 |
|
Shannon
|
a48568d1ba
|
Fixes problem where the sensitive value placeholder was being posted back to the server for saving, instead we don't post this value at all which means it will not be overwritten when it posts back.
|
2018-01-29 11:38:08 -06:00 |
|
Robert
|
e07c5e6ff8
|
Removed unused using directives
|
2018-01-29 13:18:11 +01:00 |
|
Robert
|
67ff827d67
|
Tours will only load if the current user has access to the same sections the tours has access to
|
2018-01-29 13:13:43 +01:00 |
|
Shannon
|
995f644501
|
Adds upgrade logic, fixes tests, fixes model mappings to not do so much AfterMap
|
2018-01-26 17:27:35 -07:00 |
|
Shannon
|
f08192a4ab
|
Changes copy for hidden values and makes the rendering for hidden values it's own property editor view so we can more easily update it.
|
2018-01-26 15:52:12 -07:00 |
|
Shannon
|
469d6f9ca3
|
Now checks for the sensitiveData group to view sensitive data
|
2018-01-25 15:06:23 -07:00 |
|
Shannon
|
54cc80f4e8
|
Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
|
2018-01-25 14:41:28 -07:00 |
|
Shannon
|
64628c0a9d
|
Gets the IsSensitive property mapped to the display object and changes the property output to show that the field contains sensitive data. Refactors the TabsAndPropertiesResolver and simplifies it a lot which also allows us to pass in an UmbracoContext which we'll need in order to determine a user's rights, etc... Refactors how the TreeNodeUrls are mapped and they now use a proper mapper. This now means we do much less in AfterMap
|
2018-01-25 14:14:12 -07:00 |
|
Shannon
|
b49db0e941
|
Initial commit for member type sensitive data, this adds the db and model requirements and updates the normal property editor for a member type which saves the isSensitive data to the db.
|
2018-01-23 13:01:31 -07:00 |
|
Shannon
|
e25f6e82ed
|
Merge branch 'dev-v7' into dev-v7.8
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web/Models/Mapping/UserModelMapper.cs
|
2018-01-23 11:42:14 -07:00 |
|
Robert
|
c68f832be6
|
Fixed anoying lower case delete action on macro context tree
|
2018-01-23 14:34:03 +01:00 |
|
Sebastiaan Janssen
|
2e7baabb94
|
Merge pull request #2394 from umbraco/temp-u4-10813
U4-10813 - fix error with groups having a large number of permissions
|
2018-01-18 17:27:11 +01:00 |
|
Stephan
|
2a982f21a7
|
U4-10813 - fix error with groups having a large number of permissions
|
2018-01-17 13:07:03 +01:00 |
|
Stephan
|
3ff455f11d
|
U4-10079 - remove default template
|
2018-01-17 11:36:08 +01:00 |
|
Mads Rasmussen
|
5b754b3958
|
adding missing fieds to tour step model
|
2018-01-12 13:33:46 +01:00 |
|
Claus
|
cba31986fe
|
adding dynamic customProperties field to steps.
|
2018-01-12 11:46:13 +01:00 |
|
Mads Rasmussen
|
14b58386e5
|
fix tour backdropOpacity
|
2018-01-11 14:14:03 +01:00 |
|
Shannon Deminick
|
effa984bdc
|
Merge pull request #2371 from umbraco/temp-U4-10707
fixes: U4-10707 Config to order tour groups
|
2018-01-11 22:04:24 +11:00 |
|
Shannon
|
d7f2041ee9
|
Makes the TourFilterResolver a real resolver
|
2018-01-11 18:00:42 +11:00 |
|
Stephan
|
ad882ab5be
|
Merge remote-tracking branch 'origin/dev-v7.8' into temp-U4-10789
|
2018-01-10 15:58:18 +01:00 |
|
Claus
|
eb94572361
|
updating pr to fit with base.
|
2018-01-10 10:55:46 +01:00 |
|
Claus
|
fd8317493e
|
Merge branch 'dev-v7.8' into temp-U4-10707
# Conflicts:
# src/Umbraco.Web/Editors/TourController.cs
# src/Umbraco.Web/Umbraco.Web.csproj
|
2018-01-10 10:10:19 +01:00 |
|
Shannon
|
c3be9004f6
|
U4-10811 Store custom tours as json and load from App_Plugins/{MyPlugin}/backoffice/tours
|
2018-01-10 16:01:46 +11:00 |
|
Claus
|
a5ec5f46ac
|
filtering out tours.
|
2018-01-09 15:49:19 +01:00 |
|
Shannon
|
a9713dc6fc
|
Converts the xslt tree to a controller, ensures all config for trees is correct and transforms for upgrades applied
|
2018-01-05 13:44:57 +11:00 |
|
Shannon
|
0ce059d5bd
|
U4-10789 Headless User Editor extensibility
|
2018-01-02 17:28:16 +11:00 |
|
Shannon
|
773ef1d168
|
Merge branch 'dev-v7' into dev-v7.8
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.html
|
2018-01-02 15:28:30 +11:00 |
|
Shannon
|
e4561851a4
|
modifies some code changes to null check and not to use extension methods that require singleton access.
|
2017-12-21 17:30:37 +11:00 |
|