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
64628c0a9d92d5e76a00957119f5c83a09210fe0
Umbraco-CMS
/
src
/
Umbraco.Web
/
Models
/
Mapping
History
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
..
AutoMapperExtensions.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
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
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
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
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
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
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
MemberModelMapper.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
MemberTreeNodeUrlResolver.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
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
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
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