Jacob Overgaard
b67b06bfc3
bump version to 14.0.0--preview006
2024-02-07 13:47:36 +01:00
Vitor Rodrigues
839b2ff6a2
Fixes #15136 : Search includes fields from other cultures ( #15148 )
...
* Fixes #15136 : Search includes fields from other cultures
Regex was updated to support block list fields
Unpublished nodes on the supplied culture are not filtered out
* Making the code non-breaking
* Fixed failing publish content query integration tests
The tests were not setting the content as publish in the specifed culture
causing the content items to be ignored
---------
Co-authored-by: Laura Neto <12862535+lauraneto@users.noreply.github.com >
2024-02-07 13:43:37 +01:00
Jacob Overgaard
da5a95ac22
Merge remote-tracking branch 'origin/v14/dev' into v14/dev
2024-02-07 12:08:03 +01:00
Jacob Overgaard
fdb9b68bc0
update backoffice submodule
2024-02-07 12:07:41 +01:00
Sven Geusens
024bb8903c
V14/feature/delete media in recyblebin ( #15636 )
...
* Bugfix: MediaCacheRefresher needs to always clear the mediaCache no matter what the publishedState is
* fix: check correct permissions for deleteDocumentFromRecycleBin
* Fix: ImageCropper propertyValues should not hold invalid values.
* Added media delete endpoints
* PR comment fix: Do not schedule cleanup if we know the file does not exist.
* resolved forward merge build conflicts
namespace cleanup
---------
Co-authored-by: Sven Geusens <sge@umbraco.dk >
2024-02-07 10:44:20 +01:00
Kenn Jacobsen
9d07268ead
Remove template scaffolding from the API ( #15659 )
...
* Remove template scaffolding from the API
* Regenerate OpenApi.json
* Regenerate OpenApi.json after forward merging
2024-02-07 09:07:54 +01:00
Jacob Overgaard
79866e0370
update backoffice submodule
2024-02-07 09:01:01 +01:00
Markus Johansson
2221c4f1c7
#15568 fixed by adding IRichTextEditorIntermediateValue
2024-02-07 02:32:14 +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
Bjarke Berg
c1aa526999
Merge remote-tracking branch 'origin/v13/dev' into v14/dev
2024-02-06 14:25:12 +01:00
Kenn Jacobsen
183b5cc454
Management API model mapping take two ( #15667 )
...
* Re-modelling API models (take two)
* Do not use "content" - use "document" and "media" instead.
* Move "item" endpoints to their own silo
* Use "Id", not "Key"
* Regenerate OpenApi.json
* Rename user start node IDs from "content" to "document"
* Regererate OpenApi.json after forward merge
* update importmap
---------
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2024-02-06 13:19:30 +01:00
Elitsa Marinovska
8c6e03d346
V14: Invalidate user tokens ( #15651 )
...
* Adding revoke user auth token handler and registering it
* Maintain method clarity by grouping new calls into its own method
* Rename functions to what they do
* Suggested linq function of tripple nesting
* Reduce nesting by early loop continuation
* Fix PR suggestion async typo
* Review suggestions
* Log msg alignment between members and users
---------
Co-authored-by: Sven Geusens <sge@umbraco.dk >
2024-02-06 13:02:35 +01:00
Bjarke Berg
0e7d5464ae
Merge remote-tracking branch 'origin/v12/dev' into v13/dev
2024-02-06 12:56:36 +01:00
Bjarke Berg
073e59c89a
Merge remote-tracking branch 'origin/v11/dev' into v12/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheExtensions.cs
# src/Umbraco.PublishedCache.NuCache/PublishedSnapshotService.cs
# tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PublishedCache/PublishedSnapshotServiceCollectionTests.cs
2024-02-06 12:44:23 +01:00
Bjarke Berg
742e12c9c3
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2024-02-06 12:43:04 +01:00
Bjarke Berg
3a12b6591d
Merge remote-tracking branch 'origin/release/13.1' into v13/dev
2024-02-06 11:09:25 +01:00
Bjarke Berg
897af1b013
Merge remote-tracking branch 'origin/release/12.3' into v12/dev
2024-02-06 11:08:16 +01:00
Bjarke Berg
b5e46ba880
Merge remote-tracking branch 'origin/release/10.8' into v10/dev
2024-02-06 11:07:16 +01:00
Bjarke Berg
cd47bdbb0c
Fix breaking change
2024-02-06 10:08:12 +01:00
Nikolaj Geisle
1b712fe6ec
Merge pull request from GHSA-gvpc-3pj6-4m9w
...
* Add MarkDownPropertyValueEditor with html sanitizer
* Implement IMarkdownSanitizer.
2024-02-06 09:53:40 +01:00
Nikolaj Geisle
cbf9f9bcd1
Merge pull request from GHSA-gvpc-3pj6-4m9w
...
* Add MarkDownPropertyValueEditor with html sanitizer
* Implement IMarkdownSanitizer.
2024-02-06 09:53:40 +01:00
Nikolaj Geisle
d090176272
Merge pull request from GHSA-gvpc-3pj6-4m9w
...
* Add MarkDownPropertyValueEditor with html sanitizer
* Implement IMarkdownSanitizer.
2024-02-06 09:53:40 +01:00
Nikolaj Geisle
6b8067815c
Merge pull request from GHSA-74p6-39f2-23v3
...
* Don't display exception if not in debug mode
* Only display not OK status code in production
2024-02-06 09:53:17 +01:00
Matthew-Wise
3ce438399a
Fix UriUtilityCore's handling of anchors and querystrings, also optimized with Span ( #15678 )
2024-02-05 08:03:42 +01:00
Kenn Jacobsen
71b3076de9
Members and member types in the Management API ( #15662 )
...
* Members and member types in the Management API
* Add validation endpoints for members
* Include validation result in service response + add unit tests
* Regenerate OpenApi.json
* Regenerate OpenApi.json after merge
* Don't throw an exception when trying to set valid variation levels for member types
* Added missing ProducesResponseType
* Remove TODO, as that works
* Allow creation of member with explicit key
* Do not feature "parent" for member creation + add missing response type
* Do not feature a "Folder" in create member type (folders are not supported)
* Added missing build methods
* Fixed issue with mapping
---------
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2024-02-05 06:42:07 +01: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
Jacob Overgaard
52a9939480
Merge remote-tracking branch 'origin/v13/dev' into v14/dev
...
# Conflicts:
# .artifactignore
# build/azure-pipelines.yml
# tests/Umbraco.Tests.AcceptanceTest/misc/umbraco-linux.docker
2024-02-02 13:48:28 +01:00
Jacob Overgaard
36402a149a
Merge remote-tracking branch 'origin/v13/dev' into contrib
...
# Conflicts:
# build/azure-pipelines.yml
2024-02-02 13:43:49 +01:00
Andy Butland
b5b9c13bad
Allow methods that call GetCropUrl to be verified in unit tests. ( #15674 )
2024-02-02 13:12:26 +01:00
Sven Geusens
802758ed59
Fixed nested RTE's index method not being called due to obsolete fallbacks ( #15670 )
...
Co-authored-by: Sven Geusens <sge@umbraco.dk >
(cherry picked from commit 1e72b1cf0b )
2024-02-02 08:25:23 +01:00
Sven Geusens
1e72b1cf0b
Fixed nested RTE's index method not being called due to obsolete fallbacks ( #15670 )
...
Co-authored-by: Sven Geusens <sge@umbraco.dk >
2024-02-02 08:22:51 +01:00
Jacob Overgaard
2f702b28ff
update backoffice submodule
2024-02-01 16:13:42 +01:00
Jacob Overgaard
1f636583c3
Merge remote-tracking branch 'origin/v13/dev' into v14/dev
2024-02-01 15:58:33 +01:00
Jacob Overgaard
5c33c6fbf6
Login assets should be built independently of the Backoffice ( #15668 )
...
* picked from v14/dev to distinguish between Belle and Login so the correct assets are being built when you run Umbraco.Web.UI
* syntax
2024-02-01 15:52:41 +01:00
Jacob Overgaard
836d45e5c5
Login assets should be built independently of the Backoffice ( #15668 )
...
* picked from v14/dev to distinguish between Belle and Login so the correct assets are being built when you run Umbraco.Web.UI
* syntax
2024-02-01 14:36:37 +00:00
Sebastiaan Janssen
c18ec80e34
Merge branch 'v13/dev' into contrib
2024-02-01 12:45:39 +01:00
Bjarke Berg
3a71eab1ce
Merge remote-tracking branch 'origin/v14/dev' into v14/dev
2024-02-01 12:17:50 +01:00
Kenn Jacobsen
d29e05efb7
Move document related operations to DocumentControllerBase ( #15661 )
...
* Clean up ContentControllerBase and move document related operations to DocumentControllerBase
* Rename content to document
---------
Co-authored-by: Elitsa <elm@umbraco.dk >
2024-02-01 11:29:52 +01:00
Bjarke Berg
9eb36c0234
Merge remote-tracking branch 'origin/v13/dev' into v14/dev
...
# Conflicts:
# Directory.Packages.props
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_0_0/AddMemberPropertiesAsColumns.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_2_0/AddHasAccessToAllLanguagesColumn.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_2_0/AddUserGroup2LanguageTable.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_3_0/AddBlockGridPartialViews.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_4_0/AddBlockGridPartialViews.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_5_0/AddPrimaryKeyConstrainToContentVersionCleanupDtos.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_10_7_0/MigrateTagsFromNVarcharToNText.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_11_3_0/AddDomainSortOrder.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_11_4_0/AlterKeyValueDataType.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_12_0_0/ResetCache.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_12_0_0/UseNvarcharInsteadOfNText.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_12_1_0/AddOpenIddict.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/V_12_1_0/TablesIndexesImprovement.cs
# src/Umbraco.Web.UI.Docs/README.md
# src/Umbraco.Web.UI.Docs/gulpfile.js
2024-02-01 11:24:43 +01:00
Kenn Jacobsen
296b7e061a
Align presentation model factory naming ( #15663 )
2024-02-01 11:22:16 +01:00
Bjarke Berg
49acf8b35c
Merge remote-tracking branch 'origin/release/13.1' into v13/dev
...
# Conflicts:
# version.json
2024-02-01 11:18:58 +01:00
Bjarke Berg
23ee6fa83f
Merge remote-tracking branch 'origin/release/12.3' into v12/dev
...
# Conflicts:
# version.json
2024-02-01 11:11:58 +01:00
Bjarke Berg
adb67c709b
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2024-02-01 11:11:10 +01:00
Bjarke Berg
2735f17ed8
Merge remote-tracking branch 'origin/release/10.8' into v10/dev
...
# Conflicts:
# version.json
2024-02-01 11:09:47 +01:00
Ronald Barendse
25139dabe0
Skip cache refresher operations for content blueprints ( #15633 )
...
* Skip cache refresher operations for content blueprints
* Fix JsonPayload deserialization error by adding a default constructor and property initializers
* Obsolete JsonPayload constructor and update usages
2024-02-01 10:29:31 +01:00
Bjarke Berg
e7c53d4768
V10+ version of https://github.com/umbraco/Umbraco-CMS/pull/15638 ( #15664 )
2024-02-01 10:29:28 +01:00
Ronald Barendse
4aed6a1034
Skip cache refresher operations for content blueprints ( #15633 )
...
* Skip cache refresher operations for content blueprints
* Fix JsonPayload deserialization error by adding a default constructor and property initializers
* Obsolete JsonPayload constructor and update usages
2024-02-01 10:13:00 +01:00
Bjarke Berg
ac02e97e0c
V10+ version of https://github.com/umbraco/Umbraco-CMS/pull/15638 ( #15664 )
2024-02-01 10:01:52 +01:00
Ronald Barendse
e37cf30690
Skip cache refresher operations for content blueprints ( #15633 )
...
* Skip cache refresher operations for content blueprints
* Fix JsonPayload deserialization error by adding a default constructor and property initializers
* Obsolete JsonPayload constructor and update usages
(cherry picked from commit 3e28e10cdf )
2024-02-01 10:00:42 +01:00
Bjarke Berg
118ac8e230
V10+ version of https://github.com/umbraco/Umbraco-CMS/pull/15638 ( #15664 )
2024-02-01 09:58:42 +01:00