Steve Morgan
3b4ca0b0f5
Media Picker - upload button disabled bug #13383 ( #15115 )
2024-03-05 11:13:44 +01:00
fg-gsc
7a7b8461c5
Added the possibility to select all the cultures at once in the save and save&publish dialogs ( #15776 )
2024-02-28 15:54:50 +00:00
Sebastiaan Janssen
3e1abd1404
Merge branch 'v13/dev' into contrib
2024-02-22 10:34:56 +01:00
Bjarne Fyrstenborg
8145a90094
Content type picker in dynamic root pickers ( #15514 )
2024-02-14 12:34:18 +01:00
Jacob Overgaard
3d7e79c3e5
V13: Update Login UI to Lit 3 and update the UI Library to 1.7.1 ( #15713 )
...
* update dependencies to latest (lit 3, vite 5) and fix related issues
* update ui library to 1.7.1
* mark all backoffice svg icons with fill="currentColor"
* set label on user.html
2024-02-14 07:38:17 +01:00
Bjarne Fyrstenborg
f78c5675ea
Use <umb-node-preview> component in dynamic root nodes ( #15510 )
2024-02-13 13:41:25 +01:00
Jan Skovgaard
3553e7546a
Bugfix: #14742 - Tabs not coded according to best practice ( #14979 )
2024-02-13 12:59:29 +01:00
Ethan Nagano
9ed2e48ff4
15209 media picker shows incorrect date ( #15414 )
...
* Trim update date to exclude Z character.
When picking media, the items from an SQL database contain an update
date that is formated in UTC-0 time by way of a Z character at the end
of the string. Removing this string will result in the update date
always displaying local time as expected.
Issue: 15209
* Use dateHelper instead of slicing Z from date string.
For most front end date formatting, dateHelper is used to get the local
date. The dateHelper is now passed in to the media picker controller and
used to format the date.
2024-02-12 23:41:20 +01:00
rbottema
14be246802
Fix QR code icon
...
Strips the width and height from the QR code SVG to ensure display is correct on all sizes. Used https://svgomg.net/ to optimize and minify the SVG.
2024-02-12 10:15:07 +01:00
Erik-Jan Westendorp
7046c3585b
Add localization key for 'Cancel and clear query'
2024-02-07 21:19:42 +01:00
Terence Burridge
318d994cf3
Reload the List View after a copy, if to the same parent ( #15312 )
2024-02-07 18:07:46 +01:00
Mehmet
5d0486fddc
Add missing list view usages to data type references ( #14485 ) ( #14617 )
...
* Add missing list view usages to data type references (#14485 )
* Added default implementation #14617
2024-02-06 14:50:16 +00:00
Ethan Nagano
ec26e5eabf
Update nouislider options for image cropper.
...
Previous slider min and max values caused home and end keys to behave
incorrectly. Min is now 0 to reflect 0% zoom and max is now 100 to
reflect max zoom. Additionally, adjusted step to 0.01 to avoid slow
adjustments when using arrow keys or page up / page down keys.
Issue: #15578
2024-02-05 03:33:44 +01:00
Sebastiaan Janssen
db545a33e1
Merge branch 'v13/dev' into contrib
2024-01-31 10:49:42 +01:00
Bjarne Fyrstenborg
f9bdbb0539
Media picker crop image size ( #15574 )
...
* Remove empty comment
* Formatting
* Return full size for image crop like Image Cropper does
2024-01-30 12:43:44 +00:00
Nikolaj Brask-Nielsen
860acd7ba1
feat: Make JSON tag value fallback ( #14856 )
...
* feat: Make JSON tag value fallback
* feat: Make fix more concise
* feat: Add try catch
2024-01-28 10:40:24 +01:00
Jacob Overgaard
f3ed935213
allow the blockeditormodelobject.service.js to fall back to -20 for currentPageId if we are not in an editor mode ( #15615 )
...
we detect the editor mode by checking for `contentTypeKey` which only exists on content contexts
2024-01-22 13:37:15 +01:00
Jacob Overgaard
9df6e65552
V13: Rich text editor does not show its toolbar on grid layout rte's ( #15595 )
...
* synchronize normal rte with grid-rte
* restore pinToolbar and unpinToolbar from v10 and update to tinymce v6 and apply to grid-rte
* linting
* Reverting `pinToolbar` from v8
* remove unused variable
---------
Co-authored-by: leekelleher <leekelleher@gmail.com >
2024-01-19 09:11:40 +01:00
Erik-Jan Westendorp
8088b726b4
localize webhook edit view
2024-01-17 02:09:59 +01:00
Jacob Overgaard
b916c85738
V13: TinyMCE does not toggle plugin buttons ( #15558 )
...
* bump tinymce from 6.8.1 to 6.8.2
* replace stateSelector with appropriate onSetup() functionality and replace addButton() with addToggleButton() to support toggling
2024-01-10 15:30:51 +01:00
Niels Lyngsø
83a0bf4f4b
Fix: No Blocks Mode for RTE when required context for Blocks is not present ( #15556 )
...
* noBlocksMode
* another blockEditorApi check
2024-01-10 14:53:26 +01:00
dependabot[bot]
2e61d6449a
Bump follow-redirects in /src/Umbraco.Web.UI.Client
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.9 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.9...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-09 10:57:36 +01:00
Sebastiaan Janssen
94e8bc1db6
Merge branch 'v13/dev' into contrib
2024-01-09 08:59:48 +01:00
Markus Johansson
704aebed0c
Fixes #15512 to allow curly braces in anchors
2024-01-08 15:23:25 +01:00
Jacob Overgaard
77861ae55b
V13: Load TinyMCE premium plugins through tiny.cloud ( #15367 )
...
* add tinymce cloud api key to configuration
* forward apikey through proxied config object after retrieving it from the server
* load the plugins.min.js file from tiny.cloud if cloud api key is set
* bump tinymce from 6.7.3 to 6.8.1
* disable premium promotion and make plugins unique
* make sure tinymce local assets are loaded before trying to load the plugins.js from cloud and before configuring tinymce
2024-01-08 08:58:57 +01:00
Bjarne Fyrstenborg
425023f83b
Ensure datepicker input is cleared ( #15338 )
2024-01-05 15:23:57 +00:00
Sebastiaan Janssen
6258fa6a35
Merge branch 'v13/dev' into contrib
...
# Conflicts:
# src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Web.UI.Client/src/common/services/blockeditormodelobject.service.js
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Login/login.spec.ts
2024-01-02 10:33:35 +01:00
Bjarke Berg
38879e11df
Merge remote-tracking branch 'origin/release/13.0' into v13/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/CreatedPackageSchemaRepository.cs
# version.json
2023-12-13 10:44:10 +01:00
Bjarke Berg
8a9e6ee82d
Merge remote-tracking branch 'origin/v12/dev' into v13/dev
...
# Conflicts:
# global.json
# src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoRichTextBlock.html
# src/Umbraco.Core/EmbeddedResources/Lang/da.xml
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Core/EmbeddedResources/Lang/fr.xml
# src/Umbraco.Core/EmbeddedResources/Lang/tr.xml
# src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
# src/Umbraco.Infrastructure/BackgroundJobs/Jobs/HealthCheckNotifierJob.cs
# src/Umbraco.Infrastructure/BackgroundJobs/RecurringBackgroundJobHostedServiceRunner.cs
# src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilderExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/services/blockeditormodelobject.service.js
# src/Umbraco.Web.UI.Client/src/common/services/editor.service.js
# src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html
# src/Umbraco.Web.UI/Startup.cs
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Login/login.spec.ts
# tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/BackgroundJobs/Jobs/HealthCheckNotifierJobTests.cs
# version.json
2023-12-13 09:55:34 +01:00
Nikolaj Geisle
3720b5d930
Merge pull request from GHSA-v98m-398x-269r
...
Co-authored-by: kjac <kja@umbraco.dk >
2023-12-12 15:56:44 +01:00
Nikolaj Geisle
f7e4832898
Merge pull request from GHSA-8qp8-9rpw-j46c
...
* Ensure that missing access rules do not break the site (#15081 )
(cherry picked from commit 6777145079 )
* Added Exception handling and replicated error and info message
* Update auth.resource.js
Fixed the message
* Changed Delay introduction to early phase to avoid repeating code.
---------
Co-authored-by: Kenn Jacobsen <kja@umbraco.dk >
Co-authored-by: jey <jey@umbraco.dk >
Co-authored-by: Jey <cyaqublu@gmail.com >
2023-12-12 15:56:31 +01:00
Jacob Overgaard
6f123224de
V13: Regression with global window.uui export ( #15412 )
...
* revert change to load commonjs version of uui
* revert to load uui
* build login first
* build login assets as iife to support loading inside the backoffice
2023-12-12 12:03:49 +01:00
Bjarke Berg
bab22d8b5f
Merge remote-tracking branch 'origin/release/12.3.4' into release/13.0
...
# Conflicts:
# version.json
2023-12-11 14:39:32 +01:00
Bjarke Berg
9f375ede65
Merge remote-tracking branch 'origin/release/12.3.4' into v12/dev
2023-12-11 14:37:36 +01:00
Nikolaj Geisle
237e4e56b2
Merge pull request from GHSA-v98m-398x-269r
...
Co-authored-by: kjac <kja@umbraco.dk >
2023-12-11 14:00:23 +01:00
Nikolaj Geisle
3331788c5c
Merge pull request from GHSA-8qp8-9rpw-j46c
...
* Ensure that missing access rules do not break the site (#15081 )
(cherry picked from commit 6777145079 )
* Added Exception handling and replicated error and info message
* Update auth.resource.js
Fixed the message
* Changed Delay introduction to early phase to avoid repeating code.
---------
Co-authored-by: Kenn Jacobsen <kja@umbraco.dk >
Co-authored-by: jey <jey@umbraco.dk >
Co-authored-by: Jey <cyaqublu@gmail.com >
2023-12-11 13:59:35 +01:00
Sebastiaan Janssen
422218ea15
Merge branch 'v13/dev' into contrib
2023-12-08 15:54:34 +01:00
Sebastiaan Janssen
6f582451ed
Merge branch 'release/13.0' into v13/dev
...
# Conflicts:
# version.json
2023-12-08 15:54:06 +01:00
Bjarke Berg
cf2ec50d15
Merge remote-tracking branch 'origin/release/12.3.4' into v12/dev
...
# Conflicts:
# version.json
2023-12-08 13:34:41 +01:00
Bjarne Fyrstenborg
87b8023f2c
Fix typo in dictionary ( #15380 )
2023-12-07 17:51:28 +00:00
Nikolaj Geisle
4b5bbbd531
Change webhook-> logs to Deliveries
2023-12-07 15:23:21 +01:00
Nikolaj Geisle
b50353b238
V13: Log webhook firing exceptions when they happen ( #15393 )
...
* Refactor Webhook logging to handle exceptions
* Add Exception occured property to WebhookLog.
2023-12-07 14:25:26 +01:00
Nikolaj Geisle
d31bb14f57
Link to log on exception/error ( #15391 )
2023-12-07 12:11:38 +01:00
Bjarke Berg
1a93dae0c4
Ensure the toggles return booleans and not integers. ( #15354 )
2023-12-07 11:25:31 +01:00
Bjarne Fyrstenborg
b97564ba3a
Fix console errors in content type editor with single block mode
2023-12-06 14:15:15 +01:00
Sebastiaan Janssen
024a57e098
Merge branch 'v12/dev' into v13/dev
...
# Conflicts:
# global.json
# src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoRichTextBlock.html
# src/Umbraco.Core/EmbeddedResources/Lang/da.xml
# src/Umbraco.Core/EmbeddedResources/Lang/en.xml
# src/Umbraco.Core/EmbeddedResources/Lang/tr.xml
# src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
# src/Umbraco.Infrastructure/BackgroundJobs/Jobs/HealthCheckNotifierJob.cs
# src/Umbraco.Infrastructure/BackgroundJobs/RecurringBackgroundJobHostedServiceRunner.cs
# src/Umbraco.Web.Common/DependencyInjection/UmbracoBuilderExtensions.cs
# src/Umbraco.Web.UI.Client/src/common/services/blockeditormodelobject.service.js
# src/Umbraco.Web.UI.Client/src/common/services/editor.service.js
# src/Umbraco.Web.UI/Startup.cs
# tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Login/login.spec.ts
# tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/BackgroundJobs/Jobs/HealthCheckNotifierJobTests.cs
(cherry picked from commit ef3f2c48198d8baed9d3340f926cd07e80720428)
2023-12-06 12:47:51 +01:00
Richard Ockerby
17eda54bfb
Don't overwrite default values in the block list editor if they don't exist in the data model (for new creations)
2023-12-05 21:22:45 +01:00
Sebastiaan Janssen
319d98ef23
Merge branch 'v12/dev' into contrib
2023-12-05 12:36:34 +01:00
Bjarne Fyrstenborg
c6d01178c0
Update z-index of block actions ( #15329 )
2023-12-01 13:51:42 +00:00
Bjarne Fyrstenborg
da6aaa07db
Don't change format in convertToLocalMomentTime ( #15223 )
...
(cherry picked from commit 963e57723a )
2023-12-01 10:03:23 +01:00