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

V15: Merge #16801

Merged
merged 143 commits into from
Jul 19, 2024
Merged

V15: Merge #16801

merged 143 commits into from
Jul 19, 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
  2. update version.json

    Zeegaan committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    24abc11 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
  2. Bump braces from 3.0.2 to 3.0.3 in /tests/Umbraco.Tests.AcceptanceTest

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and JasonElkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8e98c1e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. bump version to rc2

    Zeegaan committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    82b4f50 View commit details
    Browse the repository at this point in the history
  2. bump to final version

    Zeegaan committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    344245b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. V13: Update nuget packages (#16616)

    * Update nuget packages
    
    * Fix Imagesharp 2
    
    ---------
    
    Co-authored-by: Bjarke Berg <mail@bergmania.dk>
    Zeegaan and bergmania authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a686ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c76fc View commit details
    Browse the repository at this point in the history
  3. Do not rely on claims to figure out user access + prepare for claims …

    …removal (#16552)
    
    * Do not rely on claims to figure out user access + prepare for claims removal
    
    * Fix typos :)
    
    * Ensure we fire all relevant notifications when creating and updating user groups
    
    * Leave it to the cache refreshers to flush user cache data (start nodes)
    kjac authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1f52d01 View commit details
    Browse the repository at this point in the history
  4. Added post configuration of OpenIddictServerOptions that removes the …

    …ValidateTransportSecurityRequirement iff globalsettings.usehttps is false. (#16614)
    bergmania authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    75c42f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    f717a5d View commit details
    Browse the repository at this point in the history
  2. V13: Eaglery route domains for virtual page controllers (#16635)

    * Do domain routing eagerly
    
    * Cleanup
    
    * Fix comment
    nikolajlauridsen authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    00ca9e0 View commit details
    Browse the repository at this point in the history
  3. V13: Eaglery route domains for virtual page controllers (#16635)

    * Do domain routing eagerly
    
    * Cleanup
    
    * Fix comment
    nikolajlauridsen authored and Zeegaan committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    56710d5 View commit details
    Browse the repository at this point in the history
  4. V13 QA Updated depedencies (#16606)

    * Bumped version of helper and builder
    
    * Removed faker
    andr317c authored and Zeegaan committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b2b112e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e3a691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73408f1 View commit details
    Browse the repository at this point in the history
  7. Bump version.json

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

Commits on Jun 21, 2024

  1. test

    georgebid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4629033 View commit details
    Browse the repository at this point in the history
  2. Revert "test"

    This reverts commit 4629033.
    georgebid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    53139a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de74ae4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Fix unguarded calls to ServiceDescriptor.ImplementationType for keyed…

    … services (#16604)
    
    * Update integration test base class to verify that calls to ServiceDescriptor.ImplementationType are guarded for keyed services
    
    * Fix unguarded calls to ServiceDescriptor.ImplementationType for keyed services
    xdjoshuaaz authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cb09035 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    2a57af8 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
  4. Merge pull request #16652 from umbraco/v14/feature/merge-2024-06-25

    Code changes from V13.4
    bergmania authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    215fc43 View commit details
    Browse the repository at this point in the history
  5. Add endpoint for calculating effective user start nodes (#16609)

    * Add endpoint for calculating effective user start nodes
    
    * Fix OpenAPI
    kjac authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    76bb2b0 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/origin/v13/dev' into v14/dev

    # Conflicts:
    #	Directory.Packages.props
    bergmania committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3c3d926 View commit details
    Browse the repository at this point in the history
  7. Updated nuget packages

    bergmania committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3c34eaf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16653 from umbraco/v14/nuget-update-2024-06-25

    Nuget update 2024 06 25
    bergmania authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a01be0d View commit details
    Browse the repository at this point in the history
  9. 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
    bergmania authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0afb4f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37d2276 View commit details
    Browse the repository at this point in the history
  11. V14 QA updated dictionary naming in E2E test (#16657)

    * Updated naming
    
    * Bumped version of helper
    andr317c authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0b86863 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. V14: Fix source code editor not showing on fresh install / upgrade (#…

    …16655)
    
    * Create richtext with sourcecode by default
    
    * Add rich text migration
    
    * Create migration for migration "ace" value to "sourcecode"
    Zeegaan authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8ca637d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8dd02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce2e97 View commit details
    Browse the repository at this point in the history
  4. update lockfile

    iOvergaard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bb058c4 View commit details
    Browse the repository at this point in the history
  5. fix login build errors

    iOvergaard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f1b54fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1774d4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    195d8b5 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'refs/remotes/origin/v14/dev' into relea…

    …se/14.1
    
    # Conflicts:
    #	src/Umbraco.Web.UI.Client
    iOvergaard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dacd324 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed22003 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. 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
    elit0451 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d8b4361 View commit details
    Browse the repository at this point in the history
  2. Use the configured backoffice url to initialize openiddict if it is a…

    …vailable and just fallback to the one from the first request. (#16660)
    
    Fixes #16179
    bergmania authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1ea65c1 View commit details
    Browse the repository at this point in the history
  3. Use the configured backoffice url to initialize openiddict if it is a…

    …vailable and just fallback to the one from the first request. (#16660)
    
    Fixes #16179
    bergmania authored and nikolajlauridsen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2fa4149 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fixed toolbar not showing for seeded,untouched and then migrated RTE …

    …datatypes (#16665)
    
    Moved 14.1 migrations into their own namespace
    
    Co-authored-by: Sven Geusens <sge@umbraco.dk>
    Migaroez and Migaroez authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d170193 View commit details
    Browse the repository at this point in the history
  2. Fixed toolbar not showing for seeded,untouched and then migrated RTE …

    …datatypes (#16665)
    
    Moved 14.1 migrations into their own namespace
    
    Co-authored-by: Sven Geusens <sge@umbraco.dk>
    (cherry picked from commit d170193)
    Migaroez authored and Zeegaan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    921598b View commit details
    Browse the repository at this point in the history
  3. Bumb version

    Zeegaan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2010a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2185be1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. V14: Build and release the type declarations of the Backoffice to npm (

    …#16718)
    
    * separate backoffice install into its own template
    
    * add new job to build the backoffice npm package
    
    * move location of templates
    
    * set version, then build, then pack
    
    * use nbgv to get just the NpmPackageVersion
    
    * calculate version earlier and for both builds
    
    * merge two tasks
    
    * add Build keyword to the display name
    
    * get the node version from the backoffice
    
    * update backoffice submodule
    
    * bump npm version before restoring cache to ensure the cache key doesn't change
    
    * add template to umbraco.sln
    iOvergaard authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2122af7 View commit details
    Browse the repository at this point in the history
  2. V14: Create seperate Create and Update in ContentTypeServiceBase (#16714

    )
    
    * Create seperate Create and Update in ContentTypeServiceBase
    
    * Fix up notification for update
    
    ---------
    
    Co-authored-by: nikolajlauridsen <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d2707ac View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    9efcc4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd6e05 View commit details
    Browse the repository at this point in the history
  3. V14: Build and publish Typedoc docs (#16724)

    * rename display names of 'ui docs' to 'storybook'
    
    * add new jobs to build and publish the ui-api docs (typedoc) to the blob storage
    iOvergaard authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    13b77d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef01c27 View commit details
    Browse the repository at this point in the history
  5. [V14] Make the backend work with the new localLinks format (#16661)

    * Support new localLink format in core link parsing
    
    * Updated devliery api to work with the new locallinks format
    
    Added tests for old and new format handling.
    
    * Fix error regarding type attribute not always being present (for example old format or non local links)
    Migaroez authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    46acd51 View commit details
    Browse the repository at this point in the history
  6. v14: Implement backoffice signalR hub (#16723)

    * Implement backoffice signalR hub
    
    * Fix test
    
    * Refactor to use object instead of string
    
    * Update src/Umbraco.Cms.Api.Management/Routing/BackofficeHub.cs
    
    Co-authored-by: Bjarke Berg <mail@bergmania.dk>
    
    ---------
    
    Co-authored-by: Bjarke Berg <mail@bergmania.dk>
    Zeegaan and bergmania authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6069610 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. V14: Expose Umb-Notifications HTTP header (#16728)

    Enables client-side dev env to access the custom header.
    leekelleher authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    32fe23b View commit details
    Browse the repository at this point in the history
  2. V14: OpenAPI: Explicitly set ByRelationTypeKey endpoint name (#16729)

    This is because of an `operationId` name clash with `ByKeyRelationTypeController.ByKey`,
    ref: https://github.com/umbraco/Umbraco-CMS/blob/release-14.0.0/src/Umbraco.Cms.Api.Management/Controllers/RelationType/ByKeyRelationTypeController.cs#L27
    
    This change attempts to ensure a unique `operationId` in the OpenAPI/Swagger JSON.
    leekelleher authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0a9df3c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    4643b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33338ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd67fd1 View commit details
    Browse the repository at this point in the history
  4. V14 Added Content tests with Checkbox list (#16733)

    * Added Content tests with checkbox list
    
    * Bumped version of test helper
    
    * Make the Content tests run in the pipeline
    
    * Moved goToBackOffice to beforeEach
    
    * Removed the unnecessary file
    
    * Moved goToBackOffice to beforeEach
    
    * Make smoke test run in the pipeline
    nhudinh0309 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ffa85ee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    36d00bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fe69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff3b1d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a79f270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4283f34 View commit details
    Browse the repository at this point in the history
  6. Move ReservedFieldNames to type configuration endpoints (#16735)

    * Move ReservedFieldNames to type configuration endpoints
    
    * Update obsoletion messages
    
    * Update src/Umbraco.Cms.Api.Management/Controllers/MemberType/ConfigurationMemberTypeController.cs
    
    Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
    nikolajlauridsen and elit0451 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8681a4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58a7662 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26084d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    f6deaca View commit details
    Browse the repository at this point in the history
  2. Making sure base.OnTransformingIndexValues(e); is called for Delivery…

    …ApiContentIndex without the special index value transformations
    elit0451 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a7ff328 View commit details
    Browse the repository at this point in the history
  3. Revert "Making sure base.OnTransformingIndexValues(e); is called for …

    …DeliveryApiContentIndex without the special index value transformations"
    
    This reverts commit a7ff328.
    elit0451 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8dc02fa View commit details
    Browse the repository at this point in the history
  4. Revert "Removing override of OnTransformingIndexValues from DeliveryA…

    …piContentIndex"
    
    This reverts commit f6deaca.
    elit0451 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5f6be40 View commit details
    Browse the repository at this point in the history
  5. V14: Add usernameIsEmail to the user configuration object (#16759)

    * fix: move usernameIsEmail from the current user to the user configuration since it is a static variable not only relevant to the current user
    
    * update OpenApi.json
    
    * update OpenApi.json
    
    * update OpenApi.json
    iOvergaard authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    512114b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/v13/dev' into v14/dev

    # Conflicts:
    #	src/Umbraco.Core/DependencyInjection/UmbracoBuilder.Collections.cs
    #	src/Umbraco.Web.BackOffice/Controllers/EntityController.cs
    nikolajlauridsen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    40a782e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05e32b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd3f77c View commit details
    Browse the repository at this point in the history
  4. bump version

    Zeegaan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e4b776a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge branch 'release/14.1' into v14/dev

    # Conflicts:
    #	src/Umbraco.Web.UI.Client
    Zeegaan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cbb6c5c View commit details
    Browse the repository at this point in the history
  2. bump version to 13.4.1

    iOvergaard committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c1bf3a7 View commit details
    Browse the repository at this point in the history
  3. fix: revert the inert attribute on Tours since you are expected to …

    …be able to work with the background in certain steps
    iOvergaard authored and nul800sebastiaan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a41555c View commit details
    Browse the repository at this point in the history
  4. fix: revert the inert attribute on Tours since you are expected to …

    …be able to work with the background in certain steps
    iOvergaard committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d72fc5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c33b062 View commit details
    Browse the repository at this point in the history
  6. set version to 13.5.0-rc

    iOvergaard committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    be81586 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    efe2f51 View commit details
    Browse the repository at this point in the history
  2. 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
    elit0451 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dfe41d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    2f7afa6 View commit details
    Browse the repository at this point in the history
  2. V14: Remove user-defined.css (#16792)

    * chore: remove the `user-defined.css` asset from the RCL
    
    You cannot overwrite an asset in an RCL just like that, as the user-defined.css were intended.
    
    * delete actual file
    iOvergaard authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cad5502 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Revert "fix: revert the inert attribute on Tours since you are expe…

    …cted to be able to work with the background in certain steps"
    
    This reverts commit d72fc5c.
    nikolajlauridsen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    635076d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bfc6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213a13d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/v14/dev' into v15/m…

    …erge
    
    # Conflicts:
    #	Directory.Packages.props
    #	tests/Directory.Packages.props
    #	version.json
    nikolajlauridsen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    88730ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    984dcf9 View commit details
    Browse the repository at this point in the history