Commit Graph

746 Commits

Author SHA1 Message Date
c4e65a07a9 🗑️ Refactor: Remove obsolete printer check scripts and update app logic
**Änderungen:**
-  check_printer_ips.py und check_printers.py: Entfernt nicht mehr benötigte Skripte zur Überprüfung von Drucker-IP-Adressen.
-  DRUCKER_STATUS_REQUIREMENTS.md: Veraltete Anforderungen entfernt.
-  setup_standard_printers.py: Anpassungen zur Vereinheitlichung der Drucker-IP.
-  app.py: Logik zur Filterung offline/unreachable Drucker aktualisiert.

**Ergebnis:**
- Bereinigung des Codes durch Entfernen nicht mehr benötigter Dateien.
- Optimierte Logik zur Handhabung von Druckerstatus in der Anwendung.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-15 23:59:39 +02:00
956c24d8ca 🔧 Update: Enhanced error handling and logging across various modules
**Änderungen:**
-  app.py: Hinzugefügt, um CSRF-Fehler zu behandeln
-  models.py: Fehlerprotokollierung bei der Suche nach Gastanfragen per OTP
-  api.py: Fehlerprotokollierung beim Markieren von Benachrichtigungen als gelesen
-  calendar.py: Fallback-Daten zurückgeben, wenn keine Kalenderereignisse vorhanden sind
-  guest.py: Status-Check-Seite für Gäste aktualisiert
-  hardware_integration.py: Debugging-Informationen für erweiterte Geräteinformationen hinzugefügt
-  tapo_status_manager.py: Rückgabewert für Statusabfrage hinzugefügt

**Ergebnis:**
- Verbesserte Fehlerbehandlung und Protokollierung für eine robustere Anwendung
- Bessere Nachverfolgbarkeit von Fehlern und Systemverhalten

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 22:45:20 +02:00
7e156099d5 🔧 Fix: Kalendar zeigt nur TBA Marienfelde Drucker statt alle 12
**Problem gelöst:**
- Kalender zeigte 12 Drucker (6 alte Test-Drucker + 6 TBA Marienfelde)
- Nur die 6 TBA Marienfelde Drucker sollten angezeigt werden

**Änderungen:**
-  calendar.py: Filter für TBA Marienfelde in calendar_view()
-  calendar.py: Filter für intelligente Druckerzuweisung
-  calendar.py: Filter für Verfügbarkeitsanalyse
-  admin_unified.py: Filter für Admin-Druckerübersicht
-  printers.py: Filter für Drucker-Status-API
-  Alte Testdrucker (IDs 1-6) deaktiviert

**Ergebnis:**
- Kalender zeigt jetzt korrekt 6 Drucker von TBA Marienfelde
- Alle relevanten APIs berücksichtigen Location-Filter
- Keine Auswirkung auf bestehende Jobs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 22:04:48 +02:00
5cb7d87e9f Merge commit '3b1e6ce6a40f28ae49e8e3dde794eeafcde19cb9' 2025-06-15 21:19:29 +02:00
89037861e3 🐛 Update: Added support for the 'find' command in settings.local.json. Enhanced logging for various modules, including initialization and performance metrics. Improved SQLite database optimization and ensured better tracking of user interactions and system processes. 📚 2025-06-14 16:26:43 +02:00
3b1e6ce6a4 Die Dateien wurden wie folgt geändert und aktualisiert: 2025-06-13 14:01:44 +02:00
822e3c542a 🎉 Improved database structure in backend/database/myp.* files and removed outdated backups. 🛠️ Added numerous activity session pickle files to backend/instance/sessions directories. 🖥️ Updated various log files for better monitoring and debugging: app/app.log, core_system/core_system.log, data_management/data_management.log, energy_monitoring/energy_monitoring.log, hardware_integration/hardware_integration.log, job_ 2025-06-13 12:47:06 +02:00
173d8e83d5 🎉 Refactor Backend Database Files & Add Session Logs 📚💄 2025-06-13 12:36:46 +02:00
2c93b8973d 🎉 Added new database files for myp.db-shm and myp.db-wal in backend/database/ 2025-06-13 12:25:29 +02:00
eaf415c80f 📝 "Refactor session handling 2025-06-13 07:32:57 +02:00
691a4f2d41 Die Dateien wurden geändert oder hinzugefügt: 2025-06-13 07:17:00 +02:00
ae95d82afc 🎉 Improved session management system and logs organization 🎨 2025-06-13 07:05:57 +02:00
3ff5f17f42 📚 Improved blueprint modules and hardware integration (#123) 2025-06-13 06:49:45 +02:00
ee54bc273c 🐛 Update: Enhanced API for printer list retrieval with additional query parameters for filtering active and inactive printers. Improved response structure to include printer reachability and display status for better UI integration. Added granular permissions management during user creation in the admin interface. 📚 2025-06-12 21:14:19 +02:00
bcb8f80415 🐛 Update: Enhanced API for printer list retrieval with additional query parameters for filtering active and inactive printers. Improved response structure to include printer reachability and display status for better UI integration. Added granular permissions management in user creation process. 📚 2025-06-12 21:14:08 +02:00
a212fcc8a3 🐛 Update: Optimized SQLite database and enhanced logging across various modules. Improved Tapo control dashboard accessibility and ensured better tracking of user interactions. 📚 2025-06-12 21:06:08 +02:00
f5b77ce104 🐛 Database: Updated SQLite database and removed temporary WAL and SHM files for optimization. Adjusted template links for the Tapo control dashboard. Enhanced logging for better tracking of initialization processes across various modules. 📚 2025-06-12 20:55:55 +02:00
6b8fca218b 🐛 Refactor: Consolidated user management and security functions in the backend. Added legal pages blueprint for compliance. Removed legacy rate limiter functions to streamline security integration. Updated logging for better clarity. 📚 2025-06-12 20:44:11 +02:00
69fd3187cf 🐛 Backend: Added database files for session instances 📚 2025-06-12 20:09:47 +02:00
88c04e670d 📚 Aktualisierung der Protokolldateien: Hinzufügen von Informationen zur SQLite-Engine und Hardware-Integration. Optimierung der Protokollierung für bessere Nachverfolgbarkeit und Systemüberwachung. 🎉 2025-06-12 20:08:41 +02:00
33e3200523 🎉 Improved Energy Monitoring Dashboard & Backend Integration 🌍 2025-06-12 19:54:56 +02:00
10423eb1e3 🐛 Refactor: Update printer status handling and session management. Improved caching mechanism for live printer status and added summary functionality. Removed obsolete database files for better organization. 2025-06-12 19:48:45 +02:00
61607ae082 Die Dateien, die in diesem Commit geändert wurden, umfassen: 2025-06-12 16:31:54 +02:00
570cda8f0b 🎉 Improved session management by adding multiple activity files for better performance and organization. 🛠️ Refactored database connection to enhance stability. 📝 Updated logs for better tracking and debugging. 🌟 Committed with Gitmoji emojis: 🐛 (bug fix), 📚 (code change), 💄 (docs) 2025-06-12 15:21:16 +02:00
64691be749 The provided text appears to be a log of changes made in a software project, likely using version control systems like Git. Here's a breakdown: 2025-06-12 15:10:31 +02:00
b1dd629d47 🎉 Refactor backend database files & logs: 2025-06-12 15:00:12 +02:00
9489f7c3e3 📚 Improved log management system by updating and optimizing various logs across the backend. This change enhances debugging capabilities and system monitoring. 🚀🔧 2025-06-12 14:49:20 +02:00
45d0bb83a9 📚 Improved log file management and organization in backend systems 🎉 2025-06-12 14:32:41 +02:00
4722c2bef5 📝 "Refactor log files: backend/logs/app/app.log 2025-06-12 14:32:30 +02:00
b28dbc5ab6 📝 "🐛 Refactor database connections 2025-06-12 14:32:24 +02:00
894896cc7f 🎉 Fix: Backend log file paths update for consistency and performance optimization 2025-06-12 13:44:38 +02:00
87c33d4dc3 🐛 Backend Database Optimization: Improved query performance and stability in 'myp.db' and related logs ('app.log', 'job_queue_system.log'). 2025-06-12 13:32:31 +02:00
1f653062f4 📚 Improved log file management system across backend components 🎉 2025-06-12 12:37:32 +02:00
0891dd9dc4 🐛📚 Improved database performance and session handling in backend instances. 2025-06-12 12:26:30 +02:00
0505cf1cd6 🎉 Improved session management by adding multiple activity files for enhanced performance and stability in backend/instance/sessions/. 🐛 Refactored database queries to optimize data retrieval. 📚 Enhanced documentation for better code understanding. 💄 Fixed minor typos in log files for clarity. 2025-06-12 12:15:43 +02:00
d8a4b08faa 📚 Improved session management in backend/instance/sessions: Added multiple activity pickle files for enhanced performance and logging. 🎉🔌📈 2025-06-12 12:04:45 +02:00
127e9cc185 🎉 Added various activity files to backend/instance/sessions 2025-06-12 11:53:43 +02:00
8bb046091a 🎉 Improved database and session handling in backend/backend/database/myp.db & logs 2025-06-12 11:42:44 +02:00
774f52b67e 🎉 Improved database performance and session management in backend/backend/database/myp.db, backend/blueprints/__pycache__/tapo_control.cpython-313.pyc, backend/blueprints/tapo_control.py, backend/config/settings.py 2025-06-12 11:32:34 +02:00
57715ce04d Die Dateien, die in diesem Commit hinzugefügt wurden oder geändert wurden, sind: 2025-06-12 11:22:08 +02:00
3c0235f2b1 Title: 🎉 Updated User Authentication System with Enhanced Security Measures 📚 2025-06-12 11:11:51 +02:00
0006aacccd 🎉 Added database files for MYP: 'myp.db-shm' and 'myp.db-wal'. Also updated documentation: "docs/MYP_IHK_Pr\303\274ferfragen\_und\_Antworten.md" and "docs/MYP_Pr\303\244sentation\_Karteikarten.md". 🐛 2025-06-12 11:00:56 +02:00
1b3ebefa1e 🎉 Aktualisierung der Fehlerprotokollierung und Verbesserung der Dokumentation für Backend-Operationen 📝 2025-06-12 10:55:44 +02:00
4efed28883 Title: 🎉 Improved Code Organization and Documentation 2025-06-12 10:49:47 +02:00
fe8c0997f6 Die Dateien, die mit dem Commit verknüpft sind, umfassen: 2025-06-12 10:28:43 +02:00
07e9a7607d It appears that you've made several updates to your project's codebase and logs. Here's a summary of the changes: 2025-06-12 10:16:58 +02:00
2bf4e0e6c0 🎉 Improved documentation and code organization in Backend 🌐 2025-06-12 10:06:34 +02:00
c356111149 Das beigefügte Texteintrag listet verschiedene Dateien und Dateipfade auf, die in einem Backend-System geändert wurden. Hier ist eine Zusammenfassung der Änderungen: 2025-06-12 09:52:44 +02:00
f9aec04237 Die Dateien, die hinzugefügt wurden, sind Teil des Backend-Projekts und befinden sich in verschiedenen Log- und Konfigurationsverzeichnissen. Hier ist eine Aufschlüsselung der hinzugefügten Dateien: 2025-06-12 09:35:52 +02:00
09140168a7 🎉 Fix: Resolve cursor rules and database issues in backend/database/myp.db-shm 2025-06-12 09:25:31 +02:00