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

Merged release/9.13.4 into master to release v9.13.4 #6114

Merged
merged 99 commits into from
Aug 13, 2024
Merged

Commits on Feb 1, 2024

  1. Bump less-loader from 4.1.0 to 12.2.0

    Bumps [less-loader](https://github.com/webpack-contrib/less-loader) from 4.1.0 to 12.2.0.
    - [Release notes](https://github.com/webpack-contrib/less-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/less-loader@v4.1.0...v12.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: less-loader
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4328c06 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump Moq from 4.18.4 to 4.20.70

    Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.70.
    - [Release notes](https://github.com/moq/moq/releases)
    - [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md)
    - [Commits](moq/moq.spikes@v4.18.4...v4.20.70)
    
    ---
    updated-dependencies:
    - dependency-name: Moq
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Platform/Tests/DNN.Integration.Test.Framework/DNN.Integration.Test.Framework.csproj
    Platform/Tests/DotNetNuke.Tests.AspNetCCP/DotNetNuke.Tests.AspNetCCP.csproj
    Platform/Tests/DotNetNuke.Tests.Authentication/DotNetNuke.Tests.Authentication.csproj
    Platform/Tests/DotNetNuke.Tests.Integration/DotNetNuke.Tests.Integration.csproj
    Platform/Tests/DotNetNuke.Tests.Utilities/DotNetNuke.Tests.Utilities.csproj
    Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/Dnn.PersonaBar.ConfigConsole.Tests.csproj
    Dnn.AdminExperience/Tests/Dnn.PersonaBar.ConfigConsole.Tests/packages.config
    Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Dnn.PersonaBar.Pages.Tests.csproj
    Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Dnn.PersonaBar.Security.Tests.csproj
    Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Dnn.PersonaBar.Users.Tests.csproj
    dependabot[bot] authored and bdukes committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b71174b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 23, 2024

  1. Merge pull request #5980 from dnnsoftware/release/9.13.3

    Merges build issue fix done in `release/9.13.3` back into `develop`
    valadas authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    107988a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0

    Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.4.0 to 3.0.0.
    - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases)
    - [Commits](peterjgrainger/action-create-branch@v2.4.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: peterjgrainger/action-create-branch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4120c75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5985 from dnnsoftware/dependabot/github_actions/p…

    …eterjgrainger/action-create-branch-3.0.0
    
    Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0
    valadas authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1b7a71b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fixed a performance issue while navigating folders for providers

    When navigating folders using a Folder Provider, this code would refresh the whole providers even though we are not making changes.
    
    This PR avoids doing so if EnableFileAutoSync is off, thus improving navigaiton performance.
    valadas committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    060998f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #5988 from valadas/resprect-EnableFileAutoSync

    Fixed a performance issue while navigating folders for providers
    bdukes authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    809b989 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    41280c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5992 from stetard/Fix_casPermissionsValues_DNN9_13

    Replaced the boolean values by the corresponding permissions constants values
    valadas authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    029ab6f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 19, 2024

  1. Merge pull request #5976 from zyhfish/task/roles-cache-issue

    fix the user roles cache issue.
    mitchelsellers authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    07e153e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Bump express from 4.18.2 to 4.19.2

    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2d1fb96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6006 from dnnsoftware/dependabot/npm_and_yarn/exp…

    …ress-4.19.2
    
    Bump express from 4.18.2 to 4.19.2
    valadas authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    31dc611 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump the teststack-dossier group with 2 updates

    Bumps the teststack-dossier group with 2 updates: [AutoFixture](https://github.com/AutoFixture/AutoFixture) and NSubstitute.
    
    
    Updates `AutoFixture` from 4.18.0 to 4.18.1
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.18.0...v4.18.1)
    
    Updates `NSubstitute` from 5.0.0 to 5.1.0
    
    ---
    updated-dependencies:
    - dependency-name: AutoFixture
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: teststack-dossier
    - dependency-name: NSubstitute
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: teststack-dossier
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ef7a4b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #6007 from dnnsoftware/dependabot/nuget/teststack-…

    …dossier-1203a63b67
    
    Bump the teststack-dossier group with 2 updates
    valadas authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9367336 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    f86c54b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6012 from pascalberger/feature/cake-frosting-addins

    Use Cake Frosting optimized addins
    valadas authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    787c83d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    12b17e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123e7b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d04b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8090821 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6018 from Mostafa-Moafi/Issue5994

    Fix #5994: Sorting (A-Z) members of roles in PersonaBar
    valadas authored May 1, 2024
    Configuration menu
    Copy the full SHA
    23f1fa3 View commit details
    Browse the repository at this point in the history
  6. Bump Cake.Issues from 4.3.0 to 4.3.1 in the cake-issues group

    Bumps the cake-issues group with 1 update: [Cake.Issues](https://github.com/cake-contrib/Cake.Issues).
    
    
    Updates `Cake.Issues` from 4.3.0 to 4.3.1
    - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
    - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
    - [Commits](cake-contrib/Cake.Issues@4.3.0...4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Issues
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cake-issues
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    2ad847b View commit details
    Browse the repository at this point in the history
  7. Bump the codeanalysis group with 3 updates

    Bumps the codeanalysis group with 3 updates: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime).
    
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.8.0 to 4.9.2
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.8.0 to 4.9.2
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.8.0 to 4.9.2
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.Bcl.AsyncInterfaces` from 7.0.0 to 8.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.Bcl.AsyncInterfaces
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: codeanalysis
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    35c4f46 View commit details
    Browse the repository at this point in the history
  8. Bump LiteDB from 5.0.13 to 5.0.19

    Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 5.0.13 to 5.0.19.
    - [Release notes](https://github.com/mbdavid/LiteDB/releases)
    - [Commits](mbdavid/LiteDB@v5.0.13...v5.0.19)
    
    ---
    updated-dependencies:
    - dependency-name: LiteDB
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    8fbf4d1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #6020 from dnnsoftware/dependabot/nuget/cake-issue…

    …s-ba5fbeaa36
    
    Bump Cake.Issues from 4.3.0 to 4.3.1 in the cake-issues group
    mitchelsellers authored May 2, 2024
    Configuration menu
    Copy the full SHA
    c721c5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6021 from dnnsoftware/dependabot/nuget/codeanalys…

    …is-ce50b1e808
    
    Bump the codeanalysis group with 3 updates
    valadas authored May 2, 2024
    Configuration menu
    Copy the full SHA
    edeb883 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 7, 2024

  1. Merge pull request #6015 from bdukes/jquery-ui-1.13.3

    Update jQuery UI from 1.13.2 to 1.13.3
    mitchelsellers authored May 7, 2024
    Configuration menu
    Copy the full SHA
    8e0093b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d975eaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6031 from dimarobert/issue/6030

    Make MvcServicePath regex matching ignore case.
    mitchelsellers authored May 9, 2024
    Configuration menu
    Copy the full SHA
    56665a9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    b14ab51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c386aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907ff3f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request #6034 from Mostafa-Moafi/Issue6033

    Add MaximumPageSize const property for limit page size
    valadas authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1e04695 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix resource manager permissions save issues

    - set default PortalID in vw_FolderPermissions to -1
    - include other selected permissions when 'Write to Folder' permisison is set
    - update javascript to fix allowAccess==0 permissions issues
    Aideforth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    176fe14 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add module id information

    Paul Calderon committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e0d0558 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix bug #6059 - adds lock on calls to ComputeHash so concurrent calls…

    … do not run simultaneously
    Miguel Vaz committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b381f30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6061 from miguelvaz78/BUG_6059

    Adds lock on calls to ComputeHash to handle concurrency
    valadas authored May 31, 2024
    Configuration menu
    Copy the full SHA
    29d8668 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Bump Cake.Issues from 4.3.1 to 4.5.1 in the cake-issues group

    Bumps the cake-issues group with 1 update: [Cake.Issues](https://github.com/cake-contrib/Cake.Issues).
    
    
    Updates `Cake.Issues` from 4.3.1 to 4.5.1
    - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
    - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
    - [Commits](cake-contrib/Cake.Issues@4.3.1...4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Issues
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: cake-issues
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9e050d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    4c221c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6064 from dnnsoftware/dependabot/nuget/cake-issue…

    …s-f0ad91db6e
    
    Bump Cake.Issues from 4.3.1 to 4.5.1 in the cake-issues group
    valadas authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    aeb1aab View commit details
    Browse the repository at this point in the history
  3. Bump Cake.Frosting.Issues.MsBuild from 4.3.0 to 4.5.1

    Bumps [Cake.Frosting.Issues.MsBuild](https://github.com/cake-contrib/Cake.Issues) from 4.3.0 to 4.5.1.
    - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
    - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
    - [Commits](cake-contrib/Cake.Issues@4.3.0...4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Frosting.Issues.MsBuild
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    91eb6fc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge pull request #6065 from dnnsoftware/dependabot/nuget/Cake.Frost…

    …ing.Issues.MsBuild-4.5.1
    
    Bump Cake.Frosting.Issues.MsBuild from 4.3.0 to 4.5.1
    valadas authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    48f40f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request #6048 from ufoloko/develop

    Add module id information.
    valadas authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6bb29fc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    77a8c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d4c10 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    fa3c0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b89e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump the npm_and_yarn group with 2 updates

    Bumps the npm_and_yarn group with 2 updates: [follow-redirects](https://github.com/follow-redirects/follow-redirects) and [ws](https://github.com/websockets/ws).
    
    
    Updates `follow-redirects` from 1.15.5 to 1.15.6
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)
    
    Updates `ws` from 7.5.9 to 7.5.10
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: ws
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3969165 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update build.ps1

    tututu-patch authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c591528 View commit details
    Browse the repository at this point in the history
  2. Update build.sh

    tututu-patch authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1e9736a View commit details
    Browse the repository at this point in the history
  3. Rename Sql Provider file

    Aideforth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    96738ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5043003 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Add sorting functionality to recycle bin items

    Paul Calderon committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d6c6965 View commit details
    Browse the repository at this point in the history
  2. Fixes issue #6074

    Paul Calderon committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    080bae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f04a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef35d03 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    30d7166 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6046 from Adeoluwa-Simeon/bugfix/resource-manager…

    …-permissions-save-fix
    
    Fix resource manager permissions save issues
    valadas authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    50bd25f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5948 from dnnsoftware/dependabot/nuget/Moq-4.20.70

    Bump Moq from 4.18.4 to 4.20.70
    valadas authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    63dc285 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge pull request #6076 from tututu-patch/develop

    Fix build Project file does not exist.
    david-poindexter authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a53960e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6022 from dnnsoftware/dependabot/nuget/LiteDB-5.0.19

    Bump LiteDB from 5.0.13 to 5.0.19
    david-poindexter authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    eff40d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #6073 from dnnsoftware/dependabot/npm_and_yarn/npm…

    …_and_yarn-790835737c
    
    Bump the npm_and_yarn group with 2 updates
    valadas authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d9ac96e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5951 from dnnsoftware/dependabot/npm_and_yarn/les…

    …s-loader-12.2.0
    
    Bump less-loader from 4.1.0 to 12.2.0
    valadas authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    05da30e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #6066 from bdukes/develop

    Update Cake-Issues Dependabot group
    david-poindexter authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    00b3ffe View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.10.0

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.1.0...v17.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2eb1c07 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update PULL_REQUEST_PROCESS.md

    This PR updates the information for reporting security vulnerabilities
    david-poindexter authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    38dd959 View commit details
    Browse the repository at this point in the history
  2. Update SECURITY.md

    This PR updates the SECURITY policy to point to the GitHub feature for reporting security vulnerabilities
    david-poindexter authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aa9006c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6093 from dnnsoftware/security-policy

    Update SECURITY.md
    valadas authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b71ce31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6092 from dnnsoftware/pr-process-security

    Update PULL_REQUEST_PROCESS.md
    valadas authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2a58689 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Bumps all version to 9.13.4 on develop branch.

    Since we now have a 9.13.4 sql file, this should be the version in the repository too.
    valadas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9968ea9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6096 from valadas/9.13.4-version

    Bumps all version to 9.13.4 on `develop` branch.
    valadas authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b7bea26 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Removed optimize-css-assets-webpack-plugin dependency

    This was not used, this PR removes that unused dependency and replaces #5832
    valadas committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0b718c0 View commit details
    Browse the repository at this point in the history
  2. Bump babel-jest from 24.9.0 to 29.7.0

    Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 24.9.0 to 29.7.0.
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)
    
    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    26caf2d View commit details
    Browse the repository at this point in the history
  3. Bump react-widgets from 4.4.6 to 5.8.4

    valadas authored and bdukes committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1622ce2 View commit details
    Browse the repository at this point in the history
  4. Updated css-loader to v2

    Also changes deprecated shortid for nanoid
    valadas committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cdfa458 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6097 from valadas/react-widgets-5-8-4

    Bump react-widgets from 4.4.6 to 5.8.4
    david-poindexter authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    67fde6d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6098 from valadas/remove-optimize-css-assets-webp…

    …ack-plugin
    
    Removed optimize-css-assets-webpack-plugin dependency
    david-poindexter authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    618aa10 View commit details
    Browse the repository at this point in the history
  7. Upgraded css-loader to v3.6.0

    valadas committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2c04f8c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Bump rc-progress from 2.6.1 to 4.0.0

    Bumps [rc-progress](https://github.com/react-component/progress) from 2.6.1 to 4.0.0.
    - [Release notes](https://github.com/react-component/progress/releases)
    - [Changelog](https://github.com/react-component/progress/blob/master/CHANGELOG.md)
    - [Commits](react-component/progress@2.6.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: rc-progress
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    99e100c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0a8e0 View commit details
    Browse the repository at this point in the history
  3. Bumped css-loader to v7.1.2

    valadas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    70348d8 View commit details
    Browse the repository at this point in the history
  4. Resolved conflict

    valadas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a8a6c39 View commit details
    Browse the repository at this point in the history
  5. Regenerated yarn.lock

    valadas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0246b69 View commit details
    Browse the repository at this point in the history
  6. Bump the cake-issues group with 2 updates

    Bumps the cake-issues group with 2 updates: [Cake.Frosting.Issues.MsBuild](https://github.com/cake-contrib/Cake.Issues) and [Cake.Issues](https://github.com/cake-contrib/Cake.Issues).
    
    
    Updates `Cake.Frosting.Issues.MsBuild` from 4.5.1 to 4.6.0
    - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
    - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
    - [Commits](cake-contrib/Cake.Issues@4.5.1...4.6.0)
    
    Updates `Cake.Issues` from 4.5.1 to 4.6.0
    - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
    - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
    - [Commits](cake-contrib/Cake.Issues@4.5.1...4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: Cake.Frosting.Issues.MsBuild
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: cake-issues
    - dependency-name: Cake.Issues
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: cake-issues
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2c28d40 View commit details
    Browse the repository at this point in the history
  7. Bump the codeanalysis group with 3 updates

    Bumps the codeanalysis group with 3 updates: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime).
    
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.9.2 to 4.10.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.9.2 to 4.10.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.9.2 to 4.10.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.Bcl.AsyncInterfaces` from 7.0.0 to 8.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: codeanalysis
    - dependency-name: Microsoft.Bcl.AsyncInterfaces
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: codeanalysis
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    fd2e3c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a998ea8 View commit details
    Browse the repository at this point in the history
  9. Bump coverlet.collector from 3.1.2 to 6.0.2

    Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 6.0.2.
    - [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
    - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: coverlet.collector
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e6b5d37 View commit details
    Browse the repository at this point in the history
  10. Bump NUnit.Analyzers from 3.6.1 to 4.2.0

    Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.1 to 4.2.0.
    - [Release notes](https://github.com/nunit/nunit.analyzers/releases)
    - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
    - [Commits](nunit/nunit.analyzers@3.6.1...4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bdukes committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7613fce View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6084 from dnnsoftware/dependabot/nuget/Microsoft.…

    …NET.Test.Sdk-17.10.0
    
    Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.10.0
    valadas authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    eb213e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #6099 from valadas/css-loader-update

    Bumped css-loader to v7.1.2
    mitchelsellers authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e86029 View commit details
    Browse the repository at this point in the history
  2. Update DnnImageHandler.cs

    Changed a whitespace to try and wakeup github
    valadas authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8513ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de184b3 View commit details
    Browse the repository at this point in the history
  4. Merge commit from fork

    DNNImageHandler - Add Option to prevent URL text from appearing as content
    mitchelsellers authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5def7cc View commit details
    Browse the repository at this point in the history