Nirodan
80ec5eca7b
Security, code quality and frontend improvements
...
- Move SECRET_KEY out of docker-compose into .env (env_file), add .env.example
- Add flask-limiter with 10 req/min on login route; introduce util/limiter.py
- Replace direct mysql.connector.connect() calls with MySQLConnectionPool via util/db_pool.py
- Fix deprecated datetime.utcnow() -> datetime.now(timezone.utc) in auth/login.py
- Remove dead /api/scripts 410 route from admin.py
- Add MD5 security warning in Md5Tool.jsx
- Add ErrorBoundary component and wrap App.jsx
- Expand README with setup guide, screenshot and project structure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-24 13:52:53 +02:00
Nirodan
a3c3967903
Reduce admin input padding to avoid overflow
2026-01-22 15:34:33 +01:00
Nirodan
206102db36
Let admin cards show full rounded inputs
2026-01-22 15:28:47 +01:00
Nirodan
baa8b17ab2
Force admin forms single-column to stop overflow
2026-01-22 15:25:51 +01:00
Nirodan
c24a0df4b2
Prevent input overflow in admin forms
2026-01-22 15:22:45 +01:00
Nirodan
edc5fa7fd0
Stack admin forms to prevent overflow
2026-01-22 13:05:47 +01:00
Nirodan
7af1ca32ed
Tighten admin form layout and responsive tables
2026-01-22 12:36:43 +01:00
Nirodan
450e184cf3
Clean admin layout, drop scripts, keep admin out of tools list
2026-01-22 12:31:19 +01:00
Nirodan
e3b34bfc47
Extend admin for websites/scripts and surface links
2026-01-22 12:26:21 +01:00
Nirodan
0699158486
Add admin dashboard and tool icons
2026-01-22 12:18:27 +01:00
Nirodan
a944f7dd5d
Restyle UI with modern glassy theme
2026-01-22 12:12:47 +01:00
Nirodan
9d7e0023f4
Fix auth redirects and add rebuild startup scripts
2026-01-22 12:02:37 +01:00
Nirodan
c0aaa86546
Fix config path, env secrets, and align API calls
2026-01-22 07:56:27 +01:00
Nirodan
cf838ee9b1
Logout Button Fix immer noch zu weit rechts gewesen
2025-07-07 11:50:21 +02:00
Nirodan
96b5fc1a81
Bug Fixing, buttons nicht sichtbar im hellen modus, Logout zu weit rechts. Von hell auf dunkel standard
2025-07-07 11:39:47 +02:00
Nirodan
8d7b254306
NavBar v.0.1 etnfernen von altem LogoutButton in ToolOverview
2025-07-07 11:19:00 +02:00
Nirodan
d927679667
NavBar v.0.0.1
2025-07-07 10:57:18 +02:00
Nirodan
537df29737
Hinzufügen des Styles, verschieben und löschen der alten CSS Dateien. Umschalten auf Modulares Design
2025-07-07 10:23:29 +02:00
Nirodan
bbb1a70b9c
MD5 hasher Bug Fix + Logger
2025-06-17 11:00:26 +02:00
Nirodan
b6399f8b52
Docker compose. dev.yml erstellt
2025-06-17 10:43:22 +02:00
Nirodan
84684d0a08
Tokken validierung
2025-06-16 11:13:00 +02:00
Nirodan
77b95762f7
Token löschen für vollständigen Logout
2025-06-16 10:28:51 +02:00
Nirodan
d22a661b99
Gitignore deportiert
2025-06-14 19:03:57 +02:00
Nirodan
02ea855483
Entferne versehentlich getrackte Dateien, die nun durch .gitignore ignoriert werden
2025-06-14 19:03:36 +02:00
Nirodan
86308925ea
Login mit Admin Admin login bis zum Dashboard
...
erfolgreich
2025-06-14 18:57:43 +02:00
Nirodan
5424351cea
umbennen von frontend zu frontend
2025-06-14 14:01:20 +02:00