Shannon
|
acd52d42f4
|
Refactoring TreeNode to inherit from EntityBasic = makes much more sense and makes our models more consistent.
|
2013-11-12 12:30:10 +11:00 |
|
Shannon
|
2075311773
|
Fixes member data indexing to ensure it includes the unique key, fixes the EntityService search to return IEnumerable<EntityBasic>, not search results so the data returned is limited to non-sensitive data, adds AdditionalData to EntityBasic so we can add additional values like URL to outgoing entities, Fixes up the searchService, searchControllers to use new structure.
|
2013-10-29 11:39:34 +11:00 |
|
Shannon
|
7c881a29ae
|
Fixes path issue and user history issue
|
2013-10-16 10:37:45 +11:00 |
|
Shannon
|
b9975ad1f5
|
Gets password resetting working and displaying the generated one in the UI.
|
2013-10-11 12:25:10 +11:00 |
|
perploug
|
6f39f190a4
|
Adds guid to entitybasic
|
2013-10-10 13:33:25 +02:00 |
|
Shannon
|
a3d674f574
|
Updated the saving model and validator inheritance chain to better support members, have the members editor display data and posting/validating data - now need to get the correct fields being displayed and the correct tab/layout but coming along very nicely!
|
2013-09-27 16:59:38 +10:00 |
|
Shannon
|
7396b01466
|
Got macro parameter editors inserting macros into the template editor for both webforms and mvc, created unit tests for macro syntax in macroservice. Removed the hard coded span8 for input elements for property editors - need to figure out a different way to set their width.
|
2013-09-20 14:24:39 +10:00 |
|
Shannon
|
7c9f5eda9d
|
Fixes up more permissions checks, refactors MediaController.PostAddFile to use the correct WebAPI usage. Fixes issue with UmbracoClientManager throwing errors because the treeProps didn't include all called props.
|
2013-09-03 16:35:36 +10:00 |
|
Shannon
|
f0a2bfdea4
|
Updates EntityController with corrected permissions checking, updated media controller with correct permissions checking, added unit tests for the permisions filters.
|
2013-09-03 13:59:25 +10:00 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02:00 |
|
Shannon
|
bb6adcab92
|
Fixed up new actions in MediaController
|
2013-08-28 09:50:15 +10:00 |
|
Shannon
|
e783b35a3a
|
Updated the data type controller to return the correct data for the editor, including more models and model mappings.
|
2013-08-19 17:39:50 +10:00 |
|
Shannon
|
78e836025b
|
Fixes EntityController to have a correct model mapper and removes invalidly named 'map' method. Removes the key from entity since we don't need it. Added some notes to the controller since we have to implement security for the results.
|
2013-08-19 16:49:07 +10:00 |
|