summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* {courses,ws,wsm}.go: Update userCourseGroups during choose/unchooseRunxi Yu11 days3-12/+51
* config.go: Emit warning when fake auth is enabledRunxi Yu11 days1-0/+2
* bench.go: Don't close request bodyRunxi Yu11 days1-6/+0
* {courses,ws}.go: Populate userCourseGroups in a separate functionRunxi Yu11 days2-32/+35
* {courses,ws}.go: Populate userCourseGroups for each connectionRunxi Yu12 days2-5/+63
* courses.go, schema.sql: Validate course{Type,Group} in server, not SQLRunxi Yu12 days4-30/+45
* *.sql: New schema with ctypes and cgroupsRunxi Yu12 days3-18/+39
* drop.sql: New SQL script to drop all tablesRunxi Yu12 days1-0/+3
* auth.go: Improve display of OAuth 2.0 errorsRunxi Yu12 days1-4/+17
* config.go: Return errors instead of panicing on auth.fake issuesRunxi Yu12 days1-3/+11
* {config,main}.go, cca.scfg.example: Settable static pathRunxi Yu12 days3-13/+8
* staff.html: Initial staff pageRunxi Yu12 days1-0/+149
* student.html, *.js: {main->student}.jsRunxi Yu12 days2-1/+1
* student.html: {{ .user.Name }} instead of Home in titleRunxi Yu12 days1-1/+1
* bench.go, main.js: Use an HTTPS URLRunxi Yu12 days2-2/+2
* {config,main}.go, cca.scfg.example: Support TLSRunxi Yu12 days3-8/+65
* main.go, cca.scfg.example: Remove FastCGI supportRunxi Yu12 days2-9/+5
* bench.go: Use more realistic connection numbers for nowRunxi Yu12 days1-4/+4
* postgres_shell.sh: Delete as unnecessaryRunxi Yu12 days1-3/+0
* bench: Add a bit more stress (30000 connections, 30s wait)v0.1.2Runxi Yu13 days1-2/+2
* README.md, iadocs/{cover*, crita*}: Update documentationRunxi Yu13 days3-39/+67
* cca.scfg.example: Listen on 127.0.0.1:5555 only by defaultRunxi Yu13 days1-3/+3
* style.css: Update color schemeRunxi Yu13 days1-22/+20
* {config,ws}.go, cca.scfg.example: Allow same-user fake authRunxi Yu13 days3-15/+30
* ws.go: Don't log chanPool changesRunxi Yu13 days1-2/+0
* schema.sql: users.expr should be BIGINTRunxi Yu13 days1-1/+1
* {ws,wsm}.go: Handle context cancellationsRunxi Yu13 days2-5/+94
* student.html: Connection closed could be cause by a login elsewhereRunxi Yu13 days1-0/+3
* lint.sh: Disable nonamedreturnsRunxi Yu13 days1-1/+1
* ws.go: Fix memory leak introduced in last commitRunxi Yu13 days1-0/+7
* ws.go: Fix first race condition in cancelPool managementRunxi Yu13 days1-13/+2
* {main,ws,wsm}.go: Attempt to cancel old sessionsRunxi Yu13 days3-23/+87
* README.md, student.html: Correct spellingRunxi Yu13 days2-2/+2
* README.md: Remove CI badgesRunxi Yu13 days1-6/+0
* ws.go: Update comment on disallowed charactersRunxi Yu14 days1-5/+4
* student.html: Update error messages to be a bit more friendlyRunxi Yu14 days1-6/+15
* index.go, *.html: index->student, index_login->loginRunxi Yu2024-10-023-5/+5
* index{,_login}.html: Improve accessibilityRunxi Yu2024-10-022-2/+4
* main.js: Un-disable already-chosen courses during HELLO/HIRunxi Yu2024-10-021-0/+1
* index.html, style.css: Remove ID column because nobody caresRunxi Yu2024-10-022-5/+3
* main.js: Unset indeterminate when receiving NRunxi Yu2024-10-021-0/+1
* main.js: Set checkbox.indeterminate = true when uncheckingRunxi Yu2024-10-021-1/+1
* tcourse.sql: Add 1000 of each course for testingRunxi Yu2024-10-021-5/+5
* bench: Don't log errors for nowRunxi Yu2024-10-021-3/+3
* wsm.go, main.js: Use M for number, N for deselectRunxi Yu2024-10-022-3/+6
* Makefile: Add wsm.go to the source file listRunxi Yu2024-10-021-1/+1
* bench: Attempt to choose random coursesRunxi Yu2024-10-021-4/+18
* bench: Add initial benchmarking suiteRunxi Yu2024-10-025-0/+106
* {auth,utils,ws}.go: randomBytes -> randomStringRunxi Yu2024-10-023-4/+4
* {config,ws}.go, cca.scfg.example: Add fake auth supportRunxi Yu2024-10-025-16/+72