Add support page, admin features, and auth hardening.
Rename public affiliate route to /support with localized nav labels, and include affiliate/social/wallpaper admin, 2FA login, and related site updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
202dc16a52
commit
fc45c35dbe
Generated
+40
-4
@@ -105,6 +105,33 @@ namespace atakanozbancom.App_GlobalResources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Affiliate links will be listed here soon..
|
||||
/// </summary>
|
||||
public static string AffiliateLinksComingSoon {
|
||||
get {
|
||||
return ResourceManager.GetString("AffiliateLinksComingSoon", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Support my work 💙.
|
||||
/// </summary>
|
||||
public static string AffiliateLinksTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("AffiliateLinksTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to If you'd like to support my work, you can use the links below. It costs money for me to run and maintain these services, and using them may earn me a small benefit at no extra cost to you..
|
||||
/// </summary>
|
||||
public static string AffiliateLinksIntro {
|
||||
get {
|
||||
return ResourceManager.GetString("AffiliateLinksIntro", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to I m working hard and on these projects, and your support really motivates me. If you d like to support you can support by these links.
|
||||
/// </summary>
|
||||
@@ -133,11 +160,11 @@ namespace atakanozbancom.App_GlobalResources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to GitHub.
|
||||
/// Looks up a localized string similar to Gitea.
|
||||
/// </summary>
|
||||
public static string GitHub {
|
||||
public static string Gitea {
|
||||
get {
|
||||
return ResourceManager.GetString("GitHub", resourceCulture);
|
||||
return ResourceManager.GetString("Gitea", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,6 +249,15 @@ namespace atakanozbancom.App_GlobalResources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Support my work 💙.
|
||||
/// </summary>
|
||||
public static string NavAffiliateLinks {
|
||||
get {
|
||||
return ResourceManager.GetString("NavAffiliateLinks", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Home.
|
||||
/// </summary>
|
||||
@@ -241,7 +277,7 @@ namespace atakanozbancom.App_GlobalResources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Server Status.
|
||||
/// Looks up a localized string similar to Service Status.
|
||||
/// </summary>
|
||||
public static string Server {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user