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
bf1f78e3aa7447ba6ce3006d98d29f0793cc0a21
Umbraco-CMS
/
src
/
Umbraco.Web
/
WebApi
History
Shannon
bf1f78e3aa
Finished content and media model mapping using AutoMapper and now the tabs display composite properties correctly.
2013-07-25 16:08:18 +10:00
..
Binders
Finished content and media model mapping using AutoMapper and now the tabs display composite properties correctly.
2013-07-25 16:08:18 +10:00
Filters
Gets notification msgs on the server side to be displayed. Fixes property existence checking... was checking on id before but that is incorrect, needs to be on alias since a new property id is gen'd on each save and we're not re-wiring them back up. Fixes YSOD messaging for content as well. Changes the ModelState to modelState to be consistent in js.
2013-07-22 18:16:50 +10:00
MemberAuthorizeAttribute.cs
Refactors the WebSecurity class to not be static and be part of the UmbracoContext. Makes a few methods internal on it so that
2013-04-04 23:30:17 +06:00
UmbracoApiController.cs
Adds RequiredForPersistenceAttribute to easily detect if any entity fails validation in a way that it cannot be persisted to the data store. Changes all tree events to not be jquery events and to not require a 'callback' jquery object, instead we just use angular events broadcast globally, much nicer.
2013-07-18 17:05:40 +10:00
UmbracoApiControllerResolver.cs
moved web api controllers to namespace Umbraco.Web.WebApi and created web api member authorize attribute
2013-02-26 22:14:32 +06:00
UmbracoAuthorizeAttribute.cs
Refactors the WebSecurity class to not be static and be part of the UmbracoContext. Makes a few methods internal on it so that
2013-04-04 23:30:17 +06:00
UmbracoAuthorizedApiController.cs
publicized some ObjectExtensions, added Umbraco.Belle to internals, updated the names in which plugin routes are created,
2013-04-30 16:43:59 -10:00
ValidationFilterAttribute.cs
Lots of work for validation. We have a different type of validation model in Umbraco where we still save content even if some things are invalid (we just don't publish) so we have to take all of this into account. We also have other rules where if it is new content but required fields like 'name' are empty we cannot continue to save. Also started working on dealing with server side validation errors for content fields (not just user defined fields).
2013-07-16 18:23:20 +10:00