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
14b58386e58559a8add1686840d5e80be44a5f14
Umbraco-CMS
/
src
/
Umbraco.Web
/
Models
History
Mads Rasmussen
14b58386e5
fix tour backdropOpacity
2018-01-11 14:14:03 +01:00
..
ContentEditing
U4-10789 Headless User Editor extensibility
2018-01-02 17:28:16 +11:00
Mapping
U4-10789 Headless User Editor extensibility
2018-01-02 17:28:16 +11:00
TemplateQuery
…
Trees
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
BackOfficeTour.cs
updating pr to fit with base.
2018-01-10 10:55:46 +01:00
BackOfficeTourFile.cs
updating pr to fit with base.
2018-01-10 10:55:46 +01:00
BackOfficeTourFilter.cs
Makes the TourFilterResolver a real resolver
2018-01-11 18:00:42 +11:00
BackOfficeTourStep.cs
fix tour backdropOpacity
2018-01-11 14:14:03 +01:00
ChangingPasswordModel.cs
Simplifies the change password logic with the back office so an admin user can easily change another user's password if they have access to the users section. Updates the controllers to populate the modelstate correctly, changes name of HasAppAccess to HasSectionAccess. Ensure we don't have duplicate ysod dialogs when there is an error.
2017-09-04 22:03:03 +10:00
ContentExtensions.cs
…
DetachedContent.cs
…
DetachedPublishedContent.cs
…
DetachedPublishedProperty.cs
…
DynamicPublishedContent.cs
…
DynamicPublishedContentList.cs
…
ImageCropAnchor.cs
…
ImageCropCoordinates.cs
…
ImageCropData.cs
…
ImageCropDataSet.cs
…
ImageCropFocalPoint.cs
…
ImageCropMode.cs
…
ImageCropRatioMode.cs
…
IRenderModel.cs
…
LegacyConvertedNode.cs
…
LegacyConvertedNodeProperty.cs
…
LegacyNodeHelper.cs
…
LocalPackageInstallModel.cs
…
LoginModel.cs
…
LoginStatusModel.cs
…
PackageInstallModel.cs
…
PackageInstallResult.cs
…
PartialViewMacroModel.cs
…
PartialViewMacroModelExtensions.cs
…
PasswordChangedModel.cs
…
PostRedirectModel.cs
…
ProfileModel.cs
…
PublishedContentBase.cs
…
PublishedContentWithKeyBase.cs
…
PublishedProperty.cs
…
RegisterModel.cs
…
RelatedLink.cs
…
RelatedLinkBase.cs
…
RelatedLinks.cs
…
RelatedLinkType.cs
…
RenderModel.cs
…
RenderModelOfTContent.cs
…
RequestPasswordResetModel.cs
…
SendCodeViewModel.cs
…
SetPasswordModel.cs
…
TagModel.cs
…
UmbracoProperty.cs
…
UnLinkLoginModel.cs
…
UpgradeCheckResponse.cs
…
UserTourStatus.cs
Updates codebase to store tour data for a user in the user table, adds new column to store json and adds migration to create the column
2017-11-01 15:11:13 +11:00
ValidatePasswordResetCodeModel.cs
…