From ca02f761843260057b11a061e41fe9dedf6eaedb Mon Sep 17 00:00:00 2001 From: Claude Project Manager Date: Sun, 9 Nov 2025 21:17:54 +0100 Subject: [PATCH] =?UTF-8?q?Domain=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE_PROJECT_README.md | 11 ++++++----- licensing/api_client.py | 2 +- localization/languages/de.json | 2 +- localization/languages/en.json | 2 +- localization/languages/es.json | 2 +- localization/languages/fr.json | 2 +- localization/languages/ja.json | 2 +- views/about_dialog.py | 4 ++-- 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CLAUDE_PROJECT_README.md b/CLAUDE_PROJECT_README.md index 96cb60c..cd8aa9a 100644 --- a/CLAUDE_PROJECT_README.md +++ b/CLAUDE_PROJECT_README.md @@ -5,9 +5,9 @@ ## Project Overview - **Path**: `A:\GiTea\AccountForger` -- **Files**: 1232 files -- **Size**: 234.3 MB -- **Last Modified**: 2025-10-18 22:22 +- **Files**: 1317 files +- **Size**: 240.4 MB +- **Last Modified**: 2025-11-09 20:55 ## Technology Stack @@ -173,6 +173,7 @@ localization/ │ ├── fr.json │ └── ja.json logs/ +│ ├── chrome_session_host.log │ ├── facebook_automation.log │ ├── facebook_controller.log │ ├── facebook_login.log @@ -181,7 +182,6 @@ logs/ │ ├── facebook_utils.log │ ├── facebook_verification.log │ ├── facebook_workflow.log -│ ├── gmail_controller.log │ ├── net/ │ │ ├── gmail_landing_de.html │ │ └── google_signup_mail_de.html @@ -199,7 +199,7 @@ logs/ │ ├── after_account_create_click_1759870629.png │ ├── after_account_create_click_1760212451.png │ ├── after_account_create_click_1760212811.png -│ └── after_code_retrieval_1757531778.png +│ └── after_account_create_click_1760913660.png resources/ │ ├── icons/ │ │ ├── check-white.svg @@ -430,3 +430,4 @@ This project is managed with Claude Project Manager. To work with this project: - README updated on 2025-10-08 22:32:21 - README updated on 2025-10-08 22:34:43 - README updated on 2025-10-18 22:23:22 +- README updated on 2025-11-09 21:00:06 diff --git a/licensing/api_client.py b/licensing/api_client.py index b7cc309..caf1e0f 100644 --- a/licensing/api_client.py +++ b/licensing/api_client.py @@ -20,7 +20,7 @@ if not logger.handlers: class LicenseAPIClient: """Client für die Kommunikation mit dem License Server API.""" - def __init__(self, base_url: str = "https://api-software-undso.intelsight.de", + def __init__(self, base_url: str = "https://api-software-undso.aegis-sight.de", api_key: str = "AF-2025-8E57CA6A97E257C5FA3E7778B8B44413"): # TODO: Update with valid API key """ Initialisiert den API Client. diff --git a/localization/languages/de.json b/localization/languages/de.json index 0a18ec9..8e010b6 100644 --- a/localization/languages/de.json +++ b/localization/languages/de.json @@ -87,7 +87,7 @@ "delete_error_text": "Konto '{username}' konnte nicht gelöscht werden." }, "about_dialog": { - "support": "Für Support kontaktieren Sie uns unter: support@intelsight.de", + "support": "Für Support kontaktieren Sie uns unter: support@aegis-sight.de", "license": "Diese Software ist lizenzpflichtig und darf nur mit gültiger Lizenz verwendet werden." } } \ No newline at end of file diff --git a/localization/languages/en.json b/localization/languages/en.json index 2895a85..b8fbabd 100644 --- a/localization/languages/en.json +++ b/localization/languages/en.json @@ -87,7 +87,7 @@ "delete_error_text": "Account '{username}' could not be deleted." }, "about_dialog": { - "support": "For support contact us at: support@intelsight.de", + "support": "For support contact us at: support@aegis-sight.de", "license": "This software is licensed and may only be used with a valid license." } } \ No newline at end of file diff --git a/localization/languages/es.json b/localization/languages/es.json index 2fe307a..ce333e3 100644 --- a/localization/languages/es.json +++ b/localization/languages/es.json @@ -87,7 +87,7 @@ "delete_error_text": "No se pudo eliminar la cuenta '{username}'." }, "about_dialog": { - "support": "Para soporte contáctenos en: support@intelsight.de", + "support": "Para soporte contáctenos en: support@aegis-sight.de", "license": "Este software está sujeto a licencia y solo puede utilizarse con una licencia válida." } } \ No newline at end of file diff --git a/localization/languages/fr.json b/localization/languages/fr.json index 643feb2..acbf7d2 100644 --- a/localization/languages/fr.json +++ b/localization/languages/fr.json @@ -87,7 +87,7 @@ "delete_error_text": "Le compte '{username}' n'a pas pu être supprimé." }, "about_dialog": { - "support": "Pour toute assistance, contactez-nous à : support@intelsight.de", + "support": "Pour toute assistance, contactez-nous à : support@aegis-sight.de", "license": "Ce logiciel est soumis à licence et ne peut être utilisé qu'avec une licence valide." } } \ No newline at end of file diff --git a/localization/languages/ja.json b/localization/languages/ja.json index b389bef..f8563eb 100644 --- a/localization/languages/ja.json +++ b/localization/languages/ja.json @@ -87,7 +87,7 @@ "delete_error_text": "アカウント '{username}' を削除できませんでした。" }, "about_dialog": { - "support": "サポートが必要な場合は次へご連絡ください: support@intelsight.de", + "support": "サポートが必要な場合は次へご連絡ください: support@aegis-sight.de", "license": "このソフトウェアはライセンス制で、有効なライセンスでのみ使用できます。" } } \ No newline at end of file diff --git a/views/about_dialog.py b/views/about_dialog.py index 99660f5..d438241 100644 --- a/views/about_dialog.py +++ b/views/about_dialog.py @@ -95,10 +95,10 @@ class AboutDialog(QDialog): support = ( lm.get_text( "about_dialog.support", - "Für Support kontaktieren Sie uns unter: support@intelsight.de", + "Für Support kontaktieren Sie uns unter: support@aegis-sight.de", ) if lm - else "Für Support kontaktieren Sie uns unter: support@intelsight.de" + else "Für Support kontaktieren Sie uns unter: support@aegis-sight.de" ) license_text = ( lm.get_text(