Commit Graph

31258 Commits

Author SHA1 Message Date
Mole
c090afe5b1 V8: Validate uploaded files based on the configuration of the FileUpload property configuration (#10987)
* Add validation to uploaded file based on the DataTypeConfiguration

* Update src/Umbraco.Web/PropertyEditors/UploadFileTypeValidator.cs

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>

Co-authored-by: Nikolaj <nel@umbraco.dk>
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
2021-09-02 15:39:31 +02:00
Mole
540740e802 Merge pull request #8854 from ronaldbarendse/v8/bugfix/generic-blocklistitem
8.7RC Get generic BlockListItem settings model type from configuration
2021-09-02 14:45:22 +02:00
Simone Chiaretta
27f4e38263 Cannot migrate from Umbraco 7 to Umbraco 8 with v8.14+ because userId 0 is skipped over (#10622) 2021-09-02 14:11:13 +02:00
Jan Skovgaard
1c4f6bb799 Suggestion: Add config setting in Rich Text Editor to control the linkpicker overlay size (#11007) 2021-09-01 16:45:17 +02:00
Jan Skovgaard
4a12ef5e19 Suggestion: Extend markdown editor settings for overlay width (#11006) 2021-09-01 16:40:49 +02:00
Jan Skovgaard
95386cd116 Color swatch "selected" state - Icon looks weird (#11003) 2021-09-01 16:35:13 +02:00
Chad
b201c85c2c Dispose RNGCryptoServiceProvider (#11001) 2021-09-01 16:08:20 +02:00
jesperweber
f736d21c2c Automatically create emtpy SQL CE database with unattended install (#10995) 2021-09-01 15:42:33 +02:00
Erik-Jan Westendorp
598b5cf0fc Close dialog if show ysod dialog 2021-09-01 15:36:52 +02:00
Erik-Jan Westendorp
36ba30fcbd Close dialog if response has notifications 2021-09-01 15:34:15 +02:00
Nikolaj
2a65582d6d Merge branch 'v8/contrib' into v8/bugfix/generic-blocklistitem 2021-09-01 15:21:11 +02:00
Warren Buckley
5708203950 Merge pull request #11005 from umbraco/v8/bugfix/split-view-close-and-dropzone-text
Tabs fixes: Remove the extra split view close button + Add helper text to properties dropzone
2021-09-01 11:41:07 +01:00
Mads Rasmussen
1cbae4e533 add helper text for direct properties 2021-09-01 11:40:44 +02:00
Mads Rasmussen
1d78baac10 remove double close button in split view 2021-09-01 11:39:07 +02:00
Jan Skovgaard
e707490b47 Suggestion: Make the overlay size width in multiurlpicker configurable (#10992) 2021-09-01 10:54:24 +02:00
Sebastiaan Janssen
0b4dc6a498 Bump version to 8.17.0-rc 2021-09-01 09:13:57 +02:00
Chad
51fcde5fcd use existing array to split (#10999) 2021-09-01 13:06:33 +10:00
Sebastiaan Janssen
3fcf8676b4 Merge branch 'v8/dev' into v8/contrib 2021-08-31 17:29:24 +02:00
Warren Buckley
4c9d773f59 Merge pull request #10606 from umbraco/v8/feature/reintroduce-tabs
Reintroduce tabs
2021-08-31 16:22:53 +01:00
TheBekker
b9ca313917 Add button to reset focal point on umb-image-gravity directive (#10923) 2021-08-31 16:51:33 +02:00
Ronald Barendse
c29383dae0 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-31 16:41:55 +02:00
Mads Rasmussen
f36785f2e8 fixes: #10373 2021-08-31 16:32:08 +02:00
Ronald Barendse
b6d4cc467e Fix ContentTypeServiceTests 2021-08-31 15:56:00 +02:00
Ronald Barendse
0895aeaf30 Add test for populating alias in migration 2021-08-31 15:50:49 +02:00
Ronald Barendse
ddcf3d5bfc Clean up migration tests 2021-08-31 15:47:28 +02:00
inetzo
d9135dd4ff Check if umbFileDropzone has queued items before showing ChooseMediaTypeDialog
The ChooseMediaTypeDialog is shown even if there are no queue items, for example due file errors. 
Checking the queue lenght in _requestChooseMediaTypeDialog prevents showing the dialog unnecessary.
2021-08-31 14:45:16 +02:00
Nikolaj
7f279bcd77 Add messagepack formatter for dictionary with key ignore case
This is required for culture since there will be called ToLower on the culture when used as a dictionary key.
2021-08-31 08:30:46 +02:00
Bjarne Fyrstenborg
2ae28c1e7a Fix self-closing tags which should have a end-closing tag 2021-08-30 19:58:19 +02:00
Jan Skovgaard
a28cbff178 Bugfix for #10927 - Body steal focus when opening folder overlay (#10983) 2021-08-30 19:38:20 +02:00
TheBekker
631663ed63 emit formSubmitting when submitting change in multi url picker dialog (#10957) 2021-08-30 19:24:22 +02:00
Chad
125ebe40fb Replace use of dynamic type with POCOs (#10917) 2021-08-30 19:10:50 +02:00
Bjarne Fyrstenborg
7757c4d763 Allow to pass in boolean to noDirtyCheck directive (#8638)
* Adjust noDirtyCheck directive to accept a parameter to enable/disable dirty check

* Update dirty property

* Use Utilities.noop and add description

* Set default value from controller

* Check for truthly value

* Use Object.toBoolean

* Revert setting $pristine and $dirty for now

* Handle default values in dirty check attributes

* Add check on presence of disableDirtyCheck atribute

* Check for truthy value otherwise it should be default return false and work as no-dirty-check without value

* update test conditions for vamue of no-dirty-check and disable-dirty-check

* Remove whitespace

* update check

Co-authored-by: Kenn Jacobsen <kja@vertica.dk>
Co-authored-by: Michael <michael@crossingpaths.be>
2021-08-30 15:57:58 +02:00
Chad Currie
20eda449e7 Avoid generating the maindom hash twice to get the Id. 2021-08-30 14:24:30 +02:00
Chad
b1d1a2fcf2 Avoid creating a new string for the log level every log message (#10934) 2021-08-30 14:22:07 +02:00
Chad
50dfb1fd92 Avoid allocating an array every call to IsClientSideRequest() (#10936) 2021-08-30 14:17:05 +02:00
nzdev
b04fe360d8 Dispose certficate handle 2021-08-30 14:07:57 +02:00
Mads Rasmussen
067a53a680 fixes: 13623 Convert to tab always adds + 1 to alias 2021-08-30 12:52:24 +02:00
Sebastiaan Janssen
695d4688d3 Merge branch 'v8/dev' into v8/contrib 2021-08-30 11:18:10 +02:00
Nikolaj
ac8a83177f Make AutoInterningStringKeyCaseInsensitiveDictionaryConverter case insensitive
Instead of calling the parents CreateDictionary we just newed up a regular dictionary leading to AutoInterningStringKeyCaseInsensitiveDictionaryConverter not actually being case insensitive
2021-08-26 14:21:40 +02:00
Ronald Barendse
8020c1f00d Fix duplicate property alias validation 2021-08-25 11:16:00 +02:00
Mads Rasmussen
ea7985aec1 we cant track by property alias because it may not be unique when you add a property 2021-08-25 10:53:02 +02:00
Paul Johnson
94b0b252ec Revert "Optimization by returning the same instance"
This reverts commit 990fc118cb.

When using the _reusableEditor field to create a BlockEditorPropertyEditor 
it doesn't matter that content type cache has been invalidated (memory cache)
as the content types are also cached in a private field in the BlockEditorValues class.

Closes #10910
2021-08-24 16:36:13 +02:00
Sebastiaan Janssen
90d37e0b5c Merge branch 'v8/dev' into v8/contrib 2021-08-24 10:35:02 +02:00
Shannon Deminick
88f17b7cbf Merge pull request #10847 from umbraco/v8/bugfix/backport-fix-for-10774-into-v8
Backport fix for #10774 to v8
2021-08-24 06:41:57 +10:00
Shannon
e869ba7e9b removes comment 2021-08-23 14:41:26 -06:00
Mads Rasmussen
72749fd3e2 keep local group if it still has properties 2021-08-23 19:29:44 +02:00
Sebastiaan Janssen
604b45bbc0 Merge branch 'v8/dev' into v8/contrib 2021-08-23 15:19:15 +02:00
Sebastiaan Janssen
c023f35638 Merge branch 'v8/8.16' into v8/dev 2021-08-23 15:18:53 +02:00
Chad Currie
8b685a0a2c Update Serilog.Enrichers.Process to 2.0.2 as it fixes a leak
(cherry picked from commit dcc533fd8d)
2021-08-23 15:18:03 +02:00
Chad
d085b11752 DIspose Process (#10918)
(cherry picked from commit a2dab5b6ca)
2021-08-23 15:17:57 +02:00