Commit Graph

34352 Commits

Author SHA1 Message Date
Bjarke Berg
4e1c25363d Merge pull request #9891 from umbraco/v8/bugfix/lock-timeout-fix
Fixes the Sql server SET LOCK_TIMEOUT call which was missing a space.
2021-02-24 07:32:27 +01:00
Shannon
82545e3185 Fixes the Sql server SET LOCK_TIMEOUT call which was missing a space. 2021-02-24 16:55:00 +11:00
Chad
a6e1c2e901 Fixes #9615 - Upgrade to Htmlsanitizer v5 (#9856) 2021-02-22 09:53:53 +01:00
Chad
b8540ca128 Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (#8917)
* Implement logger overloads to avoid params [] allocation

* Implement console logger ILogger

* Call correct signature

* Fix exceptions

* Introduce ILogger2

* fix logger reference

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-02-22 08:22:49 +10:00
mcl-sz
6eb260001d Ensure that upload file(s) in the MediaPicker is returned (#9367)
The onUploadComplete function returns the last files that are added to a mediafolder. While this works correct by default and in most situations, it doesn't work as expected when a diffrent sorting is used for Media-items. For example, we've added events to sort Media-items automatically by name alphabetically when they are created/uploaded to keep them better organised. 
By sorting the $scope.files array by the Id-property, it ensures that the function returns the uploaded files, instead of the last files in the folder.
2021-02-21 17:22:28 +01:00
Matthew-Wise
d85b6694fe Make models builder properties virtual to allow mocking (#9335) 2021-02-21 17:19:48 +01:00
Bjarne Fyrstenborg
6aaefe160b Decimal step size validation (#9334)
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com>
2021-02-21 17:17:10 +01:00
Callum Whyte
40f0fbe939 Make abstract FileSystemWrapper class methods virtual (#9528) 2021-02-21 17:03:37 +01:00
Callum Whyte
1235520325 Fix consistency in translation files for the term backoffice, Umbraco and several entity types (#9526) 2021-02-21 17:01:49 +01:00
Callum Whyte
6cc005315d Unhelpful unsupported property message in Block Editor (#9525) 2021-02-21 16:57:23 +01:00
vidyesh-phases
033a245a21 Added UmbracoAuthorize attribute for BackOfficeController.ExternalLinkLoginCallback (#9500) 2021-02-21 16:52:43 +01:00
Malthe Petersen
01e572b742 Change access level for TreeChanged event in Media and ContentService (#9487) 2021-02-21 16:51:03 +01:00
Rachel Breeze
c11d07dede Performance and accessibility improvements on the embed screen (#9810) 2021-02-21 13:00:48 +01:00
Bjarne Fyrstenborg
821cba5cd3 Make sorting in media consistent with sorting in content (#9756) 2021-02-21 12:52:42 +01:00
Bjarne Fyrstenborg
01991db257 Fixes #9625 - Searching icons for "box" returns all icons (#9848) 2021-02-21 12:42:20 +01:00
Bjarne Fyrstenborg
82701fbacd Fixes #9824 - Filtering in block picker doesn't work (#9831) 2021-02-21 12:37:51 +01:00
jesperweber
1906ef0278 Updating danish translations (#9832) 2021-02-21 12:35:50 +01:00
Shannon Deminick
fa49d6ed10 Fixes: After deleting a member, a reindex is attempted, which fails (#9807) 2021-02-21 12:03:28 +01:00
Nathan Woulfe
f167f022c1 9769 - shift index increment before tryget to allow loop to continue if current iteration exits early (#9799) 2021-02-21 12:00:22 +01:00
patrickdemooij9
43a77dc1e4 9569: Fix image cropper buttons (#9777) 2021-02-21 11:52:49 +01:00
Jakob Bagterp
f4e1b46968 Fix: Verify that grid model is JSON object and not IPublishedContent (#9774) 2021-02-21 11:47:35 +01:00
Bjarne Fyrstenborg
63b417477b Replace tree icon in section picker with umb-icon component (#9760) 2021-02-21 11:42:06 +01:00
Çağatay UNCU
616992332a Clean Code and use async methed (#9747) 2021-02-21 11:40:51 +01:00
Bjarne Fyrstenborg
d966e89fd9 Block editor cleanup (#9664) 2021-02-21 11:36:18 +01:00
Andrey Karandashov
46ace7dc22 added swedish translations for media picker (#9730) 2021-02-21 11:15:32 +01:00
rbottema
e554ef0445 Fix some exceptions being logged the wrong way (#9693)
In these statements, the exception was passed as a log message parameter instead of as the exception. This meant the exception and including stack trace was not logged and thus lost.
2021-02-21 11:03:28 +01:00
Chad
75ee3b9622 Speed up boot times and Improve Json (De)Serialization performance and reduce memory usage by reusing JsonSerializerSettings (#9670) 2021-02-21 11:00:00 +01:00
Sebastiaan Janssen
f27a3be4e6 Fix unit tests after merging PR #9646 2021-02-21 10:30:17 +01:00
Bjarne Fyrstenborg
56938a7bdc Move relation type id and macro id to sidebar box (#9657) 2021-02-21 09:57:32 +01:00
Bjarne Fyrstenborg
a466b49b2b Eye Dropper Color Picker (#9646) 2021-02-21 09:43:42 +01:00
Bjarne Fyrstenborg
4b387242f2 Ensure sub-view components are not self-closed elements (#9633) 2021-02-21 09:04:46 +01:00
Bjarne Fyrstenborg
451f3da8f4 Align datatype sidebar box properties (#9632) 2021-02-21 08:58:56 +01:00
Bjarne Fyrstenborg
5e4d326ec2 Use trim method as trim isn't a property (#9605) 2021-02-21 08:40:59 +01:00
Sebastiaan Janssen
980acafbeb Merge branch 'v8/contrib' into v8/dev 2021-02-20 17:17:27 +01:00
BeardinaSuit
f064c074d1 Fix for Issue #135 - Variation < null >, < null> is not supported by the property type (#9524)
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com>
2021-02-20 14:37:11 +01:00
Sebastiaan Janssen
2c54adacf2 Add the ability to change the SQL Write Lock TimeOut (#9750)
Co-authored-by: Shannon <sdeminick@gmail.com>
2021-02-20 13:44:15 +01:00
Nathan Woulfe
b9b75b3794 Fix 'Do something else' button position in create dialog (#9846)
* fixes do something else button position in create dialog for doc types and media types

* adds type attribute to buttons
2021-02-20 02:30:20 +01:00
Sebastiaan Janssen
81f1c2e7d6 Update to latest Examine 2021-02-18 22:08:12 +01:00
Sebastiaan Janssen
02963e7b29 Remove HtmlSanitizer (#9803) 2021-02-18 17:50:00 +01:00
Bjarke Berg
9c9734546c Merge pull request #9830 from umbraco/v8/bugfix/logging-for-9514
Fixes logging issue with Published Router and adds logging for Collision Detection
2021-02-17 08:26:33 +01:00
Shannon
16836951b4 Fixes logging for PublishedRouter 2021-02-17 12:45:59 +11:00
Robert
9ffa1c9e0c Merge pull request #9818 from umbraco/v8/bugfix/added-more-extensions-to-disallowed-upload-files
Added more extensions to disallowed upload files
2021-02-16 14:46:35 +01:00
Warren Buckley
68ff157cf0 Ignores build.tmp folder at root as we don't want to analyze the tmp build output 2021-02-16 12:42:29 +00:00
Bjarke Berg
4aff5d38f8 Merge pull request #9778 from umbraco/v8/bugfix/broken-user-permissions-caches
Fixes issue with broken caches used for user permissions
2021-02-16 13:41:29 +01:00
Bjarke Berg
e1b5212810 Fixed potential NullReferenceException when using obsolete ctor. 2021-02-16 12:56:07 +01:00
Bjarke Berg
176b10cf5d Added overloads to inject AppCaches + Fixed tests 2021-02-16 10:56:16 +01:00
Shannon
2477951493 Adds better logging for URL collision detection. 2021-02-16 17:07:12 +11:00
Bjarne Fyrstenborg
97ad14c895 Update to noUiSlider v14.6.3 2021-02-16 08:50:35 +10:00
Jim Löfgren
fc8dc76d80 Changed grid view labels and values to display: inline instead of display: inline-block to fix weird line break. 2021-02-16 08:07:11 +10:00
Bjarke Berg
7ebfd0e63c Added Xamlx extension to the DisallowedUploadFiles 2021-02-15 13:19:16 +01:00