• Joined on 2025-11-10
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 22:21:20 +08:00
66b29b96ee remove unused user service in auth_state
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 22:19:23 +08:00
86fb222d18 added serving openapi options
08b1a055a4 feat: add admin user initialization endpoint with request handling
8f2193bed2 Fix invalid query for settings and users
Compare 3 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 18:26:33 +08:00
ed4a091d6e update swagger and api-client
ccd8bc7aa1 Include require auth middleware and login route
Compare 2 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-15 15:54:58 +08:00
b0c11c7c67 feat: add admin initialization and database migration tasks
3354154b87 feat: implement authentication module with JWT support and user management
1233f3b736 fix: implement Display trait for ServiceError enum
Compare 3 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-15 14:20:34 +08:00
b17d111c5d remove unused session table
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-07 21:35:57 +08:00
9447b64a76 feat: add argon2, jsonwebtoken, and update uuid dependencies
6cd37d6758 use ref of transaction
6a88e401f6 Add debug and BadRequest error
30e500ec44 Added macro for handling both transaction and pooled connection
e758452509 Include user table, identity and session table
Compare 5 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-07 14:40:17 +08:00
9c139d6007 refactor: replace IntoServiceError trait with direct ServiceError conversions
GW_MC created branch feature/authentication in GW_MC/YANPM 2025-12-07 14:40:17 +08:00
GW_MC deleted branch feature/openapi from GW_MC/YANPM 2025-12-05 22:51:16 +08:00
GW_MC deleted branch feature/database-setup from GW_MC/YANPM 2025-12-05 22:51:11 +08:00
GW_MC deleted branch feature/containerize-dependency from GW_MC/YANPM 2025-12-05 22:51:08 +08:00
GW_MC deleted branch action-runner from GW_MC/YANPM 2025-12-05 22:51:05 +08:00
GW_MC deleted branch feature/api-setup from GW_MC/YANPM 2025-12-05 22:50:58 +08:00
GW_MC deleted branch feature/frontend-setup from GW_MC/YANPM 2025-12-05 22:50:56 +08:00
GW_MC deleted branch feature/health-check from GW_MC/YANPM 2025-12-05 22:50:51 +08:00
GW_MC pushed to master at GW_MC/YANPM 2025-12-05 22:50:22 +08:00
ce404670d6 Merge pull request 'Basic Documentation' (#8) from documentation into master
5668f465bb feat: add initial documentation and setup files for YANPM
Compare 2 commits »
GW_MC merged pull request GW_MC/YANPM#8 2025-12-05 22:50:21 +08:00
Basic Documentation
GW_MC created pull request GW_MC/YANPM#8 2025-12-05 21:12:17 +08:00
WIP: Basic Documentation
GW_MC created branch documentation in GW_MC/YANPM 2025-12-05 21:11:01 +08:00
GW_MC pushed to documentation at GW_MC/YANPM 2025-12-05 21:11:01 +08:00
5668f465bb feat: add initial documentation and setup files for YANPM