Shannon
bb94fc7d71
Ensures notifications are shown for drag/drop uploads
2015-07-30 11:35:00 +02:00
Shannon
959378c456
Fixes file cleanup with blue imp uploads
2015-07-29 16:14:09 +02:00
Shannon
787e128d5c
wires up event messages for media editor and tree (haven't done the drag/drop media upload though)
2015-07-29 16:00:06 +02:00
Shannon
926ea54c39
Developers can cancel an event with the CancelOperation method of the event with a custom message which will be used in place of the normal default cancellation message
2015-07-27 18:04:20 +02:00
Shannon
293568228c
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-07-24 12:13:31 +02:00
Shannon
aa08a4ca37
Gets the messages being pumped out to the UI. Updates the ContentService and MediaServices to have a SaveWithStatus in order to determine the response, we'll need to update most of the methods to also have this OperationStatus. Now messages can be added to the UI for Saving & publishing for media and content services, we'll need to update more to support everything.
2015-07-24 11:44:09 +02:00
Sebastiaan Janssen
abf8777b0a
U4-6867 UmbracoLog wrongfully logs unPublish event with user ID 0
...
#U4-6867 Fixed Assignee: Unassigned
2015-07-24 11:02:13 +02:00
Shannon
cd4c738c04
Moves jquery and blueimp files to be included with bower, removes all unnecessary jquery files that are committed to the repo. Jquery and jquery ui versions remain the same, however the canvas designer was using a jquery ui version one patch version ahead so need to test that it works with the bower version, otherwise we'll have to re-include it.
2015-02-11 18:39:53 +11:00
Shannon
89606d3a05
Goes brute force to try to resolve: U4-4049 Some images fail when uploading multiple media files
2015-02-06 11:19:52 +11:00
Shannon
95f68b8bde
Another attempt at fixing: U4-4049 Some images fail when uploading multiple media files
2015-01-06 11:45:08 +11:00
Shannon
485621b03a
Revert "Merge branch '7.2.0-U4-4049' into dev-v7"
...
This reverts commit 2ad86ec83d , reversing
changes made to 70ddf646be .
2015-01-06 11:22:40 +11:00
Shannon
d0f125a51b
moves file cleanup to outside of the loop
2015-01-06 11:19:19 +11:00
Shannon
6555fd5791
Updated U4-4049 - we now use media formatters instead of IModelBinder (this is actually the preferred way anyways). The validation is then moved to just a filter instead of done in the model binder. This way a media formatter is pure async, so we can ReadFromStreamAsync in a completely native async operation which should hopefuly fix this issue.
2014-12-03 21:06:01 +11:00
Shannon
fd07dcccb7
Reverts the 'special property' for list views as that is no longer required.
2014-09-18 09:48:08 +10:00
Shannon
102b97fa82
streamline repo's get by paged results to have a zero based index for page index/number. Refactors member repo to use the same queries as content/media (U4-5469) this should save a lot of perf
2014-09-16 23:21:27 +10:00
AndyButland
d16a733d9d
Added support for paging queries at the database level for media
2014-08-24 23:22:32 +02:00
Shannon
c6e3340be1
Updates an error msg for media resource, performs a null check
2014-04-24 11:58:18 +10:00
Shannon
a3a0f1a0bf
adds some logging
2014-04-16 15:38:16 +10:00
perploug
da3269e970
Fixes: U4-3426 Can't delete any contentnode, media, document type or template from back end, Umbraco 7.0.0-RC
...
Replaces $http.delete with $http.post enables httppost on the
server-side, its not the best solution, but has way fewer unknowns then
adding extensive VERB and origin support in the web.config
2013-12-06 13:12:18 +01:00
Shannon
4346578160
Ensures csrf token is set for PostFile on the media controller for bulk file uploads
2013-12-05 22:06:57 +11:00
Shannon
23cf5b544a
Moved image handling to diff controller since it doesn't support the csrf header, need to test more in an hour (WIP)
2013-12-05 19:06:55 +11:00
Shannon
b0cde715da
fixes merge issue
2013-12-05 18:51:05 +11:00
Shannon
366ca11490
Merge branch 'lars-erik-7.0.azurestorage' into 7.0.1
2013-12-05 18:45:21 +11:00
Lars-Erik Aabech
6458c223b8
Cleaned it up a bit. Now just using media file system provider.
...
It needs a bit of convesion rules though, need getfullpath(getrelativepath(path)) to be compatible with package & physical.
2013-12-04 19:47:54 +01:00
Lars-Erik Aabech
a511c84b4d
Messy fix to support images on other domain. (Read: Azure Storage)
...
Added GetResized to replace usage of third party packages for simple resizing.
This PR should probably not be pulled, but I make a PR to show you what must be done.
Surely this is considered for UAAS?
2013-12-04 16:12:27 +01:00
Shannon
0d1cf872d3
Fixes WebApi issue with creating HttpResponseMessage manually - this shouldn't be done and we'll end up with very strange YSODs
2013-12-04 17:05:05 +11:00
Shannon
03a606432a
Fixes: U4-3695 Events does not fire
2013-11-26 13:34:51 +11:00
Shannon
6d1ba5a823
Fixes: U4-3625 List view filtering is not enabled on media and adds debounce
2013-11-21 15:52:40 +11:00
Shannon
b52b649548
Fixes: U4-3209 Ensure user is validated for PostAddFile on MediaController
2013-11-20 14:41:05 +11:00
Shannon
4545af0a21
Boom! container nodes work for both media and content, fixes:
...
U4-3540 When creating a Container type node - the list view shows all children of the item it's being created underneath
U4-3541 media tree is not catering for container types
2013-11-15 16:56:51 +11:00
Shannon
b6dcbc83e4
Nearly got the whole nav.ui stuff taken care of, have most of the correct objects in appState, fixed up tree syncing with move dialog, fixed up state handling of the currently selected node, removed setting the navigationController's scope from within the navigationService (?), still some more stuff to clean up.
2013-11-14 18:50:31 +11:00
perploug
d9e18859e9
Media recyclebin
2013-11-05 12:00:53 +01:00
Shannon
2243452261
Completes: U4-3089 fix membership provider to be able to change email address
2013-10-22 11:24:56 +11:00
perploug
a39d41b1b7
adding media move dialog and support for media containers
...
media containers are disabled currently for UI reasons
2013-10-20 23:36:26 +02:00
Shannon
52aac5ba10
Ok, got members creating so long as the umbraco membership provider is being used - otherwise currenlty you'll get a ysod saying we don't support that. Now to get updating working.
2013-10-10 17:44:56 +11:00
Shannon
128cceaf91
Fixes: U4-3045 Can't empty recycle bin with unit tests
2013-10-09 17:32:13 +11:00
Shannon
858135175e
Completes: U4-2956 Update all services with correct public methods/properties
2013-10-09 15:21:01 +11:00
Shannon
881d922f30
Adds another overload for GetBigThumbnail, adds better thumbnail err checking to the folder browser thing and updates the file uploader to use this thumbnail proxy, now upgrades should be good.
2013-10-08 16:20:22 +11:00
Shannon
8b358da2f0
Creates big thumbnail proxy on the MediaController, now to wire it up with the folder browser and upload controls
2013-10-08 15:58:37 +11:00
Shannon
cf6ecf5bc9
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-member-editor-wip
...
Conflicts:
src/Umbraco.Web.UI/config/trees.config
2013-09-30 13:51:18 +10:00
perploug
540a28ea8b
Fixes image upload extensions
...
filters out disallowed
converts images to mediaType=image
everything else type = file
2013-09-27 12:23:12 +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
82c784d560
Most of the member tree working, have the member editor rendering data
2013-09-27 15:19:39 +10:00
Shannon
4212199226
Fixes: U4-2941 Sort dialog YSODs on root node and updates media GetChildren to be the same as content with options/sorting/filtering.
2013-09-26 16:26:05 +10:00
Shannon
394915fa05
centralizes the thumbnail/image handling
2013-09-25 21:09:59 +10:00
Shannon
5fd25e26f5
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0
2013-09-25 19:04:12 +10:00
Shannon
f127d31928
Gets the rte macro contents rendering with macro parameter values.
2013-09-25 12:05:07 +10:00
perploug
5c8d027383
Media delete dialog, missing D attr validation
2013-09-24 16:02:58 +02:00
Shannon
f30bac2919
Fixes: U4-2800 ContentPostValidate apparently doesn't work - need to look into it
2013-09-21 12:29:53 +10:00
Shannon
a065874421
Fixes some issues with the GUID change and psot validate attributes
2013-09-20 17:27:26 +10:00