Bjarke Berg
212b2c999f
Updated to lastest nuget minor or patch versions ( #16871 )
2024-08-07 10:17:00 +02:00
mcl-sz
2761f5cd20
Combining OpenId and OfflineAccess scope ( #16220 )
...
* Combining OpenId and OfflineAccess scope
When the client scope is set to "openid offline_access", the returned scope only has the "offline_access" scope. The "openid" scope and the "id_token" are missing. By combining the OpenId and OfflineAccess as return scope, the refresh_token and id_token are returned.
* Update MemberController.cs
Cleaner way, provided by @kjac, to check if the scope has openid and/or offiline_access set.
(cherry picked from commit 55f9b09ab7 )
2024-08-06 14:35:59 +02:00
Sebastiaan Janssen
d5831fea94
Merge branch 'v13/dev' into v13/contrib
2024-08-06 09:07:06 +02:00
Sebastiaan Janssen
71afa21701
Revert "Configure WebP encoder to use Lossy by default ( #16769 )"
...
This reverts commit ee0fd7dd5f .
2024-08-06 09:04:27 +02:00
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
Daniël Knippers
ee0fd7dd5f
Configure WebP encoder to use Lossy by default ( #16769 )
...
This greatly reduces file sizes in many cases compared to the default
Lossless setting that seems to be used for PNGs.
2024-07-16 20:48:32 +01: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
Vlael Layug
4e746d367e
Use parentElement instead of parent when setting focus for modals with tabs ( #16257 )
...
* added null checker for umb-tab when it's trying to get the elm.parent
* use parentElement instead of parent
2024-06-22 13:01:04 +01: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
Christian Yngvesson
b60665d096
Feature/swedish translations ( #16582 )
...
* Added some translations
* Update sv.xml - Minor typo
2024-06-14 16:18:18 +01: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