Commit Graph

5 Commits

Author SHA1 Message Date
6d15ce2df9 Improved logging with zap 2025-09-16 12:23:12 +03:30
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
a84156f0a0 Minor fixes 2025-09-15 20:22:37 +03:30
001e3b66cb Added oauth for gitea 2025-09-15 19:10:49 +03:30