| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 41 hours | refactor: extract Wikimedia auth into reusable function | wikiapiserver | 1 | -1/+1 | |
| - WikimediaLogin is a standalone function: POSTs to auth.enterprise.wikimedia.com and returns the tokens. Can be called from any flow. - Register composes WikimediaLogin + CreateAccount - CreateAccount now takes tokens as arguments (pure DB insert) | |||||
| 43 hours | fix: update queries for new refresh_token_created column and add error logging | wikiapiserver | 1 | -0/+2 | |
| - INSERT and UPDATE now set both refresh_token_created and access_token_created timestamps - Register handler logs the actual error on failure | |||||
| 44 hours | feat: initial wiki API server with account management | wikiapiserver | 1 | -0/+166 | |
| - HTTP API with JSON over configurable port (default 8080) - Endpoints: POST /register, POST /login, POST /refresh, GET /health - MariaDB storage with SHA-256 hashed credentials and tokens - Token rotation on login and refresh - Config loaded from config.json (not tracked in git) - Graceful shutdown on SIGINT/SIGTERM - Connection pool (25 max open, 10 idle, 5min max lifetime) | |||||
