Commit Graph

35383 Commits

Author SHA1 Message Date
Bjarne Fyrstenborg
aa48cdbbfd Media picker 3 preview with checkered background (#10939)
* Set property editor limit width on parent like other property editors

* Use checkered background in media picker 3 preview like the legacy media picker
2021-09-14 15:58:59 +10:00
Jan Skovgaard
5b62516114 Grid: labels offset fix (#10979)
* Add missing focus styling

* Ensure labels have the proper pixels offset

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-09-14 15:54:46 +10:00
Jeavon Leopold
8810b98003 Exclude "Server" header from excessive check if the value is "cloudflare" 2021-09-14 15:46:41 +10:00
Bjarne Fyrstenborg
e42af34b5f Introduce overlaysize prevalue editor (#11010)
* Introduce overlaysize prevalue editor instead of redundant prevalue editor for each property editor

* Move ordering of properties

* Change overlaySizeWidth to overlaySize

* Make it clear overlay is only for link picker

* Fix overlay size not working for link picker in rich text editor
2021-09-14 15:43:21 +10:00
Sebastiaan Janssen
a1e965cce6 Merge branch 'v8/dev' into v8/8.17 2021-09-13 16:22:44 +02:00
Ronald Barendse
a7732d76f8 Merge pull request #11086 from umbraco/v8/fix/frontend-dependencies
Updating Angular and jQuery to the latest available version
2021-09-13 15:38:30 +02:00
Bjarne Fyrstenborg
eb7b570002 Include MediaService extensions 2021-09-13 15:19:28 +02:00
Sebastiaan Janssen
25d482f42f Add package-lock.json updates 2021-09-13 14:41:21 +02:00
Jeavon Leopold
fb466f4309 Fix string interpolation for health check messages 2021-09-13 13:11:54 +02:00
Shannon Deminick
5fadb238ee Don't eagerly acquire distributed (SQL) locks (#10171) 2021-09-13 13:09:47 +02:00
Sebastiaan Janssen
cacd471601 Updating Angular and jQuery to the latest available version 2021-09-13 13:03:29 +02:00
Chad Currie
b17cc47632 Fix message template to not mix string interpolating and formatting. 2021-09-13 11:10:26 +02:00
Ronald Barendse
0aa545df75 Update parameter order of new AddPropertyGroup overload 2021-09-08 16:24:10 +02:00
Ronald Barendse
d4f3a55033 Merge pull request #11055 from umbraco/v8/bugfix/reorder-group-to-generic-tab-only-work-once
Fix move group to Generic tab only work once
2021-09-08 16:10:12 +02:00
Ronald Barendse
530e498132 Merge pull request #11042 from umbraco/v8/bugfix/set-correct-sort-order-on-converted-tab
Set correct sort order on converted tab
2021-09-08 16:09:31 +02:00
Mads Rasmussen
05dc65ecf0 Fixes folder creation for doc, data, and media types (#11040)
* fixes folder creation for doctype and datatype

* add fix for media types

* remove umb-auto-focus we use focus-when instead
2021-09-08 15:58:54 +02:00
Mads Rasmussen
1fa816bd32 Show notification when a group can't be moved + reset requested tab 2021-09-08 15:14:12 +02:00
Mads Rasmussen
f51e594929 sets sortOrder on the converted tab based on the exiting tabs 2021-09-07 14:45:44 +02:00
Nikolaj Geisle
1b2c667afa Merge pull request #11009 from erikjanwestendorp/close-content-delete-dialog-on-error
Close delete dialog if response has notifications
2021-09-07 09:38:32 +02:00
Sebastiaan Janssen
05d0a29e03 Merge branch 'v8/dev' into v8/8.17 2021-09-03 14:09:12 +02:00
Sebastiaan Janssen
5c3363de1e Merge branch 'v8/contrib' into v8/dev 2021-09-03 14:08:26 +02:00
Philippe Guilmette
2de22b6394 Don't cache AuthenticationController calls including GetRemainingTimeoutSeconds (fix for 11011) 2021-09-03 04:33:50 +02:00
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 Geisle
9a677bef9b Merge pull request #10959 from umbraco/v8/bugfix/IsPublished
V8: Fix IsPublished only working with lowercase.
2021-08-31 11:18:03 +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