Commit Graph

23 Commits

Author SHA1 Message Date
cf78e3c329 chore: bump version to 1.3.0 2026-02-21 03:37:46 +01:00
fc3382c91e chore: update application title in index.html from frontend to Ultimate Ban Tracker 2026-02-21 03:36:21 +01:00
ee44de182c fix: implement robust multi-phase synchronization and server-side reconciliation 2026-02-21 03:34:31 +01:00
6dc940bb3a feat: implement comprehensive admin dashboard for server management and user oversight 2026-02-21 03:28:21 +01:00
fa29bd5a85 chore: bump version to 1.2.0 and commit recent fixes/features including tray and auth isolation 2026-02-21 03:21:55 +01:00
9d5f77dc09 fix: explicitly clear storage for new account logins to prevent session leakage 2026-02-21 03:19:00 +01:00
75accbe5b6 fix: implement per-account session isolation and cookie injection for robust authentication 2026-02-21 03:17:38 +01:00
2719bd527a fix: ensure fresh Steam login on Add by killing process and clearing auto-login state 2026-02-21 03:11:56 +01:00
d68f0a2740 feat: trigger actual Steam desktop login window via protocol handler for native account addition 2026-02-21 03:04:56 +01:00
e16a537621 fix: resolve JSX syntax error by correctly closing the Dashboard component 2026-02-21 03:02:46 +01:00
6f66f33a9b feat: implement primary account identifier and streamline add account flow via direct Steam login 2026-02-21 03:01:33 +01:00
f0740997d0 fix: refine community icon logic to only show when an account is actively shared with others 2026-02-21 02:56:45 +01:00
1f5d2e08e5 feat: implement granular access revocation and global unsharing in the account permissions dialog 2026-02-21 02:45:01 +01:00
7d1e19d881 chore: bump version to 1.1.0 and automate Gitea release tagging from package.json
All checks were successful
Build and Release / build (push) Successful in 5m39s
2026-02-21 02:38:03 +01:00
6c6da941d5 dont clear storage automatically
Some checks failed
Build and Release / build (push) Has been cancelled
2026-02-21 02:37:06 +01:00
0b1bd727e6 fix: remove malformed code and redundant imports from Dashboard.tsx 2026-02-21 02:34:33 +01:00
59244e2b54 fix: add missing VerifiedUserIcon import to resolve ReferenceError 2026-02-21 02:33:23 +01:00
ebed6c078c design: improve authenticated status visibility with Verified icon and TRACKING label 2026-02-21 02:32:52 +01:00
7d49209c0b feat: implement smart scraper authentication with cookie persistence and visual status indicators 2026-02-21 02:30:52 +01:00
e47e722e27 feat: decouple fast switching from scraper authentication to make cooldown tracking optional 2026-02-21 02:28:26 +01:00
b7e22b33af fix: implement robust multi-format icon resolution for system tray 2026-02-21 02:03:58 +01:00
20b41d90ab fix: restore missing downloadAvatar helper and fix TypeScript build errors 2026-02-21 01:59:05 +01:00
64fe49e58e init
Some checks failed
Build and Release / build (push) Has been cancelled
2026-02-21 01:48:48 +01:00