Wojciech Tengler
2736a513a3
Fixing regression bug introduced in #14806 and found during investigation of #16803 - well tested on db with 300k+ nodes ( #16837 )
...
Co-authored-by: Wojciech Tengler <wtengler@umbracare.net >
(cherry picked from commit 688790e90a )
2024-08-02 11:58:02 +02:00
Sven Geusens
bb654360bf
Improve migration performance ( #16784 )
...
* Improve migration performance
* Fix PR review comments
* Revert tags migration for sql lite as the optimized sql doesn't work properly and sqlLite datasets should not be large anyway
2024-07-31 10:35:28 +02:00
Elitsa Marinovska
dfe41d7f76
V13: Ensure TransformingIndexValues event is also raised from the DeliveryApiContentIndex ( #16756 )
...
* Removing override of OnTransformingIndexValues from DeliveryApiContentIndex
* Making sure that TransformingIndexValues event is raised for DeliveryApiContentIndex without performing the special index value transformations
* Review suggestion
2024-07-15 10:45:57 +02:00
Jacob Overgaard
be81586b46
set version to 13.5.0-rc
2024-07-11 15:07:36 +02:00
Jacob Overgaard
c33b06274d
Merge remote-tracking branch 'origin/release/13.4' into v13/dev
2024-07-11 15:06:42 +02:00
Jacob Overgaard
d72fc5c4e8
fix: revert the inert attribute on Tours since you are expected to be able to work with the background in certain steps
2024-07-11 12:50:49 +02:00
Jacob Overgaard
a41555cc0d
fix: revert the inert attribute on Tours since you are expected to be able to work with the background in certain steps
2024-07-11 12:38:37 +02:00
Jacob Overgaard
c1bf3a7e15
bump version to 13.4.1
2024-07-11 12:02:39 +02:00
Elitsa
5f6be40bdf
Revert "Removing override of OnTransformingIndexValues from DeliveryApiContentIndex"
...
This reverts commit f6deaca452 .
2024-07-08 09:30:12 +03:00
Elitsa
8dc02fa081
Revert "Making sure base.OnTransformingIndexValues(e); is called for DeliveryApiContentIndex without the special index value transformations"
...
This reverts commit a7ff32891e .
2024-07-08 09:30:12 +03:00
Elitsa
a7ff32891e
Making sure base.OnTransformingIndexValues(e); is called for DeliveryApiContentIndex without the special index value transformations
2024-07-08 09:28:34 +03:00
Elitsa
f6deaca452
Removing override of OnTransformingIndexValues from DeliveryApiContentIndex
2024-07-08 09:27:36 +03:00
Elitsa Marinovska
ef01c27fad
Respect user start nodes in GetPagedChildren (used in List View) ( #16722 )
2024-07-02 09:55:03 +02:00
Elitsa Marinovska
d8b4361936
V13: Update url scheme for Twitter OEmbedProvider ( #16650 )
...
* Adds url support for x.com/.*/status/.*
* Updated regex
* Obsoleting Twitter as OEmbedProvider
* Introducing X as its new alternative
* Adding X and removing Twitter from EmbedProvidersCollection
* Typo
2024-06-27 09:23:47 +02:00
Bjarke Berg
0afb4f7283
Make GetHeaderValue support HttpContext unavailable ( #16654 )
...
* Make GetHeaderValue tolerant for when the http context is not available. Now it just returns null.
* Add unit tests
2024-06-25 13:47:25 +02:00
Nikolaj Geisle
e3d65967aa
Bump version.json
2024-06-20 14:45:13 +02:00
Nikolaj Geisle
73408f1cce
Merge branch 'release/13.4' into v13/dev
2024-06-20 14:44:40 +02:00
Andreas Zerbst
6e3a6917c8
Decreased to 1 retry for this file only ( #16623 )
2024-06-20 11:30:22 +02:00
Andreas Zerbst
b2b112eb8b
V13 QA Updated depedencies ( #16606 )
...
* Bumped version of helper and builder
* Removed faker
2024-06-20 11:30:21 +02:00
Mole
56710d5b5b
V13: Eaglery route domains for virtual page controllers ( #16635 )
...
* Do domain routing eagerly
* Cleanup
* Fix comment
2024-06-20 11:30:11 +02:00
Mole
00ca9e0d2d
V13: Eaglery route domains for virtual page controllers ( #16635 )
...
* Do domain routing eagerly
* Cleanup
* Fix comment
2024-06-20 11:25:02 +02:00
Andreas Zerbst
65c76fcfab
Decreased to 1 retry for this file only ( #16623 )
2024-06-19 09:49:04 +02:00
Nikolaj Geisle
a686ba2a0e
V13: Update nuget packages ( #16616 )
...
* Update nuget packages
* Fix Imagesharp 2
---------
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2024-06-19 07:50:52 +02:00
Nikolaj Geisle
344245b1ea
bump to final version
2024-06-18 10:05:36 +02:00
Nikolaj Geisle
82b4f506c2
bump version to rc2
2024-06-18 09:08:40 +02:00
Andreas Zerbst
5e31fde416
V13 QA Updated depedencies ( #16606 )
...
* Bumped version of helper and builder
* Removed faker
2024-06-17 10:49:16 +02:00
Zeegaan
24abc117fe
update version.json
2024-06-07 12:50:46 +02:00
Mole
5ae5fe338a
V13: Set request culture for VirtualPageController ( #16572 )
...
* Rename FindDomain to FindAndSetDomain
* Ensure VariationContext and PublishedRequest is updated for virtual page controller
2024-06-07 12:49:13 +02:00
Zeegaan
5f8eac0464
bump version.json
2024-06-06 10:22:18 +02:00
Zeegaan
fc951ee100
Merge branch 'release/13.4' into v13/dev
2024-06-06 10:21:53 +02:00
Nikolaj Geisle
78bf04ef67
bump version.json
2024-06-04 14:56:22 +02:00
Andreas Zerbst
ae7db56f77
Decreased retry count ( #16554 )
2024-06-04 14:25:57 +02:00
Kenn Jacobsen
3dace4fc9d
RTE and media picker should route medias the same way in the Delivery API ( #16550 )
...
* RTE and media picker should route medias the same way in the Delivery API
* Fix failing unit test
* Fixed failing tests
2024-06-04 10:32:37 +02:00
Nikolaj Geisle
32912b0c35
Update to query to SqlRaw ( #16542 )
2024-06-03 13:34:43 +02:00
Nikolaj Geisle
f15be3ed65
Merge branch 'v13/dev' into release/13.4
2024-06-03 12:30:44 +02:00
Sebastiaan Janssen
46e99910e7
Merge branch 'v13/contrib' into v13/dev
2024-06-03 12:26:54 +02:00
Nikolaj Geisle
c3e7dad236
bumb to rc version
2024-06-03 12:09:37 +02:00
Mole
100f2c3bcd
Add check to ensure that RenderControllers and SurfaceControllers are always routed through the UmbracoRouteValueTransforms ( #16540 )
2024-06-03 12:03:40 +02:00
Bjarke Berg
0aaac78cfa
A bunch of minor performance optimizations ( #16335 )
...
* Do not execute query if no macros found
* Request cache the permission lookup
* Unbreak change by adding obsolete ctor
* Clean up
* Wrap indexing for delivery API in a scope
* Do not ask options every time for the timeout, instead listen for updates
* Lookup content types once instead of one by one
* Use TryGetValue instead
* Do a distinct on user ids before building index, to avoid issue with more than 2100 parameters
* Don't map ContentDto (it's unused)
* Introduce request bound block editor element cache
---------
Co-authored-by: kjac <kja@umbraco.dk >
2024-06-03 11:23:25 +02:00
Johan Runsten
5795cf119a
Typo when getting query parm
2024-06-01 12:24:09 +01:00
Bjarke Berg
528583430f
Merge remote-tracking branch 'refs/remotes/origin/release/13.3' into v13/dev
...
# Conflicts:
# src/Umbraco.Web.Website/Routing/EagerMatcherPolicy.cs
# version.json
2024-05-23 13:31:34 +02:00
Bjarke Berg
696a71166c
Ensure ufprt-token requests are handle in the UmbracoRouteValueTransformer ( #16347 )
2024-05-23 10:14:37 +02:00
Mole
5f082df3ab
Ensure there is always at least 1 valid candidate ( #16344 )
...
(cherry picked from commit eb6bb99eaf )
2024-05-22 13:30:54 +02:00
Mole
eb6bb99eaf
Ensure there is always at least 1 valid candidate ( #16344 )
2024-05-22 13:29:17 +02:00
Bjarke Berg
fd2138c1fd
Bump version
2024-05-22 12:21:56 +02:00
Nikolaj Geisle
0f3160f727
Move publishing notification after validation ( #16331 )
2024-05-22 12:17:04 +02:00
Bjarke Berg
04ed514a21
Merge remote-tracking branch 'refs/remotes/origin/v12/dev' into v13/dev
2024-05-21 08:57:43 +02:00
Bjarke Berg
4f382abc66
Merge remote-tracking branch 'refs/remotes/origin/v11/dev' into v12/dev
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
2024-05-21 08:49:33 +02:00
Bjarke Berg
60f656006d
Merge remote-tracking branch 'refs/remotes/origin/release/12.3' into v12/dev
...
# Conflicts:
# version.json
2024-05-21 08:48:54 +02:00
Bjarke Berg
5c777f3182
Merge remote-tracking branch 'refs/remotes/origin/v10/dev' into v11/dev
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
2024-05-21 08:46:37 +02:00