Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code changes from V13.4 #16652

Merged
merged 53 commits into from
Jun 25, 2024
Merged

Code changes from V13.4 #16652

merged 53 commits into from
Jun 25, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    52c21b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Ported over #15928 changes for 13.3 RC (#16023)

    * Ported over #15928 changes for 13.3 RC
    
    * Use GetOrAdd()
    
    * Lock dictionary initialization
    
    ---------
    
    Co-authored-by: Jason Elkin <jasonelkin86@gmail.com>
    kjac and JasonElkin authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6379f2f View commit details
    Browse the repository at this point in the history
  2. Make the API content response builder extendable (#16056)

    * Make the API content response builder extendable
    
    * DeliveryApiJsonTypeResolver needs to be extendable too
    kjac authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a6a76d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. bump rc to regular

    Migaroez committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a325ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc2435 View commit details
    Browse the repository at this point in the history
  3. Bump to next minor

    Migaroez committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a27a4dc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add blocks in RTE telemetry (#16104)

    * Add blocks telemetry
    
    * Use constants and update tests
    
    * V13: Add property type information to telemetry (#16109)
    
    * Add property type counts to telemetry
    
    * Use constants and fix tests
    
    * Update description
    nikolajlauridsen authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0980350 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. V10: Fix for fallback file upload (#14892) (#15868)

    * Fix for fallback file upload (#14892)
    
    * Added check for file type
    
    * Removed unneeded null checks and fixed tabs
    
    * Cleaning
    
    * Cleanups, cleanups, and removal of unneeded null checks
    
    * Reverted removal of relationshipservice
    
    * Revert null check removals (too risky)
    
    ---------
    
    Co-authored-by: Ambert van Unen <AvanUnen@ilionx.com>
    Co-authored-by: Laura Neto <12862535+lauraneto@users.noreply.github.com>
    
    (cherry picked from commit 0b5d1f8)
    
    * Fix up formatting
    
    ---------
    
    Co-authored-by: Ambert van Unen <ambertvu@gmail.com>
    Zeegaan and Ambertvu authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    119fde2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    cae106b View commit details
    Browse the repository at this point in the history
  2. Implementors using Umbraco.Tests.Integration won't have to override G…

    …etLocalizedTextService
    
    (cherry picked from commit b001668)
    (cherry picked from commit 2bb56f1)
    lars-erik authored and nul800sebastiaan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    599ec18 View commit details
    Browse the repository at this point in the history
  3. Fix logic for retrieving lastKnownElement

    (cherry picked from commit cae106b)
    jdpnielsen authored and nul800sebastiaan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5b46c71 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. bump version

    bergmania committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b6031de View commit details
    Browse the repository at this point in the history
  2. Bump version

    bergmania committed May 3, 2024
    Configuration menu
    Copy the full SHA
    edb516f View commit details
    Browse the repository at this point in the history
  3. Bump version

    bergmania committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fee222d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Since v13 properties can sometimes be of type IRichTextEditorIntermed…

    …iateValue - this was unexpected in the XPath navigator code (#16121)
    nul800sebastiaan authored May 6, 2024
    Configuration menu
    Copy the full SHA
    23d0a6b View commit details
    Browse the repository at this point in the history
  2. 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
    rasmusjp authored May 6, 2024
    Configuration menu
    Copy the full SHA
    cfcdc9c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. 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
    nikolajlauridsen authored May 10, 2024
    Configuration menu
    Copy the full SHA
    ba9ddd1 View commit details
    Browse the repository at this point in the history
  2. 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 ba9ddd1)
    nikolajlauridsen authored and bergmania committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1876546 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    ab32bac View commit details
    Browse the repository at this point in the history
  2. Property source level variation should only be applied when configured (

    #16270)
    
    (cherry picked from commit ab32bac)
    kjac authored and bergmania committed May 13, 2024
    Configuration menu
    Copy the full SHA
    94cef50 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    c17d4e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8df405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f24de3 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/release/13.3' into …

    …v13/dev
    
    # Conflicts:
    #	version.json
    bergmania committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9bacd13 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/release/10.8' into …

    …v10/dev
    
    # Conflicts:
    #	version.json
    bergmania committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0ee0db8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/v10/dev' into v11/dev

    # Conflicts:
    #	src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
    bergmania committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5c777f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/release/12.3' into …

    …v12/dev
    
    # Conflicts:
    #	version.json
    bergmania committed May 21, 2024
    Configuration menu
    Copy the full SHA
    60f6560 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/v11/dev' into v12/dev

    # Conflicts:
    #	src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
    bergmania committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f382ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04ed514 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    0f3160f View commit details
    Browse the repository at this point in the history
  2. Bump version

    bergmania committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fd2138c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb6bb99 View commit details
    Browse the repository at this point in the history
  4. Ensure there is always at least 1 valid candidate (#16344)

    (cherry picked from commit eb6bb99)
    nikolajlauridsen authored and bergmania committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5f082df View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    696a711 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/release/13.3' into …

    …v13/dev
    
    # Conflicts:
    #	src/Umbraco.Web.Website/Routing/EagerMatcherPolicy.cs
    #	version.json
    bergmania committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5285834 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Typo when getting query parm

    jrunestone authored and Matthew-Wise committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    5795cf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. 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>
    bergmania and kjac authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0aaac78 View commit details
    Browse the repository at this point in the history
  2. Add check to ensure that RenderControllers and SurfaceControllers are…

    … always routed through the UmbracoRouteValueTransforms (#16540)
    nikolajlauridsen authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    100f2c3 View commit details
    Browse the repository at this point in the history
  3. bumb to rc version

    Zeegaan committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c3e7dad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46e9991 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f15be3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32912b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. 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
    kjac authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3dace4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7db56 View commit details
    Browse the repository at this point in the history
  3. bump version.json

    Zeegaan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    78bf04e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    fc951ee View commit details
    Browse the repository at this point in the history
  2. bump version.json

    Zeegaan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5f8eac0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. V13: Set request culture for VirtualPageController (#16572)

    * Rename FindDomain to FindAndSetDomain
    
    * Ensure VariationContext and PublishedRequest is updated for virtual page controller
    nikolajlauridsen authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5ae5fe3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. V13 QA Updated depedencies (#16606)

    * Bumped version of helper and builder
    
    * Removed faker
    andr317c authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5e31fde View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    65c76fc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merged v13/dev into v14

    bergmania committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4cfa021 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/v14/dev' into v14/f…

    …eature/merge-2024-06-25
    
    # Conflicts:
    #	src/Umbraco.Web.UI.Client
    bergmania committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bda23c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ad67e2 View commit details
    Browse the repository at this point in the history