aboutsummaryrefslogtreecommitdiff
path: root/endpoint_ws.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *.go: Catch panics during requestsRunxi Yu5 days1-0/+6
|
* *.go: Switch to log/slog for non-fatal loggingRunxi Yu5 days1-6/+7
| | | | References: https://todo.sr.ht/~runxiyu/cca/11
* *.go: Return and report errors from HTTP handlersRunxi Yu5 days1-2/+5
| | | | | | We still need to fix error handling from WebSockets References: https://todo.sr.ht/~runxiyu/cca/10
* Backend confirm course type minimum checkRunxi Yu6 days1-2/+2
| | | | | | | We still need to: - Implement YC and NC on the frontend - Reject Y and N when confirmed - Export list of confirmed users
* Reduce code repetition and remove fake authenticationRunxi Yu6 days1-105/+5
|
* Don't pass session ID to WebSocket routinesRunxi Yu6 days1-1/+0
|
* *.go: Restructure backend filesRunxi Yu6 days1-0/+171