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.0 into master to release v9.13.0 #5827

Merged
merged 169 commits into from
Sep 27, 2023
Merged

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Sep 26, 2023

Merged release/9.13.0 into master to release v9.13.0

This is a release management task, as per our policy, we are self-approving it.

zyhfish and others added 30 commits December 29, 2022 07:57
Fixed an issue that prevented sending smtp test emails
Due to the UI changes in #5152 the frontend now posts an obfuscated password unless the user is currently changing the password.
That scenario got handled correctly for UpdateSmtpSettings but the same logic needed to be implements in SendTestEmail for that button to work fine.
Added 9.12.0-rc0 to bug report template
Co-authored-by: David Poindexter <dpoindexter@nvisionative.com>
Added 9.12.0-rc1 to bug report template
Clean up format of affected-versions dropdown
Another cleanup attempt for line spacing
Another cleanup attempt for line spacing
Fix GetExtensionUrlProviders proc for 9.12.1
Updated bug-report.yml as per v9.12.0 release
Updated bug-report.yml as per v9.12.0 release
Match Newtonsoft dependency version for NuGet pkg
bdukes and others added 26 commits August 24, 2023 10:16
Use async where available
Use file-scoped namespaces
Remove unused code
update the smtp provider to support oauth authentication.
Upgrade jQuery from 3.5.1 to 3.7.1
Upgrade to Cake 3.1 from 2.3
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](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ctions/checkout-4

Bump actions/checkout from 3 to 4
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.
Fixed an issue where filenames of downloads would get mangled
Update `web.config` max upload size defaults, correct backend calcs, and fix validation issue preventing increasing
Update bug-report.yml to include v9.13-rc
In order for projects to not require a full reference to the source
generator project, the attribute cannot be defined in the project.
The first attempt to resolve this was to generate the attribute via the
source generator itself, but since the Library project exposes its
internals to other projects (e.g. DotNetNuke.HttpModules), this resulted
in ambiguous references. As a result, moving the type to a project that
all other projects can reference seemed to be the best compromise. Since
the attribute is conditional, it doesn't affect the public API of that
project.

Fixes #5815
Move DnnDeprecatedAttribute to Abstractions
resourceManager bad url using Azure
@valadas valadas added this to the 9.13.0 milestone Sep 26, 2023
@valadas valadas merged commit 1388ac7 into master Sep 27, 2023
4 checks passed
@valadas valadas deleted the release/9.13.0 branch September 27, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants