Commit Graph

10 Commits

Author SHA1 Message Date
f136ae58b3 Refactor: Implement uber-go/fx dependency injection
- Replace global variable pattern with proper dependency injection
- Add uber-go/fx for automatic dependency resolution
- Refactor all services and handlers to use constructor injection
- Eliminate fragile initialization order dependencies
- Improve testability and modularity
- Add structured logging with zap

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-09-16 11:41:01 +03:30
d4044b0eaf Added Gitea oauth to the admin dashboard and finished the oauth handling 2025-09-15 22:24:12 +03:30
63b524277f Dep updates 2025-07-25 11:50:20 +03:30
212637051f Update dependencies and organize go.mod file 2025-06-25 15:59:48 +03:30
0f96344543 Modernize admin UI with React and update templates 2025-05-24 10:51:55 +03:30
9565c06fba Add JWT auth and .env support for admin login 2025-05-17 20:47:04 +03:30
cb5149b7bc Switch from cookie to Bearer token auth and add CORS support - Semi finished 2025-05-16 16:20:30 +03:30
855c778654 Trying to add jwt shit but failing cause im tired 2025-05-15 21:33:55 +03:30
75bad5e091 Add web server with admin dashboard and media approval endpoints 2025-05-11 22:14:32 +03:30
7f567a7adb first commit 2025-05-10 20:35:16 +03:30