• Login
  • Register

DNN Platform GitHub Activity

Stay Up To Date With The Latest GitHub Activity

Following is a direct feed from the open and free source code repository for DNN Platform on GitHub. For those less savvy with GitHub, the below list serves as a less techy rendition of the most recent commits for DNN Platform. These come complete with links to the GitHub repository for those wishing to dig deeper.

Merge pull request #5814 from dnnsoftware/valadas-patch-1

Tuesday, September 19, 2023

Merge pull request #5814 from dnnsoftware/valadas-patch-1

Update bug-report.yml to include v9.13-rc

Update bug-report.yml

Tuesday, September 19, 2023

Update bug-report.yml

Merge pull request #5807 from david-poindexter/issue-5778

Friday, September 8, 2023

Merge pull request #5807 from david-poindexter/issue-5778

Update `web.config` max upload size defaults, correct backend calcs, and fix validation issue preventing increasing

Revert changes to Config and move max supported limit to SecurityCont…

Friday, September 8, 2023

Revert changes to Config and move max supported limit to SecurityController

Merge pull request #5806 from valadas/fix-filename-download

Friday, September 8, 2023

Merge pull request #5806 from valadas/fix-filename-download

Fixed an issue where filenames of downloads would get mangled

Update web.config max upload size defaults, correct backend calcs, an…

Friday, September 8, 2023

Update web.config max upload size defaults, correct backend calcs, and fix validation issue preventing increase

Removed stray debugger statement used for troubleshooting

Friday, September 8, 2023

Removed stray debugger statement used for troubleshooting

Fixed an issue where filenames of downloads would get mangled

Friday, September 8, 2023

Fixed an issue where filenames of downloads would get mangled

Closes #5551

The string is quotes when there are spaces in the filement and Chrome replaced those with underscores.
Filenames with special characters are encoded in the response.
This adds a function to convert all those special cases back into a plain string that matches the actual filename in the frontend.

Merge pull request #5804 from dnnsoftware/dependabot/github_actions/a…

Tuesday, September 5, 2023

Merge pull request #5804 from dnnsoftware/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4

Monday, September 4, 2023

Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Merge pull request #5798 from bdukes/cake-3

Thursday, August 31, 2023

Merge pull request #5798 from bdukes/cake-3

Upgrade to Cake 3.1 from 2.3

Merge pull request #5799 from bdukes/jquery-3.7.1

Wednesday, August 30, 2023

Merge pull request #5799 from bdukes/jquery-3.7.1

Upgrade jQuery from 3.5.1 to 3.7.1

Upgrade jQuery Migrate from 3.4.0 to 3.4.1

Wednesday, August 30, 2023

Upgrade jQuery Migrate from 3.4.0 to 3.4.1

Upgrade jQuery from 3.5.1 to 3.7.1

Wednesday, August 30, 2023

Upgrade jQuery from 3.5.1 to 3.7.1

Upgrade to Cake 3.1 from 2.3

Wednesday, August 30, 2023

Upgrade to Cake 3.1 from 2.3

Merge pull request #5460 from zyhfish/task/smtp-oauth-interface

Tuesday, August 29, 2023

Merge pull request #5460 from zyhfish/task/smtp-oauth-interface

update the smtp provider to support oauth authentication.

Clean up SMTP OAuth implementation

Thursday, August 24, 2023

Clean up SMTP OAuth implementation

Use async where available
Use file-scoped namespaces
Remove unused code

Consolidate NuGet package versions

Thursday, August 24, 2023

Consolidate NuGet package versions

Turn on TreatWarningsAsErrors for SMTP OAuth

Thursday, August 24, 2023

Turn on TreatWarningsAsErrors for SMTP OAuth

Replace ServiceLocator with DI for SMTP OAuth

Thursday, August 24, 2023

Replace ServiceLocator with DI for SMTP OAuth