This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc43d3cdee74f5d33cb83379b63bc2977ea215f1
Umbraco-CMS
/
src
/
Umbraco.Web
/
Models
/
Mapping
History
Shannon
1ec09e15cf
fixes tests
2018-01-29 12:02:20 -06:00
..
AutoMapperExtensions.cs
Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
2018-01-25 14:41:28 -07:00
AvailablePropertyEditorsResolver.cs
…
CodeFileDisplayMapper.cs
Moves logic to separate UserGroupsController from the user controller, refactors a few model mappings to reduce a few lines of code, default permissions on user groups now save
2017-06-29 14:39:11 +10:00
ContentModelMapper.cs
fixes tests
2018-01-29 12:02:20 -06:00
ContentPropertyBasicConverter.cs
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
ContentPropertyDisplayConverter.cs
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
ContentPropertyDtoConverter.cs
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
ContentPropertyModelMapper.cs
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
ContentTreeNodeUrlResolver.cs
Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
2018-01-25 14:41:28 -07:00
ContentTypeModelMapper.cs
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
ContentTypeModelMapperExtensions.cs
Moves logic to separate UserGroupsController from the user controller, refactors a few model mappings to reduce a few lines of code, default permissions on user groups now save
2017-06-29 14:39:11 +10:00
ContentTypeUdiResolver.cs
…
CreatorResolver.cs
real data for user group
2017-06-06 02:05:17 +02:00
DatabaseTypeResolver.cs
…
DataTypeModelMapper.cs
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
EntityModelMapper.cs
U4-10524 Show warning in UI for any picker that is referencing a trashed or deleted item
2017-10-12 11:35:08 +02:00
EntityModelMapperExtensions.cs
Moves logic to separate UserGroupsController from the user controller, refactors a few model mappings to reduce a few lines of code, default permissions on user groups now save
2017-06-29 14:39:11 +10:00
LockedCompositionsResolver.cs
…
MacroModelMapper.cs
…
MediaModelMapper.cs
Adds upgrade logic, fixes tests, fixes model mappings to not do so much AfterMap
2018-01-26 17:27:35 -07:00
MemberModelMapper.cs
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
MemberTreeNodeUrlResolver.cs
Updates all required mappings to use AutoMapperExtensions.MapWithUmbracoContext where appropriate
2018-01-25 14:41:28 -07:00
MiscModelsMapper.cs
maps avatars in log
2017-09-07 22:24:18 +10:00
OwnerResolver.cs
real data for user group
2017-06-06 02:05:17 +02:00
PreValueDisplayResolver.cs
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
PropertyGroupDisplayResolver.cs
…
PropertyTypeGroupResolver.cs
…
RelationModelMapper.cs
…
SectionModelMapper.cs
fixes tests
2017-08-10 17:59:17 +10:00
TabModelMapper.cs
…
TabsAndPropertiesResolver.cs
Now checks for the sensitiveData group to view sensitive data
2018-01-25 15:06:23 -07:00
TemplateModelMapper.cs
Moves logic to separate UserGroupsController from the user controller, refactors a few model mappings to reduce a few lines of code, default permissions on user groups now save
2017-06-29 14:39:11 +10:00
UserGroupDefaultPermissionsResolver.cs
Granular permissions in group editor are all working, we could do with an edit button but for now it's ok, selecting the same node will perform an 'edit'
2017-07-04 15:40:33 +10:00
UserModelMapper.cs
Merge branch 'dev-v7' into dev-v7.8
2018-01-23 11:42:14 -07:00