Skip to content

V17/release - #314

Merged
thientu995 merged 3 commits into
mainfrom
v17/release
Sep 8, 2026
Merged

V17/release#314
thientu995 merged 3 commits into
mainfrom
v17/release

Conversation

@thientu995

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 59 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: b5bf3bbf-dbd0-43d7-8b6f-6c573ec3a786

📥 Commits

Reviewing files that changed from the base of the PR and between f2dbf51 and 77d727b.

📒 Files selected for processing (2)
  • uTPro/Project/uTPro.Project.Web/Startup/SecuritySetup.cs
  • uTPro/Project/uTPro.Project.Web/uTPro.Project.Web.csproj

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment on lines +95 to +100
foreach (var legacy in legacyDirs)
{
if (!Directory.Exists(legacy)) continue;
foreach (var keyFile in Directory.EnumerateFiles(legacy, "key-*.xml"))
File.Copy(keyFile, Path.Combine(target.FullName, Path.GetFileName(keyFile)), overwrite: false);
}
Comment on lines +64 to +65
dpKeysPath = Path.Combine(
builder.Environment.ContentRootPath, "umbraco", "Data", "ProtectionKeys");
"umbraco", "Data", "TEMP", "PersistKeys");
}
dpKeysPath = Path.GetFullPath(
Path.Combine(builder.Environment.ContentRootPath, dpKeysPath));
.ToLowerInvariant();
string[] legacyDirs =
{
Path.Combine(contentRoot, "umbraco", "Data", "TEMP", "PersistKeys"),
string[] legacyDirs =
{
Path.Combine(contentRoot, "umbraco", "Data", "TEMP", "PersistKeys"),
Path.Combine(Path.GetTempPath(), "UmbracoData", hash, "PersistKeys"),
{
if (!Directory.Exists(legacy)) continue;
foreach (var keyFile in Directory.EnumerateFiles(legacy, "key-*.xml"))
File.Copy(keyFile, Path.Combine(target.FullName, Path.GetFileName(keyFile)), overwrite: false);
@thientu995
thientu995 merged commit c03b43b into main Sep 8, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant