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
Bjarke Berg
0ee0db8071
Merge remote-tracking branch 'refs/remotes/origin/release/10.8' into v10/dev
...
# Conflicts:
# version.json
2024-05-21 08:44:27 +02:00
Bjarke Berg
9bacd13ce2
Merge remote-tracking branch 'refs/remotes/origin/release/13.3' into v13/dev
...
# Conflicts:
# version.json
2024-05-17 14:39:44 +02:00
Bjarke Berg
5f24de3085
Merge pull request from GHSA-j74q-mv2c-rxmp
2024-05-17 08:37:51 +02:00
Bjarke Berg
d8df405db4
Merge pull request from GHSA-j74q-mv2c-rxmp
2024-05-17 08:37:51 +02:00
Bjarke Berg
c17d4e1a60
Merge pull request from GHSA-j74q-mv2c-rxmp
2024-05-17 08:37:51 +02:00
Kenn Jacobsen
94cef504a3
Property source level variation should only be applied when configured ( #16270 )
...
(cherry picked from commit ab32bac5d9 )
2024-05-13 15:45:45 +02:00
Kenn Jacobsen
ab32bac5d9
Property source level variation should only be applied when configured ( #16270 )
2024-05-13 15:44:07 +02:00
Mole
18765465ae
V13: Optimize custom MVC routing ( #16218 )
...
* Introduce EagerMatcherPolicy to conditionally bypass content routing
* Ensure that the candidate we disable dynamic routing for is valid
* Skip Umbraco endpoints
* Simplify logic a bit
* Move install logic to matcher
* Ensure that dynamic routing is still skipped when in upgrade state
* Fixup comments
* Reduce nesting a bit
* Don't show maintenance page when statically routed controllers are hít
* Remove excess check, since installer requests are statically routed
(cherry picked from commit ba9ddd11da )
2024-05-10 11:37:11 +02:00
Mole
ba9ddd11da
V13: Optimize custom MVC routing ( #16218 )
...
* Introduce EagerMatcherPolicy to conditionally bypass content routing
* Ensure that the candidate we disable dynamic routing for is valid
* Skip Umbraco endpoints
* Simplify logic a bit
* Move install logic to matcher
* Ensure that dynamic routing is still skipped when in upgrade state
* Fixup comments
* Reduce nesting a bit
* Don't show maintenance page when statically routed controllers are hít
* Remove excess check, since installer requests are statically routed
2024-05-10 11:36:12 +02:00
Rasmus John Pedersen
cfcdc9c98d
Webhook log improvements ( #16200 )
...
* fix: include all headers in webhook log
* feat: return webhook log status from server
* feat: make webhook logs deep linkable
* feat: add webhook log pagination
* feat: improve webhook request/response body preview
2024-05-06 13:14:11 +02:00