| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 42 hours | refactor: store password in plaintext | wikiapiserver | 1 | -6/+6 | |
| Remove SHA-256 hashing for the password column. Tokens still hashed with SHA-256 in the database. | |||||
| 42 hours | feat: initial wiki API server with account management | wikiapiserver | 1 | -0/+210 | |
| - 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) | |||||
