Brian Dukes

Results 177 comments of Brian Dukes

I think we definitely want to be able to support async MVC controller actions. Your solution looks good to me (assuming it actually works, unlike my #4648 PR). Go ahead...

Searching for `navigator.clipboard.writeText` in the project leads me to the source of that JS: https://github.com/dnnsoftware/Dnn.Platform/blob/a2014252657bae998c50eedfbef185dc2cde06d4/DNN%20Platform/Modules/ResourceManager/ResourceManager.Web/src/components/actions/dnn-action-copy-url/dnn-action-copy-url.tsx#L14-L17 We'd welcome a PR with a fix. I might just check for `//` or `:`...

DNN Platform has not changed anything with Lucene.net in many years. Perhaps there was an issue during the upgrade with copying the FIPS assembly into the `bin` folder. Have you...

Have you tried switching the mail provider in the `web.config` to the MailKit provider? The old/default Core provider has a lot of limitations around supported ports and security protocols supported.

I'm not sure that we have official document on switching to the MailKit provider. However, it is relatively straightforward. You should find a `` section in the `web.config` that looks...

I agree that we'd need to provide an option for whether to ignore the certificate validation (does the core implementation ignore the certificate automatically?). I would tend to think that...

Sounds good to me. I was thinking of wording like "Allow Invalid Certificate"

I tested combining a CSS file with `@import` in DNN 9.6.2 and it did not correctly move the `@import` directive to the top of the combined CSS (causing the `@import`...

I agree with Sebastian that it's not a recommended configuration, but we do support that feature, @valadas (under _Security_, _Member Accounts_ tab, _Member Management_ sub-tab) ![Settings for with help bubble...

Certainly an issue we've run into. However, it will be a major change for folks relying on that behavior. Do we need to add a setting?