Commit Graph

28629 Commits

Author SHA1 Message Date
Warren Buckley 39fd953ca8 Merge branch 'v8/feature/2438AB-RTE-Image-Config-MediaFolder' of https://github.com/umbraco/Umbraco-CMS into v8/feature/2438AB-RTE-Image-Config-MediaFolder 2019-09-11 10:03:19 +01:00
Warren Buckley 28a0e0aa6f Pass through a GUID that a media picker / new folder picker will use 2019-09-11 10:02:59 +01:00
Niels Lyngsø fdeaaad738 allow mediapicker to only pick folders 2019-09-11 10:12:01 +02:00
Warren Buckley 6de4bbbae6 Adds new config option to RTE & Grid Property Editors - for now uses MediaPicker until we have a FolderPicker Angular PreValue view/editor 2019-09-11 09:03:10 +01:00
Sebastiaan Janssen 83ad1fd910 Apply only the wanted change from V7/bug/6283 save member resets password #6284 2019-09-10 17:13:31 +02:00
Elitsa Marinovska f0fb371b2c Revert "V7/bug/6283 save member resets password" 2019-09-10 13:54:35 +02:00
Warren Buckley cfe196a45d Fix up C# unit tests - VS19 failed to tell me about these failing to build :S 2019-09-10 11:47:52 +01:00
Warren Buckley 83d568dd5a Fix up unit test 2019-09-10 11:32:02 +01:00
Warren Buckley e8ccfd52af Merge remote-tracking branch 'origin/v8/dev' into v8/feature/2349AB-RTE-Image-Upload
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2019-09-10 10:58:24 +01:00
Warren Buckley 6669b54a70 Move the logic for finding temp images for persisting into a shared class so Grid & RTE can both use it 2019-09-10 10:50:36 +01:00
Warren Buckley d5331d85af Removing the localStorage key cleanup - seems to be a timing issue if you drag the image into a middle of a word 2019-09-10 10:48:28 +01:00
elitsa 8bc2cc7d4c Merge branch 'v7/dev' into v7/bug/6283-save-member-resets-password 2019-09-10 10:50:18 +02:00
Shannon 127c429959 fix tests 2019-09-10 17:27:17 +10:00
Shannon 642c06879d ensure we don't wait on background operations when not in PureLive 2019-09-10 17:24:10 +10:00
Shannon c219c21edd ensures tests and benchmark projects are building in Debug mode 2019-09-10 17:23:49 +10:00
Shannon de03130256 Don't fully regenerate models on startup, they will be regenerated if they are not there or if the hashes don't match so let MB use it's cached models if it can. 2019-09-10 17:10:46 +10:00
Shannon 81d9ecc111 fixing tests 2019-09-10 16:58:19 +10:00
Shannon 0a12f86108 Moves the reserved path detection to RoutableDocumentFilter, adds caching to MVC route detection 2019-09-10 16:09:09 +10:00
Shannon 44fbdb7028 renames class 2019-09-10 14:23:42 +10:00
Shannon b997281e1f Only waits for background processing to finish if it's a front-end request, required caching the check for a front-end request which required moving the check to it's own class. 2019-09-10 14:10:26 +10:00
Shannon 596c745a19 Uses an event on UmbracoContext for when the snapshot is created so we can block until the background notifier is completed 2019-09-10 13:35:59 +10:00
Shannon 296afb18a4 Renames and puts in temp fix to try to find out why we are binding to old models 2019-09-10 11:50:09 +10:00
Warren Buckley 9d8e4fd66f Fixes the issue with the image being stored as a base64 inline image, which can be HUGE & make POST request slow to save the content node 2019-09-09 18:50:49 +01:00
Warren Buckley 5e394cb62b Refactor we do not instantly persist the uploaded file to a media item in Umbraco - what if the user undo's or removes it from content we will bloat the media section
* Adds a data-tmpimg attribute to the <img> in the markup, which we scan for when persisting to the DB in the RTE PropertyValueEditor to then perist media items
* TODO: Find a way to get TinyMCE to NOT send a base64 down the wire as the saved content/HTML
2019-09-09 16:04:52 +01:00
Warren Buckley 7d2c92b651 A new temp location for RTE uploads 2019-09-09 15:54:03 +01:00
Shannon fdad387414 renames objects/methods and adds a lock to the routing mechanism 2019-09-09 23:32:02 +10:00
Shannon 8fef824dc1 Moves rebuilding models and cache to background thread 2019-09-09 23:32:02 +10:00
Shannon e593857b61 Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev 2019-09-09 23:31:22 +10:00
Shannon 4869298b03 Merge branch 'v8/8.1' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/embed/embed.html
2019-09-09 23:31:07 +10:00
Niels Lyngsø 02534c4ac5 Merge pull request #5706 from kjac/v8-feature-copy-property
V8: Copy on property level
2019-09-09 15:13:10 +02:00
Bjarke Berg d05e79ca15 Merge branch 'v8/dev' into v8/bugfix/5925-nucache-startup 2019-09-09 13:54:27 +02:00
Rasmus John Pedersen 8f32fce781 Update Headless assembly names 2019-09-09 11:53:12 +02:00
Kenn Jacobsen 2cbed6c6b0 Merged with v8/dev 2019-09-09 11:22:39 +02:00
Nathan Woulfe 1723c39e00 fix tray colour, add some structure to CSS
(cherry picked from commit daadfe6e6c)
2019-09-06 08:41:34 +02:00
Nathan Woulfe daadfe6e6c fix tray colour, add some structure to CSS 2019-09-06 08:39:57 +02:00
Kenn Jacobsen 089e450e09 Make sure media picker items are sortable (#6037)
(cherry picked from commit 6da0caa902)
2019-09-05 18:09:23 +02:00
Kenn Jacobsen 6da0caa902 Make sure media picker items are sortable (#6037) 2019-09-05 18:08:00 +02:00
Kenn Jacobsen 3294137006 V8: Make the color picker mandatory validation work (#5765)
(cherry picked from commit 8aca254ed0)
2019-09-05 18:01:59 +02:00
Kenn Jacobsen 8aca254ed0 V8: Make the color picker mandatory validation work (#5765) 2019-09-05 18:01:07 +02:00
Kenn Jacobsen 604bb6b526 Don't allow selecting non-element types when composing element types 2019-09-05 17:57:40 +02:00
Poornima Nayar a7f1001c53 Some cleanup to the published status dashboard 2019-09-05 17:54:24 +02:00
Bjarne Fyrstenborg 1b0113d3aa v8: Edit embed in grid (#4899) 2019-09-05 17:53:04 +02:00
Bjarne Fyrstenborg 73a61e65de v8: Use umbCheckbox in packager (#6258) 2019-09-05 17:40:28 +02:00
Nathan Woulfe 0534dba12b 5732 grid reorder on scroll listview bugfix (#5918) 2019-09-05 17:13:41 +02:00
Kenn Jacobsen 30cf2fd4b2 Include sort and filter in list view back link 2019-09-05 16:54:46 +02:00
Sebastiaan Janssen c7ea93199f Merge pull request #6222 from patrickdemooij9/temp-5724
5724: Unable to add multiple property groups
(cherry picked from commit 3163b5f2fe)

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/umbgroupsbuilder.directive.js
2019-09-05 16:49:08 +02:00
Sebastiaan Janssen 3163b5f2fe Merge pull request #6222 from patrickdemooij9/temp-5724
5724: Unable to add multiple property groups
2019-09-05 16:45:33 +02:00
Stephan 280f4e7cbe Fix member properties [#6227] 2019-09-05 16:34:17 +02:00
Poornima Nayar d044dd07c3 Show a friendly exception message when the media name exceeds 255 characters
(cherry picked from commit e0d4168f3f)
2019-09-05 16:26:46 +02:00
Poornima Nayar e0d4168f3f Show a friendly exception message when the media name exceeds 255 characters 2019-09-05 16:26:24 +02:00