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

Release/9.8.0 #4291

Merged
merged 574 commits into from
Nov 10, 2020
Merged

Release/9.8.0 #4291

merged 574 commits into from
Nov 10, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 29, 2020

  1. Merge pull request #3709 from zyhfish/feature/resource-manager

    Feature/resource manager
    mitchelsellers authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2cb0b55 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    681357e View commit details
    Browse the repository at this point in the history
  2. Set scripts for debugging

    donker committed May 4, 2020
    Configuration menu
    Copy the full SHA
    8b1a6f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d226a07 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3726 from donker/rmfix2

    Ensure yarn runs when module is built
    mitchelsellers authored May 4, 2020
    Configuration menu
    Copy the full SHA
    386c8ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f25953 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3727 from donker/rmfix3

    Fix resource manager to use the revised upload file handler in the core
    mitchelsellers authored May 4, 2020
    Configuration menu
    Copy the full SHA
    e42c4de View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Resource Manager Standardization & Improvement (#3734)

    * Standardization of File Headers
    
    * Standardized license file
    
    * Improved generic enum description value
    
    * Code standardization & cleanup
    
    * Updated to remove [AllowAnonymous] from API calls to fall back to Module Permissions
    mitchelsellers authored May 6, 2020
    Configuration menu
    Copy the full SHA
    7a90240 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Bump version to 1.1.0

    bdukes committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    7c2024d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Makes the resource manager build as the other projects (#3799)

    * First try at merging the build
    
    * Trying to fix lerna build
    
    * Should fix eslint errors
    
    * Fixes some dependency versions
    
    * Fix store and downgrade react-dropzone as it required react 16.8
    
    * Fixing references
    
    * Fixes missing references and updates some
    
    * Fixes whitespace eslint warnings
    
    * Fixes css issue with visibility of upload button
    
    Co-authored-by: Peter Donker <peter@bring2mind.net>
    valadas and donker authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7e3317e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge pull request #147 from DNN-Connect/version-1.1.0

    Bump version to 1.1.0
    donker authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    1c1c3ee View commit details
    Browse the repository at this point in the history
  2. Downgrade react-dropzone

    donker committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bf61f9f View commit details
    Browse the repository at this point in the history
  3. Fix dropzone

    donker committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    22cd992 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    482116f View commit details
    Browse the repository at this point in the history
  5. Update DNN Platform/Modules/ResourceManager/ResourceManager.dnn

    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    donker and valadas authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9e22f30 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3853 from donker/fix-rm-3

    Further fixes to RM
    mitchelsellers authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9fcb5da View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

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

Commits on Jul 12, 2020

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

Commits on Jul 13, 2020

  1. Fixes 2 wrong merged conflicts resolutions

    That prevented the buid from running
    valadas committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    702942e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3907 from valadas/fix-rm-build

    Fixes 2 wrong merged conflicts resolutions
    valadas authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    20193d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    577a711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09212c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Merge pull request #3962 from david-poindexter/wildcard-search

    Add better wildcard file search support
    mitchelsellers authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c717cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09e73f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

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

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    c151345 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4006 from donker/mergedev

    Meged latest changes from development into the resource manager feature branch
    valadas authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    dc1e4ee View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Fixes services framework usage in permission grid for the file manager (

    #4007)
    
    * First code push
    
    * Adds own implementation of PB DnnSf
    
    * Some more fixes
    
    Co-authored-by: Peter Donker <peter@bring2mind.net>
    valadas and donker authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3823f9e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Implement saving permissions

    donker authored and bdukes committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    24f02ea View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Fixes frontend build warnings in resource-manager

    The frontend build of the new resource-manager had many warnings which this PR resolves. (whitespace and unused vars and method parameters).
    valadas committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9cd1597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4049031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e0112c View commit details
    Browse the repository at this point in the history
  4. Fixes 2 wrong svg imports in resource-manager

    Somewhere in god knows which update of which dependency, the way to import svgs using raw-loaders changed and we have to add .default to the import. This PR solves that in the resource-manager module.
    valadas committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    18e81bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e61e190 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4026 from valadas/rm-svg-imports

    Fixes 2 wrong svg imports in resource-manager
    mitchelsellers authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5b08158 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4025 from valadas/rm-warnings

    Fixes frontend build warnigns in resource-manager
    mitchelsellers authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    18cb66b View commit details
    Browse the repository at this point in the history
  8. Removes svg from resource-manager build (#4024)

    SVG files where present in the scripts folder on every build, those files should use raw-loader as the rest of our projects.
    valadas authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d91078c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    cd38479 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4056 from valadas/fm-rebase-develop

    Rebases the resource manager branch with latest changes on develop
    valadas authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    8ce0f19 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    85184b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e15220 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Created folder types list ui

    valadas committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    cf8128c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c0575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddf2ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    161230a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6fe27b View commit details
    Browse the repository at this point in the history
  6. Update DNN Platform/Modules/ResourceManager/App_LocalResources/Resour…

    …ceManager.resx
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    valadas and david-poindexter authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    80daafb View commit details
    Browse the repository at this point in the history
  7. Update DNN Platform/Modules/ResourceManager/App_LocalResources/Resour…

    …ceManager.resx
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    valadas and david-poindexter authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8a8ccd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Update DNN Platform/Modules/ResourceManager/App_LocalResources/Resour…

    …ceManager.resx
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    valadas and david-poindexter authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    627f996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c57a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c499b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d8ad7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b297859 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4061 from valadas/fm-folder-providers

    Adds support for folder providers config in new file manager.
    valadas authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fb82726 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a43437f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    881da6e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4063 from david-poindexter/rm-sync

    Create dropdown for refresh/sync and restyle
    valadas authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    167afa0 View commit details
    Browse the repository at this point in the history
  10. Fixes stylecop warnings in resource manager project.

    - Added stylecop reference in project
    - Added stylecop analyzer to project
    - Fixes about 1000 stylecop warnings in the resource manager project.
    valadas committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7b3ff67 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    86ca441 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4072 from david-poindexter/rm-sync

    Wire up sync this folder and recursive
    mitchelsellers authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e46b2c7 View commit details
    Browse the repository at this point in the history
  3. UI fix for search field in SearchResults

    Kieran Corkin committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a47409c View commit details
    Browse the repository at this point in the history
  4. Anonymous users denied access to profile picture when configured as n…

    …on-public through ImageHandler
    tauqeer-haider committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f2c6100 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    bf16905 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4065 from valadas/rm-stylecop

    Fixes stylecop warnings in resource manager project.
    valadas authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    f80ca97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4078 from dnnsoftware/update-versions/patch-74facac

    Updates versions as per release candidate creation
    valadas authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8bf5ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    d582d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d54c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858b313 View commit details
    Browse the repository at this point in the history
  4. Added required web.config for the compiler to understand binding redi…

    …rects. This removes the newtonsoft.json build warning
    SkyeHoefling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    55a4d80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a574744 View commit details
    Browse the repository at this point in the history
  6. Added stylecop nuget packages

    Fixed build warnings for the View.ascx.cs
    
    Updated header text in solutioninfo.cs to match stylecop recommendations
    
    Removed trailing whitespace from solutioninfo.cs
    
    Removed build warnings in Settings.ascx.cs
    
    Fixed build warnings in the route mapper
    
    Fixed build warnings in the localization controller
    
    Removed build warnings in ItemsController.cs
    
    Fixed build warnings by adding xml comments to DTOs
    
    Fixed build warnings for the ResourceMAnagerExceptionFilter.cs
    
    Fixed build warnings for the AssemblyInfo.cs
    
    Fixed build warnings for localization helper
    
    Fixed build warnings in custom exceptions.
    
    Fixed build warnings in thumbnails manager
    
    Fixed build warnings in SettingsManager.cs
    
    Fixed build warnings in SearchController.cs
    
    Fixed build warnings in permissions manager.
    
    Removed build warnings from permission helper
    
    Fixed build warnings in models
    
    Fixed build warnings in LocalizationController.cs
    
    Fixed build warnings in IThumbnailsManager
    
    Fixed build warnings in ItemsManager.cs
    
    Fixed build warnings in ISearchController.cs
    
    Fixed build warnings in IPermissionsManager.cs
    
    Fixed build warnings for ILocalizationController.cs
    
    Fixed build warnings for IItemsManager.cs
    
    Fixed build warnings in IGroupManager.cs
    
    Fixed build warnings for GroupManager.cs
    
    Fixed build warnings for Constants.cs
    
    Fixed build warnings in Utils.cs
    
    Fixed remaining build warnings
    SkyeHoefling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d157750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c87b94 View commit details
    Browse the repository at this point in the history
  8. Fixed build warnings

    SkyeHoefling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d119a31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e922a29 View commit details
    Browse the repository at this point in the history
  10. Removed stale comments

    SkyeHoefling committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    aebee0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba09173 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e951a64 View commit details
    Browse the repository at this point in the history
  13. Removed double stylecop record

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    SkyeHoefling and bdukes authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c3f4962 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7a54682 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4080 from ahoefling/resource-manager-build-warnings

    Enabled StyleCop & Fixed All Build Errors/Warnings
    valadas authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b85fc9f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

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

Commits on Sep 15, 2020

  1. Merge pull request #4074 from kieran23101/develop

    Search Results UI Alignment changes
    valadas authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    abeaa91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7df8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d664bd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d87195a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ef71b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    392f2e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    935035e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016b3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3945c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    888e12f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4092 from bdukes/bug/deprecation-fix

    Fix deprecation message referencing wrong type
    mitchelsellers authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ce48557 View commit details
    Browse the repository at this point in the history
  6. Resolves issue #149

    WillStrohl committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    b99f6b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    6eec408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870c038 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Merge pull request #4096 from bdukes/ckeditor-provider-merge

    Merge CKEditor Provider
    valadas authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f4681fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7810c42 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4103 from david-poindexter/issue-3912

    Resolve styling issue for checked Accept License checkbox in Extension installer
    mitchelsellers authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    27bdca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9d2a1c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4106 from valadas/rm-rebase20200920

    Updated feature/resource-manager with latest changes from develop
    valadas authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    bc7a3eb View commit details
    Browse the repository at this point in the history
  6. Replace momentjs with dayjs for Servers.Web (#4104)

    * Replace momentjs with dayjs for Servers.Web
    
    * Add dayjs license information
    david-poindexter authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f4b08bf View commit details
    Browse the repository at this point in the history
  7. Fixed an issue where the React common components would interfere with…

    … container class
    
    Closes #4107
    This scopes the `container` styles inside the `area` class for the Scrollbars common component. It looks like this component is only used once in all our modules in the Pages module for the list of pages scroll area. I have done some testing and it looks all like before.
    valadas committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    5f59533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a92a7fc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4108 from david-poindexter/issue-3875

    Replace momentjs with dayjs in Users.Web
    mitchelsellers authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    fb65618 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merge pull request #4109 from valadas/issue4107

    Fixed an issue where the React common components would interfere with container css class
    mitchelsellers authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0db1cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f980af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c6afa View commit details
    Browse the repository at this point in the history
  4. Updated Telerik Specifc implementation of control skins to a more acc…

    …eptable and long-term supported solution.
    mitchelsellers authored and bdukes committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    924349b View commit details
    Browse the repository at this point in the history
  5. Removed empty folder from solution

    mitchelsellers authored and bdukes committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a3730a0 View commit details
    Browse the repository at this point in the history
  6. Added note to missing control

    mitchelsellers authored and bdukes committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    49d88e4 View commit details
    Browse the repository at this point in the history
  7. Adjusts build scripts to build CKEditor (#4105)

    * Adjusted nuget references to project references
    * Added stylecop config
    * Added .Net Foundation header to source files
    * Removed local build and adjusted manifest
    * Adjusted Provider.build file
    * Removed external.cake
    * Removed cake dependencies on ExternalExtensions
    * Adjusted build for missing files
    * Added missing css
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    valadas and bdukes authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e9abb9e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Removal of references to the Dashboard Project Type (#4117)

    * Removal of references to the Dashboard Project Type
    
    * Removed resource keys for Dashboard
    
    * Removed Persona Bar Extension esources
    mitchelsellers authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5996ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656cd70 View commit details
    Browse the repository at this point in the history
  3. DNN Platform Documentation Fixes (#4115)

    * Updated Third-Party license notices
    
    * Updated Approver Listing
    
    * Updated to document Draft & On-Hold PR's
    
    * Changed future stage elements to remove duplication
    
    * Updated Release Schedule
    
    * Updated Versioning Policy
    
    * Update .github/VERSIONING_POLICY.md
    
    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    
    Co-authored-by: Peter Donker <peter@bring2mind.net>
    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    3 people authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    95e8bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6a0079 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    75cf812 View commit details
    Browse the repository at this point in the history
  2. Removed 3.x/4.x migraton warning from installer for Memebrship Change…

    …s and accounted "Check"
    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5292562 View commit details
    Browse the repository at this point in the history
  3. Removed .NET 3.5 and .NET 4.0 upgrade steps since these are requireme…

    …nts prior to installation now
    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    0b9e83e View commit details
    Browse the repository at this point in the history
  4. Removed 3.2.3 Upgrade steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    98e324c View commit details
    Browse the repository at this point in the history
  5. Remove 4.4.0 Upgrade Steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    4c9612f View commit details
    Browse the repository at this point in the history
  6. Remove 4.7.0 Upgrade Steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    fdb5abb View commit details
    Browse the repository at this point in the history
  7. Remove 4.8.0 Upgrade Steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7a3fd76 View commit details
    Browse the repository at this point in the history
  8. Removed 5.0.0 Upgrade Steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f122f43 View commit details
    Browse the repository at this point in the history
  9. Removed 5.1.x upgrade steps

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    e9ea74a View commit details
    Browse the repository at this point in the history
  10. Removed 5.2.x upgrades

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    131b29c View commit details
    Browse the repository at this point in the history
  11. Removed 5.3 and 5.4 Upgrades

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3dbf347 View commit details
    Browse the repository at this point in the history
  12. Removed 5.5 and 5.6 upgrades

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    50c26e8 View commit details
    Browse the repository at this point in the history
  13. Removed 6.0 - 6.1 Upgrades

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6a847ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b657d0f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    930c29c View commit details
    Browse the repository at this point in the history
  16. Removal of private items not used, and addition of notice for public …

    …items to be removed
    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    4d63f2b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05a8b75 View commit details
    Browse the repository at this point in the history
  18. Removed comment

    mitchelsellers authored and bdukes committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6afe029 View commit details
    Browse the repository at this point in the history
  19. Remove the Improvement Program (#4121)

    * Addition of code to remove Beacon Configuration
    * Removal of all improvement Listings
    
    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    mitchelsellers and valadas authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f086bc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge pull request #4082 from tauqeer-haider/bugfix/DNN-43710

    module friendly name updated as part of module extension update
    mitchelsellers authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    fc690fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224cabd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4124 from tauqeer-haider/bugfix/DNN-43971

    Error message to use correct error icon
    mitchelsellers authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1c82b05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ea0d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    6afbd16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4127 from david-poindexter/mergeable-milestone

    Update mergeable to not allow merging of PRs with Future:... milestone
    valadas authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    1639966 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4122 from bdukes/instrumentation-warnings

    Treat warnings as errors for DotNetNuke.Instrumentation
    mitchelsellers authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6f883ba View commit details
    Browse the repository at this point in the history
  4. Update Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerS…

    …ettingsSmtpHostController.cs
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    thabaum and bdukes authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    2c82c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Merge pull request #4089 from thabaum/patch-29

    Update SMTP Test Email Logic
    mitchelsellers authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    7cda0ae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    d8e1906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb9e4e View commit details
    Browse the repository at this point in the history
  3. Add license

    david-poindexter committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    f1c9887 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3976 from kmuralidaran/bugfix/DNN-40416

    Fix for issue Newly created sub-folder not shown if the parent folder…
    valadas authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    9ebc627 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca77a74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e34751 View commit details
    Browse the repository at this point in the history
  7. - Removes empty 09.07.03.config

    - Includes files in project
    valadas committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    ef6c62f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    bf2a71e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4136 from valadas/issue-4135

    Fixes an issue where Dnn would not install
    mitchelsellers authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    4b7fa6c View commit details
    Browse the repository at this point in the history
  3. Hide new members that differ only by case

    Addresses CA1708
    >Identifiers for namespaces, types, members, and parameters cannot
    >differ only by case because languages that target the common language
    >runtime are not required to be case-sensitive. For example, Visual
    >Basic is a widely used case-insensitive language.
    
    Fixes #4138
    bdukes committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ca12042 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4139 from bdukes/bug/portal-alias-api

    Hide new members that differ only by case
    valadas authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    5928a07 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    44ae186 View commit details
    Browse the repository at this point in the history
  2. Remove Telerik references

    bdukes committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    0661d05 View commit details
    Browse the repository at this point in the history
  3. Remove Telerik references from DotNetNuke.Website.Deprecated

    Note that there are still references to DotNetNuke.Web.Deprecated 🤷🏻‍♂️
    bdukes committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ea8676c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge pull request #4142 from bdukes/remove-telerik-references

    Remove Telerik references
    mitchelsellers authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    538664c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. enable "unauthenticated users" role in the list.

    Fix #4094
    zyhfish authored and bdukes committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    894c737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    975d05d View commit details
    Browse the repository at this point in the history
  3. update code by review.

    zyhfish authored and bdukes committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1dba372 View commit details
    Browse the repository at this point in the history
  4. Update Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Compone…

    …ntsController.cs
    
    
    explciit -1
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    mitchelsellers and bdukes committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4522f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. export after changing a module pane in a page and importing in anothe…

    …r site doesn't reflect pane change in view mode.
    tauqeer-haider committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    44cf951 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Add host setting option and ability to use settings repository outsid…

    …e of a module (e.g. scheduled task)
    donker committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    a4ea821 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Merge pull request #4141 from bdukes/remove-beacon-config

    Remove beacon setting on upgrade
    valadas authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    714db32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4134 from valadas/feature/resource-manager

    Rebase feature/resource-manager with latest changes on develop
    valadas authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    2b65063 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    707cae6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4149 from valadas/rm-add-move2

    Implemented file/folder move in resource manager.
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ff31d79 View commit details
    Browse the repository at this point in the history
  3. Adds 09.07.03.config into the project

    09.07.03.config was updated in #4121 but it was not added into the project. This PR adds it back.
    valadas committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d3f9b50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4151 from valadas/add-973-config-project

    Adds 09.07.03.config into the project
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e3cd1ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4150 from dnnsoftware/develop

    Rebases feature/resource-manager with latest changes from develop
    valadas authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f35dbce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce1b0c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a297a85 View commit details
    Browse the repository at this point in the history
  8. Remove unused package-lock.json

    yarn.lock is what will be used
    bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d2300e2 View commit details
    Browse the repository at this point in the history
  9. Fix license in package.json

    bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0dc7665 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4152 from dnnsoftware/feature/resource-manager

    Implemented a new optional file manager called Resource Manager
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4e39400 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4153 from donker/improvesettings

    Add host setting option and ability to use settings outside module context
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c26a2ca View commit details
    Browse the repository at this point in the history
  12. Support C# Async Constructs During Page Rendering (#3984)

    * Use IPortalSettings in Localization APIs
    
    This is in preparation to move the Localization.SetThreadCultures call
    to an HttpModule.
    
    * Move Localization.SetThreadCultures to HttpModule
    
    This is in support of turning on Async for Default.aspx. Per a
    discussion with the ASP.NET team, setting the thread culture in OnInit
    for a page does not persist in the context for the page (once Async is
    turned on an there are multiple contexts to consider). Setting it from
    an IHttpModule implementation, however, will persist throughout that
    request.
    
    This fixes the bug that plagued #2089, where, as an example, URLs would
    be generated for the incorrect language once Async was on.
    
    * Add Async support to Default.aspx
    
    This is a second try for 0cf1b13 #2089.
    This will allow for async calls from WebForms controls (preferably via
    calling RegisterAsyncTask, see https://docs.microsoft.com/en-us/aspnet/web-forms/overview/performance-and-caching/using-asynchronous-methods-in-aspnet-45#registerasynctask-notes)
    bdukes authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a2f73ac View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4133 from david-poindexter/monaco-css-editor

    Swap CodeMirror in CssEditor for monaco-editor
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f25f7fe View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4144 from tauqeer-haider/bugfix/DNN-44143

    export after changing a module pane in a page and importing in anothe…
    mitchelsellers authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d25a272 View commit details
    Browse the repository at this point in the history
  15. Initial Commit

    meetmandeep authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6490922 View commit details
    Browse the repository at this point in the history
  16. Update DNN Platform/Library/Services/Mail/MailInfo.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    meetmandeep and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    25af760 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    meetmandeep authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f91a439 View commit details
    Browse the repository at this point in the history
  18. Update DNN Platform/Website/Install/Config/09.08.00.config

    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    2 people authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    02e29e6 View commit details
    Browse the repository at this point in the history
  19. Deactivate the normal SMTP settings screen in the personabar when the…

    … provider is not the core provider
    donker authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    80c351d View commit details
    Browse the repository at this point in the history
  20. Improve provider configuration classes

    donker authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f2ffafe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9471a43 View commit details
    Browse the repository at this point in the history
  22. Add attribute to the various config files

    donker authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a3ba482 View commit details
    Browse the repository at this point in the history
  23. Add config files to solution

    donker authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    074a865 View commit details
    Browse the repository at this point in the history
  24. Improve robustness of attribute lookup

    donker authored and bdukes committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ed13b35 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    e320f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1927d View commit details
    Browse the repository at this point in the history
  3. Updated XML docs

    SkyeHoefling committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5d517ac View commit details
    Browse the repository at this point in the history
  4. Add SerializeValue overloads

    This will allow serializing a single value without requiring it to be a property of an object.
    bdukes authored and SkyeHoefling committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    04e0787 View commit details
    Browse the repository at this point in the history
  5. Add DeserializeValue overloads

    This will allow deserializing a single value without requiring it to be a property of an object.
    bdukes authored and SkyeHoefling committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    a02b5b3 View commit details
    Browse the repository at this point in the history
  6. Unify naming to "Manager" in favor of "Controller" and change project…

    … code to reflect this
    donker authored and SkyeHoefling committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    9069569 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    964621e View commit details
    Browse the repository at this point in the history
  8. Updated startup configuration to use scoped instead of transient. Als…

    …o updated typo in ISerializationManager registration
    SkyeHoefling committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    e185a86 View commit details
    Browse the repository at this point in the history
  9. Resolves an infinite redirect loop issue

    Closes #4157
    
    An infinite redirect loop could occur even in situations where the portal aliasses where setup in canonical mode.
    
    Relates to this discussion: #4137
    valadas committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8f9f77a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fe820e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c007a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Adds IEventLogger to Dependency Injection (#4159)

    * Extracted IEventLogger, IEventLogService, and IEventLogConfigService to Abstractions project
    * Updated ILogProperties to inherit from ICollection<ILogInfoDetail>
    * Fixed property name casing to match new abstractions standard
    * Updated new API to return IEnumerable<ILogInfo> instead of ArrayList
    * IEventLogService implements IEventLogger
    * Deprecated GetSingleLog and added a new API GetLog
    * Move AddSettingLog to an extension method
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    SkyeHoefling and bdukes authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    cc21ede View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Adds support for editing the robots.txt on a website (#4165)

    * Adds support for editing the robots.txt on a website
    
    Resolves #3103
    
    * Moved robots.txt get/update methods & made private
    
    * Applied suggested updates from code review
    Will Strohl authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    9d745bf View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    b13ad90 View commit details
    Browse the repository at this point in the history
  2. Issues/fix pr 4165 (#4172)

    * Fixes testing issue found in PR #4165
    
    * Fixing the save method too...
    
    * Correctly using Path.Combine
    Will Strohl authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    0cc69d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    b8a8ea3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4158 from valadas/issue/4157

    Resolves an infinite redirect loop issue
    mitchelsellers authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    693b77a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    835ea7c View commit details
    Browse the repository at this point in the history
  4. Lowercases the meta tag names (#4176)

    Resolves #2547
    Will Strohl authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    fa30fc2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4170 from david-poindexter/issue-4168

    Swap CodeMirror in SqlConsole for monaco-editor
    mitchelsellers authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9396231 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4173 from david-poindexter/issue-4169

    Swap CodeMirror in ConfigConsole for monaco-editor
    mitchelsellers authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    83af9dd View commit details
    Browse the repository at this point in the history
  7. Fixes Event Log from Failing Silently during Application Startup (#4178)

    * Added try-catch block to prevent event logs from silently failing
    
    * Updated exception handling to catch specific exception
    SkyeHoefling authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    30cd13a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4179 from david-poindexter/issue-4177

    Fix MSBuild issue with Dnn.PersonaBar.Extensions
    valadas authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4595f05 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4185 from tauqeer-haider/bugfix/DNN-42975

    Anonymous users denied access to profile picture when configured as n…
    valadas authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    ad1768a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbb9d49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc8dced View commit details
    Browse the repository at this point in the history
  12. Updated the UpdateDatabase procedure to set version numbers (#4183)

    * Updated the UpdateDatabase procedure to set version numbers
    
    * Fixed typo
    
    * Updated order of items for better readability and removed incorrect items.
    mitchelsellers authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9257e4b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c225049 View commit details
    Browse the repository at this point in the history
  14. Parse date with invariant culture to fix non-Gregorian calendar dates… (

    #4164)
    
    * Parse date with invariant culture to fix non-Gregorian calendar dates issue
    
    * review suggestions incorporated.
    tauqeer-haider authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6a556bd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #4087 from ahoefling/serialization_controller

    Add ISerializationManager for Dependency Injection
    mitchelsellers authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    cf14036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f594a View commit details
    Browse the repository at this point in the history
  3. Fixes Social Messaging Ignoring Line Breaks & Copyright Year #4166 (#…

    …4186)
    
    * Adds token support to replace the hard-coded 2013 copyright date
    
    * Allows line breaks to be displayed as entered by end-users
    
    * Allow line breaks but properly encode all other HTML
    
    Resolves #4166
    Will Strohl authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    89ea159 View commit details
    Browse the repository at this point in the history
  4. Use new MailAttachment class for MailProvider

    In order to support multiple mail providers, this introduces a new
    MailAttachment class for use by the MailProvider API. This decoupling from
    System.Net.Mail.Attachment will give more flexibility when implementing new
    providers, such as MailKit.
    meetmandeep authored and bdukes committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b3e066f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd72b04 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4187 from bdukes/mail-attachment

    Introduce MailAttachment class
    valadas authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9a58e9e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Updated Release Schedule Documentation (#4188)

    * Updated Release Schedule Documentation
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Updated release verbiage
    
    * Updated Notes
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    
    * Update .github/RELEASE_SCHEDULE.md
    
    * Update .github/RELEASE_SCHEDULE.md
    
    * Update .github/RELEASE_SCHEDULE.md
    
    Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    4 people authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    21e2b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444757a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4189 from dnnsoftware/update-versions/patch-21e2b90

    Updates versions as per release candidate creation
    valadas authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1b61172 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Fixes an issue where folder search would not work in resrouce manager (

    …#4202)
    
    Closes #4200
    
    The filtering logic was applied with a null result and removing all the results, I added a check for null which makes the fileting work when the search is used.
    valadas authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fb38f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. check the module permission to add module.

    Fix #4234
    zyhfish authored and bdukes committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    899e4f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Ensure Localization HTTP Module placement

    It needs to be right after URL Rewrite (which determines the culture
    from the URL), and then all modules after it can make use of that
    culture info
    bdukes committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0406e13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4251 from bdukes/fix/localization-xml-merge

    Ensure new Localization HTTP module is running soon enough
    valadas authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e14db38 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Remove Localization HTTP module from config

    It'll get added by 09.08.00.config, having it already in there will
    create a duplicate
    bdukes committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    81c27bd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Merge pull request #4264 from bdukes/fix/localization-xml-merge

    Remove Localization HTTP module from config
    mitchelsellers authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    bb391b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Run localization after authentication

    donker authored and bdukes committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    104a928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2435e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678f5bf View commit details
    Browse the repository at this point in the history
  4. Added documentation

    (cherry picked from commit da5d855)
    donker authored and bdukes committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    a1c5c15 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4265 from donker/fixlocalization

    Fix Localization Issues
    mitchelsellers authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    51f5f8b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Installs JWT provider by default (#4276)

    * Install JWT by default
    
    * Resolves multiple stylecop warnings in JWT project.
    valadas authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    626c1f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Ensure optional packages that have already been installed are install…

    …ed so they get upgraded during DNN's upgrade process
    donker committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    28258b7 View commit details
    Browse the repository at this point in the history
  2. Do not install JWT by default

    donker committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    507d5cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4277 from donker/fixinstaller

    Upgrade optional packages when they've already been installed
    valadas authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    deaeb66 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Prevents JWT upgrade to change existing config

    With the recent change to make optional packages (.resources) upgrade if the package was previously installed, while upgrading the JWT authentication provider, it cause the existing web.config configuration to be reset to the default and that would happen on each upgrade.
    
    This PR makes it ignore the node if it is already present from a previous installation.
    valadas committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    739e888 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4280 from valadas/jwt-upgrade-config

    Prevents JWT upgrade to change existing config
    mitchelsellers authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    fd79529 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Fixed an issue where new users would have no preferred locale.

    The user preferred locale is a required field in user profiles. Some change made it that in 9.8.0 this property is null. This PR reverts the behavior so the preferred locale is set on new users.
    valadas committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    c6e2063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4284 from valadas/default-user-locale

    Fixed an issue where new users would have no preferred locale.
    valadas authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d6b7fd8 View commit details
    Browse the repository at this point in the history
  3. Fixed an issue where all emails where missing the body

    While working on the Feedback module the messages where missing their body, then I tried creating new users and those emails where also missing the body. Looks like the CoreMailProvider was missing setting the body to the emails.
    
    This PR solves that.
    valadas committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    7a70fd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Merge pull request #4285 from valadas/mail-missing-body

    Fixed an issue where all emails where missing the body
    mitchelsellers authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    971faf3 View commit details
    Browse the repository at this point in the history